source: trunk/Cosy/devdrv/Makefile@ 14584

Last change on this file since 14584 was 10026, checked in by tbretz, 14 years ago
Removed necessity of defining OSTYPE.
File size: 635 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8
9include ../Makefile.conf.general
10include ../Makefile.conf.$(OSTYPE)
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.