source: trunk/Cosy/devdrv/Makefile@ 9955

Last change on this file since 9955 was 9435, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 635 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8
9include ../Makefile.conf.$(OSTYPE)
10include ../Makefile.conf.general
11
12DEFINES = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -DSHOW
13INCLUDES = -I. -I.. -I../base -I../candrv -I../incl -I../mars -I../tcpip
14
15CINT = Devdrv
16
17#------------------------------------------------------------------------------
18
19SRCFILES = dkc.cc
20
21############################################################
22
23all: $(OBJS)
24
25include ../Makefile.rules
26
27mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.