Changeset 3927 for trunk/MagicSoft/Mars/mcalib/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/Makefile
r3917 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Calib 15 16 #17 # Library name to creatre18 #19 LIB = mcalib.a20 17 21 18 # … … 33 30 # mmc: MMcFadcHeader, MMcEvt 34 31 # mimage MHillas 35 36 #------------------------------------------------------------------------------37 38 .SUFFIXES: .c .cc .cxx .h .hxx .o39 32 40 33 SRCFILES = MCalibrate.cc \ … … 55 48 MCalibrationChargePINDiode.cc \ 56 49 MHCalibrationChargeBlindPix.cc \ 57 MHCalibrationChargeBlindPix.cc \58 50 MHCalibrationChargePix.cc \ 59 51 MHCalibrationCam.cc \ … … 69 61 MHGausEvents.cc 70 62 71 SRCS = $(SRCFILES)72 HEADERS = $(SRCFILES:.cc=.h)73 OBJS = $(SRCFILES:.cc=.o)74 75 63 ############################################################ 76 64 77 all: $( LIB)65 all: $(OBJS) 78 66 79 67 include ../Makefile.rules 80 68 81 #clean: rmcint rmobjs rmcore rmlib82 83 69 mrproper: clean rmbak 84 85 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.