Changeset 36 for drsdaq/Makefile
Legend:
- Unmodified
- Added
- Removed
-
drsdaq
- Property svn:ignore
-
old new 2 2 DRSDAQ.log 3 3 Dep.d 4 4 calib
-
- Property svn:ignore
-
drsdaq/Makefile
r22 r36 8 8 VMECTRL = -DCT_VME 9 9 10 #CC = g++ # Compiler to use10 CC = g++ # Compiler to use 11 11 12 SOURCES = HVFeedback.cc DAQReadout.cc RawDataCTX.cc ../pixelmap/Pixel.cc ../pixelmap/PixelMap.cc DRS/DRS.cc DRS/mxml.c DRS/strlcpy.c drsdaq.cpp12 SOURCES = HVFeedback.cc DAQReadout.cc RawDataCTX.cc SlowData.cc ../pixelmap/Pixel.cc ../pixelmap/PixelMap.cc DRS/DRS.cc DRS/mxml.c DRS/strlcpy.c drsdaq.cpp 13 13 OBJECTS = $(addsuffix .o, $(basename $(SOURCES))) 14 14 15 SOBJECTS = RawDataCTX16 15 INCDIRS = -I. -IDRS -I../pixelmap 17 16 … … 31 30 drsdaq: $(OBJECTS) 32 31 $(CC) $(CPPFLAGS) -o $@ $(OBJECTS) $(LIBS) 33 $(CC) -shared -Wl,-soname,$(SOBJECTS).so -o $(SOBJECTS).so $(SOBJECTS).o -lc34 32 35 33 clean: 36 @rm -f $(OBJECTS) $(SOBJECTS).so34 @rm -f $(OBJECTS) 37 35 @rm -f *.d 38 36 @rm -f *~
Note:
See TracChangeset
for help on using the changeset viewer.