Changeset 8809 for trunk/MagicSoft/Cosy/tcpip/Makefile
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/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../base -I../catalog -I../main -I../candrv -I../incl -I../caos -I../mars 23 13 24 # @code25 26 14 CINT = TcpIp 27 LIB = tcpip.a28 15 29 16 #------------------------------------------------------------------------------ 30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 17 33 18 SRCFILES = MTcpIpIO.cc \ … … 35 20 MDriveCom.cc 36 21 37 SRCS = $(SRCFILES)38 HEADERS = $(SRCFILES:.cc=.h)39 OBJS = $(SRCFILES:.cc=.o)40 CINTHEADERS = $(HEADERS)41 42 22 ############################################################ 43 23 44 all: $( LIB)24 all: $(OBJS) 45 25 46 26 include ../Makefile.rules 47 27 48 clean: rmlib rmcint rmobjs rmcore49 50 28 mrproper: clean rmbak 51 52 # @endcode53
Note:
See TracChangeset
for help on using the changeset viewer.