Changeset 3927 for trunk/MagicSoft/Mars/mreflector/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreflector/Makefile
r2800 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 = mreflector.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom 25 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 22 30 23 SRCFILES = MRflEvtData.cc \ … … 33 26 MRflSinglePhoton.cc 34 27 35 SRCS = $(SRCFILES)36 HEADERS = $(SRCFILES:.cc=.h)37 OBJS = $(SRCFILES:.cc=.o)38 39 28 ############################################################ 40 29 41 all: $( LIB)30 all: $(OBJS) 42 31 43 32 include ../Makefile.rules 44 33 45 #clean: rmcint rmobjs rmcore rmlib46 47 34 mrproper: clean rmbak 48 49 # @endcode50
Note:
See TracChangeset
for help on using the changeset viewer.