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