Last change
on this file since 18481 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 |
|
---|
9 | include ../Makefile.conf.general
|
---|
10 | include ../Makefile.conf.$(OSTYPE)
|
---|
11 |
|
---|
12 | DEFINES = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -DSHOW
|
---|
13 | INCLUDES = -I. -I.. -I../base -I../candrv -I../incl -I../mars -I../tcpip
|
---|
14 |
|
---|
15 | CINT = Devdrv
|
---|
16 |
|
---|
17 | #------------------------------------------------------------------------------
|
---|
18 |
|
---|
19 | SRCFILES = dkc.cc
|
---|
20 |
|
---|
21 | ############################################################
|
---|
22 |
|
---|
23 | all: $(OBJS)
|
---|
24 |
|
---|
25 | include ../Makefile.rules
|
---|
26 |
|
---|
27 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.