Changeset 466 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 01/12/01 14:48:35 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r463 r466 24 24 PROGRAMS = merpp readraw mars 25 25 SOLIB = mars.so 26 CINT = M 26 27 27 28 # … … 58 59 59 60 # Use $(CXX) -v ... for a more verbose output 60 $(PROGRAMS): $(MARS_LIBB) $(PROGRAMS:=.o) $(OBJS) MCint.o 61 $(PROGRAMS): $(MARS_LIBB) $(PROGRAMS:=.o) $(OBJS) MCint.o 61 62 @echo " Linking $@ ..." 62 63 $(CXX) $(CXXFLAGS) $@.o $(OBJS) $(MARS_LIB) MCint.o $(ROOTGLIBS) -o $@ … … 88 89 89 90 90 MCint.cc: $(HEADERS)91 @echo "Generating dictionary MCint.cc..."92 @$(ROOTSYS)/bin/rootcint -f MCint.cc \93 -c $(INCLUDES) $(HEADERS) LinkDef.h94 95 91 include Makefile.rules 96 92 97 93 clean: rmlib rmcint rmobjs rmcore rmbin 98 94 99 # @endcode 95 mrproper: clean rmbak 96 @rm -f macros/*~ 97 @rm -rf htmldoc 98 @echo "cd mbase" 99 @cd mbase; make mrproper; cd .. 100 @echo "cd .." 101 @echo "cd mraw" 102 @cd mraw; make mrproper; cd .. 103 @echo "cd .." 104 @echo "cd mgui" 105 @cd mgui; make mrproper; cd .. 106 @echo "cd .." 107 @echo "cd mdatacheck" 108 @cd mdatacheck; make mrproper; cd .. 109 @echo "cd .." 100 110 101 111 102 103 # DO NOT DELETE 104 105 112 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.