Changeset 3927 for trunk/MagicSoft/Mars/mdata/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/Makefile
r3666 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../mhbase 23 14 24 # @code25 26 15 CINT = Data 27 LIB = mdata.a28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 16 33 17 SRCFILES = MData.cc \ … … 40 24 MDataFormula.cc 41 25 42 SRCS = $(SRCFILES)43 HEADERS = $(SRCFILES:.cc=.h)44 OBJS = $(SRCFILES:.cc=.o)45 46 26 ############################################################ 47 27 48 all: $( LIB)28 all: $(OBJS) 49 29 50 30 include ../Makefile.rules 51 31 52 #clean: rmcint rmobjs rmcore rmlib53 54 32 mrproper: clean rmbak 55 33 56 # @endcode57
Note:
See TracChangeset
for help on using the changeset viewer.