Changeset 1052 for trunk/MagicSoft/Mars/Makefile.rules
- Timestamp:
- 11/08/01 10:57:01 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.rules
r1003 r1052 7 7 @echo " - Building Library lib$(LIB)" 8 8 $(AR) $(LIB) *.o 9 @echo " " 9 10 10 11 $(CINT)Cint.cc: $(HEADERS) … … 30 31 31 32 rmcint: 32 @echo " Removing cint-stuff..."33 @echo " Removing cint-stuff..." 33 34 @rm -f *Cint.* 34 35 35 36 rmlib: 36 @echo "Removing libraries..." 37 @rm -f lib/lib*.a lib*.a 37 @echo " Removing libraries..." 38 @echo " " 39 @rm -f lib/lib*.a lib*.a 38 40 39 41 rmobjs: 40 @echo " Removing object files..."42 @echo " Removing object files..." 41 43 @rm -f *.o 42 44 43 45 rmcore: 44 @echo " Removing core files..."46 @echo " Removing core files..." 45 47 @rm -f core* 46 48 47 49 rmbin: 48 @echo " Removing binary files..."50 @echo " Removing binary files..." 49 51 @rm -f $(PROGRAMS) lib/$(SOLIB) so_locations 50 52 51 53 rmbak: 52 @echo " Removing backup files..."54 @echo " Removing backup files..." 53 55 @rm -f *~ kk.kk *.bak 56 57 rmbakmac: 58 @echo " Removing backup files in macros" 59 @rm -f macros/*~ 60 61 rmhtml: 62 @echo " Removing htmldoc-tree" 63 @rm -rf htmldoc 54 64 55 65 cflags:
Note:
See TracChangeset
for help on using the changeset viewer.