Changeset 3927 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/Makefile
r3854 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 = Jobs 15 16 #17 # Library name to creatre18 #19 LIB = mjobs.a20 17 21 18 # … … 28 25 #manalysis: MChisqEval (MParameters) 29 26 30 #------------------------------------------------------------------------------31 32 .SUFFIXES: .c .cc .cxx .h .hxx .o33 34 27 SRCFILES = MJPedestal.cc \ 35 28 MJCalibration.cc \ … … 38 31 MGCamDisplays.cc 39 32 40 SRCS = $(SRCFILES)41 HEADERS = $(SRCFILES:.cc=.h)42 OBJS = $(SRCFILES:.cc=.o)43 44 33 ############################################################ 45 34 46 all: $( LIB)35 all: $(OBJS) 47 36 48 37 include ../Makefile.rules 49 38 50 #clean: rmcint rmobjs rmcore rmlib51 52 39 mrproper: clean rmbak 53 54 # @endcode55
Note:
See TracChangeset
for help on using the changeset viewer.