Changeset 463 for trunk/MagicSoft/Mars/mbase/Makefile
- Timestamp:
- 01/11/01 12:54:21 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/Makefile
r454 r463 78 78 $(LIB): $(OBJS) BaseCint.o 79 79 @echo " - Building Library $(LIB) ... " 80 @$(AR) $(LIB) *.o80 $(AR) $(LIB) *.o 81 81 82 82 BaseCint.cc: $(HEADERS) … … 84 84 @echo " - Generating dictionary BaseCint.cc ..." 85 85 86 @$(ROOTSYS)/bin/rootcint -f BaseCint.cc \86 $(ROOTSYS)/bin/rootcint -f BaseCint.cc \ 87 87 -c $(INCLUDES) $(HEADERS) BaseIncl.h BaseLinkDef.h 88 88
Note:
See TracChangeset
for help on using the changeset viewer.