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

Last change on this file since 9445 was 9439, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 662 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 sdolist.cc \
20 canopen.cc \
21 network.cc \
22 ethernet.cc \
23 interface.cc
24
25############################################################
26
27all: $(OBJS)
28
29include ../Makefile.rules
30
31mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.