Changeset 713 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 03/30/01 13:21:01 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r712 r713 62 62 63 63 # Use $(CXX) -v ... for a more verbose output 64 $(PROGRAMS): $(LIBRARIES) mars.so $(HEADERS) MCint.o $(PROGRAMS:=.o) 64 # 65 # We could link mars.so instead of all libraries. This would need 66 # some MBs less space on the HD. But this means, that the Shared 67 # Library Path in your system must be set properly to be able to start 68 # 'mars' 69 # 70 $(PROGRAMS): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o $(PROGRAMS:=.o) 65 71 @echo " Linking $@ ..." 66 $(CXX) $(CXXFLAGS) $@.o lib/mars.so$(MARS_LIB) MCint.o $(ROOTGLIBS) -o $@72 $(CXX) $(CXXFLAGS) $@.o $(OBJS) $(MARS_LIB) MCint.o $(ROOTGLIBS) -o $@ 67 73 68 74 $(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o
Note:
See TracChangeset
for help on using the changeset viewer.