Changeset 175 for drsdaq/Makefile
- Timestamp:
- 03/10/10 09:11:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drsdaq/Makefile
r63 r175 10 10 CC = g++ # Compiler to use 11 11 12 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 12 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 ../Evidence/Evidence.cc 13 13 OBJECTS = $(addsuffix .o, $(basename $(SOURCES))) 14 INCDIRS = -I. -IDRS -I../pixelmap 14 INCDIRS = -I. -IDRS -I../pixelmap -I../Evidence -I$(DIMDIR)/dim 15 15 16 16 REVISION = $(shell svnversion -n) … … 26 26 27 27 CPPFLAGS = -DREVISION='"$(REVISION)"' -O3 -Wall $(VMECTRL) 28 LIBS = -lstdc++ -lz -lpthread -lutil -lfl -lreadline -ltermcap $(VMELIB) 28 LIBS = -lstdc++ -lz -lpthread -lutil -lfl -lreadline -ltermcap $(VMELIB) $(DIMDIR)/linux/libdim.a 29 29 30 30 drsdaq: $(OBJECTS)
Note:
See TracChangeset
for help on using the changeset viewer.