Ignore:
Timestamp:
03/01/01 15:56:58 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r604 r654  
    5454
    5555# Use $(CXX) -v ... for a more verbose output
    56 $(PROGRAMS): $(LIBRARIES) $(OBJS) MCint.o $(PROGRAMS:=.o)
     56$(PROGRAMS): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o $(PROGRAMS:=.o)
    5757        @echo " Linking $@ ..."
    5858        $(CXX) $(CXXFLAGS) $@.o $(OBJS) $(MARS_LIB) MCint.o $(ROOTGLIBS) -o $@
    5959
    60 $(SOLIB): $(LIBRARIES) $(OBJS) MCint.o
     60$(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o
    6161        @echo " Linking $(SOLIB) ..."
    6262        $(CXX) -shared $(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
Note: See TracChangeset for help on using the changeset viewer.