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