Changeset 8541
- Timestamp:
- 05/25/07 17:40:51 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r8540 r8541 20 20 # 21 21 #PROGRAMS = readraw merpp mars test mona status 22 PROGRAMS = readdaq merpp readraw sinope callisto star ganymed sponde showlog showplot mars mars-config 22 PROGRAMS = readdaq merpp readraw sinope callisto star ganymed sponde showlog showplot mars mars-config compmux 23 23 SOLIB = libmars.so 24 24 CINT = M … … 109 109 # for root and the dynlib (to be linked with the executable) on Mac OSX 110 110 ifneq ($(OSTYPE),darwin) 111 $(PROGRAMS): $( SOLIB) $(PROGRAMS:=.o)111 $(PROGRAMS): $(PROGRAMS:=.o) $(SOLIB) 112 112 @echo " Linking $@ ..." 113 113 $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@
Note:
See TracChangeset
for help on using the changeset viewer.