Changeset 36 for drsdaq/Makefile


Ignore:
Timestamp:
05/07/09 09:16:29 (16 years ago)
Author:
ogrimm
Message:
Various changes, see History.txt
Location:
drsdaq
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drsdaq

    • Property svn:ignore
      •  

        old new  
        22DRSDAQ.log
        33Dep.d
        4 
         4calib
  • drsdaq/Makefile

    r22 r36  
    88VMECTRL = -DCT_VME
    99
    10 #CC     = g++           # Compiler to use
     10CC      = g++           # Compiler to use
    1111
    12 SOURCES = HVFeedback.cc DAQReadout.cc RawDataCTX.cc ../pixelmap/Pixel.cc ../pixelmap/PixelMap.cc DRS/DRS.cc DRS/mxml.c DRS/strlcpy.c drsdaq.cpp
     12SOURCES = 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
    1313OBJECTS = $(addsuffix .o, $(basename $(SOURCES)))
    1414
    15 SOBJECTS = RawDataCTX
    1615INCDIRS   = -I. -IDRS -I../pixelmap
    1716
     
    3130drsdaq: $(OBJECTS)
    3231        $(CC) $(CPPFLAGS) -o $@ $(OBJECTS) $(LIBS)
    33         $(CC) -shared -Wl,-soname,$(SOBJECTS).so -o $(SOBJECTS).so $(SOBJECTS).o -lc
    3432
    3533clean:
    36         @rm -f $(OBJECTS) $(SOBJECTS).so
     34        @rm -f $(OBJECTS)
    3735        @rm -f *.d
    3836        @rm -f *~
Note: See TracChangeset for help on using the changeset viewer.