source: trunk/MagicSoft/Cosy/candrv/Makefile@ 8809

Last change on this file since 8809 was 8809, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 681 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8
9include ../Makefile.conf.$(OSTYPE)
10include ../Makefile.conf.general
11
12INCLUDES = -I. -I.. -I../incl -I../base -I../mars -I../tcpip
13
14CINT = Candrv
15
16#------------------------------------------------------------------------------
17
18SRCFILES = nodedrv.cc \
19 vmodican.cc \
20 sdolist.cc \
21 canopen.cc \
22 network.cc \
23 ethernet.cc \
24 interface.cc
25
26############################################################
27
28all: $(OBJS)
29
30include ../Makefile.rules
31
32mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.