Changeset 3927 for trunk/MagicSoft/Mars/mranforest/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/Makefile
r2862 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 = mranforest.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../mdata -I../manalysis -I../mmc -I../mfileio 25 22 # MParContainer MH MDataArray MHadronness MMcEvt 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 23 30 24 SRCFILES = MRanTree.cc \ … … 36 30 MHRanForestGini.cc 37 31 38 SRCS = $(SRCFILES)39 HEADERS = $(SRCFILES:.cc=.h)40 OBJS = $(SRCFILES:.cc=.o)41 42 32 ############################################################ 43 33 44 all: $( LIB)34 all: $(OBJS) 45 35 46 36 include ../Makefile.rules 47 37 48 #clean: rmcint rmobjs rmcore rmlib49 50 38 mrproper: clean rmbak 51 52 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.