Changeset 3927 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/Makefile
r3331 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Tools 15 16 #17 # Library name to creatre18 #19 LIB = mtools.a20 17 21 18 # … … 26 23 27 24 #manalysis: MChisqEval (MParameters) 28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 25 33 26 SRCFILES = MChisqEval.cc \ … … 45 38 MineSweeper.cc 46 39 47 48 SRCS = $(SRCFILES)49 HEADERS = $(SRCFILES:.cc=.h)50 OBJS = $(SRCFILES:.cc=.o)51 52 40 ############################################################ 53 41 54 all: $( LIB)42 all: $(OBJS) 55 43 56 44 include ../Makefile.rules 57 45 58 #clean: rmcint rmobjs rmcore rmlib59 60 46 mrproper: clean rmbak 61 62 # @endcode63
Note:
See TracChangeset
for help on using the changeset viewer.