Changeset 3927 for trunk/MagicSoft/Mars/mhistmc/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/Makefile
r3795 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mhistmc.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mhbase -I../mhist -I../mmc -I../manalysis \ 25 22 -I../mimage -I../mgeom -I../mgui 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MHMcEnergy.cc \ … … 42 35 MHMcTriggerLvl2.cc 43 36 44 SRCS = $(SRCFILES)45 HEADERS = $(SRCFILES:.cc=.h)46 OBJS = $(SRCFILES:.cc=.o)47 48 37 ############################################################ 49 38 50 all: $( LIB)39 all: $(OBJS) 51 40 52 41 include ../Makefile.rules 53 42 54 #clean: rmcint rmobjs rmcore rmlib55 56 43 mrproper: clean rmbak 57 58 # @endcode59 60 61 62 63 64 65 66
Note:
See TracChangeset
for help on using the changeset viewer.