Changeset 3927 for trunk/MagicSoft/Mars/mfbase
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfbase/Makefile
r3331 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../mdata -I../mfileio -I../mhbase 23 14 24 # @code25 26 15 CINT = FBase 27 LIB = mfbase.a28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 16 33 17 SRCFILES = MF.cc \ … … 39 23 MFRealTimePeriod.cc 40 24 41 SRCS = $(SRCFILES)42 HEADERS = $(SRCFILES:.cc=.h)43 OBJS = $(SRCFILES:.cc=.o)44 45 25 ############################################################ 46 26 47 all: $( LIB)27 all: $(OBJS) 48 28 49 29 include ../Makefile.rules 50 30 51 #clean: rmcint rmobjs rmcore rmlib52 53 31 mrproper: clean rmbak 54 55 # @endcode56
Note:
See TracChangeset
for help on using the changeset viewer.