Changeset 3927 for trunk/MagicSoft/Mars/mpedestal/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/Makefile
r3806 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 = Pedestal 15 16 #17 # Library name to creatre18 #19 LIB = mpedestal.a20 17 21 18 # … … 32 29 # MPedPhotCalc (MBadPixelsCam) 33 30 34 #------------------------------------------------------------------------------35 36 .SUFFIXES: .c .cc .cxx .h .hxx .o37 38 31 SRCFILES = MMcPedestalCopy.cc \ 39 32 MMcPedestalNSBAdd.cc \ … … 45 38 MPedestalPix.cc 46 39 47 SRCS = $(SRCFILES)48 HEADERS = $(SRCFILES:.cc=.h)49 OBJS = $(SRCFILES:.cc=.o)50 51 40 ############################################################ 52 41 53 all: $( LIB)42 all: $(OBJS) 54 43 55 44 include ../Makefile.rules … … 58 47 59 48 mrproper: clean rmbak 60 61 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.