File tree 2 files changed +15
-18
lines changed
2 files changed +15
-18
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ .idea
Original file line number Diff line number Diff line change 1
- libURL ="http://ob.sr.unh.edu/svn/WSAG/branches/Balazs/snapshots/2009-12-18 NASA-IDS"
2
- mdlURL ="http://ob.sr.unh.edu/svn/WSAG/branches/Balazs/snapshots/2009-12-18 NASA-IDS"
1
+ .PHONY : all
3
2
4
- all : CMlib_target MFlib_target WBMplus_target
3
+ all : _CMlib _MFlib _WBMplus
5
4
6
- CMlib_target : CMlib
7
- svn update CMlib
8
- make -C CMlib all
5
+ _CMlib :
6
+ $(MAKE) -C CMlib all
9
7
10
- MFlib_target : MFlib
11
- svn update MFlib
12
- make -C MFlib all
8
+ _MFlib :
9
+ $(MAKE) -C MFlib all
13
10
14
- WBMplus_target : WBMplus
15
- svn update WBMplus
16
- make -C WBMplus all
11
+ _WBMplus :
12
+ $(MAKE) -C WBMplus all
17
13
18
- CMlib :
19
- svn checkout $(libURL ) /CMlib
14
+ LIBS = CMlib MFlib WBMplus
15
+ .PHONY : clean $(LIBS )
16
+ $(LIBS ) :
17
+ $(MAKE) -C $@ clean
20
18
21
- MFlib :
22
- svn checkout $(libURL ) /MFlib
19
+ clean : $(LIBS )
23
20
24
- WBMplus :
25
- svn checkout $(mdlURL ) /WBMplus
You can’t perform that action at this time.
0 commit comments