Changeset 3364 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 03/01/04 10:26:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r3330 r3364 36 36 # ----->>> mars libraries 37 37 # 38 SUBDIRS = mbase \ 38 SUBDIRS = slalib \ 39 mbase \ 39 40 mastro \ 40 41 mmain \ … … 111 112 $(LIBRARIES): 112 113 @echo " Creating lib$@:" 113 (cd $*; $(MAKE) ; cd ..; mv $*/$@ lib/lib$@)114 (cd $*; $(MAKE) -f Makefile; cd ..; mv $*/$@ lib/lib$@) 114 115 115 116 $(MRPROPERS): 116 117 @echo " Doing Mr.Proper in $(@:.mrproper=)" 117 (cd $(@:.mrproper=); ($(MAKE) mrproper > /dev/null); cd ..;)118 (cd $(@:.mrproper=); ($(MAKE) -f Makefile mrproper > /dev/null); cd ..;) 118 119 119 120 $(CLEANERS): 120 121 @echo "Cleaning $(@:.clean=):" 121 (cd $(@:.clean=); $(MAKE) clean; cd ..;)122 (cd $(@:.clean=); $(MAKE) -f Makefile clean; cd ..;) 122 123 123 124 dox: $(SOLIB)
Note:
See TracChangeset
for help on using the changeset viewer.