Ignore:
Timestamp:
03/30/01 13:21:01 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r712 r713  
    6262
    6363# 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)
    6571        @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 $@
    6773
    6874$(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o
Note: See TracChangeset for help on using the changeset viewer.