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