Changeset 594 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 01/31/01 12:01:29 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r593 r594 35 35 # ----->>> mars libraries 36 36 # 37 SUBDIRS = mgui m eventdisp mdatacheck mbase mraw manalysismmc37 SUBDIRS = mgui manalysis meventdisp mdatacheck mbase mraw mmc 38 38 39 39 LIBRARIES = $(SUBDIRS:=.a) … … 64 64 65 65 $(LIBRARIES): 66 @echo " ++++++++++++++++++++++++++++++ " 66 67 @echo " Creating lib$@:" 67 68 (cd $*; make; cd ..; mv $*/$@ lib/lib$@)
Note:
See TracChangeset
for help on using the changeset viewer.