Ignore:
Timestamp:
11/22/03 21:14:14 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r2505 r2557  
    2121
    2222#PROGRAMS = readraw merpp mars test mona status
    23 PROGRAMS = readraw merpp star mars
     23PROGRAMS = readraw merpp star status mars
    2424SOLIB    = libmars.so
    2525CINT     = M
     
    4949          mmc \
    5050          mraw \
     51          mcamera \
     52          mreport \
    5153          mgui \
    5254          mranforest \
     
    8688$(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o
    8789        @echo " Linking $(SOLIB) ..."
    88         $(CXX) $(DYNLIB) $(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
     90        $(CXX) $(DYNLIB) $(CXXFLAGS) $(OBJS) MCint.o $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
    8991
    9092$(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o)
Note: See TracChangeset for help on using the changeset viewer.