Changeset 8809 for trunk/MagicSoft/Cosy/base/Makefile
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/Makefile
r7787 r8809 6 6 # 7 7 ################################################################## 8 # @maintitle9 8 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 9 include ../Makefile.conf.$(OSTYPE) 18 10 include ../Makefile.conf.general 19 11 20 # @endcode21 22 12 INCLUDES = -I. -I.. 23 13 24 # @code25 26 14 CINT = Base 27 LIB = base.a28 15 29 16 #------------------------------------------------------------------------------ 30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 17 33 18 SRCFILES = MStopwatch.cc \ … … 38 23 msgqueue.cc 39 24 40 CINTHEADERS = MStar.h41 42 SRCS = $(SRCFILES)43 HEADERS = $(SRCFILES:.cc=.h)44 OBJS = $(SRCFILES:.cc=.o)45 46 25 ############################################################ 47 26 48 all: $( LIB)27 all: $(OBJS) 49 28 50 29 include ../Makefile.rules 51 30 52 clean: rmlib rmcint rmobjs rmcore53 54 31 mrproper: clean rmbak 55 56 # @endcode57
Note:
See TracChangeset
for help on using the changeset viewer.