Changeset 665 for trunk/MagicSoft/Mars/manalysis/Makefile
- Timestamp:
- 03/02/01 12:09:07 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/Makefile
r654 r665 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode 11 # 12 # Handling name of the Root Dictionary Files 13 # 14 CINT = Analysis 21 15 16 # 17 # Library name to creatre 18 # 19 LIB = manalysis.a 20 21 # 22 # connect the include files defined in the config.mk file 23 # 22 24 INCLUDES = -I. -I../mbase -I../mgui 23 24 # @code25 26 CINT = Analysis27 LIB = manalysis.a28 25 29 26 #------------------------------------------------------------------------------ … … 31 28 .SUFFIXES: .c .cc .cxx .h .hxx .o 32 29 33 SRCFILES = MC erPhotEvt.cc \34 MC erPhotPix.cc \35 MC T1Pedestals.cc \36 MC T1ReadAscii.cc30 SRCFILES = MCT1Pedestals.cc \ 31 MCT1ReadAscii.cc \ 32 MCerPhotEvt.cc \ 33 MCerPhotPix.cc 37 34 38 35 SRCS = $(SRCFILES) … … 46 43 include ../Makefile.rules 47 44 48 clean: rmlib rmcint rmobjs rmcore 45 clean: rmlib rmcint rmobjs rmcore rmbin 49 46 50 47 mrproper: clean rmbak
Note:
See TracChangeset
for help on using the changeset viewer.