Changeset 8541


Ignore:
Timestamp:
05/25/07 17:40:51 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r8540 r8541  
    2020#
    2121#PROGRAMS = readraw merpp mars test mona status
    22 PROGRAMS = readdaq merpp readraw sinope callisto star ganymed sponde showlog showplot mars mars-config
     22PROGRAMS = readdaq merpp readraw sinope callisto star ganymed sponde showlog showplot mars mars-config compmux
    2323SOLIB    = libmars.so
    2424CINT     = M
     
    109109# for root and the dynlib (to be linked with the executable) on Mac OSX
    110110ifneq ($(OSTYPE),darwin)
    111 $(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o)
     111$(PROGRAMS): $(PROGRAMS:=.o) $(SOLIB)
    112112        @echo " Linking $@ ..."
    113113        $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@
Note: See TracChangeset for help on using the changeset viewer.