source: trunk/Cosy/caos/Makefile@ 16764

Last change on this file since 16764 was 10026, checked in by tbretz, 14 years ago
Removed necessity of defining OSTYPE.
File size: 597 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8
9include ../Makefile.conf.general
10include ../Makefile.conf.$(OSTYPE)
11
12INCLUDES = -I. -I.. -I../base -I../mars
13
14CINT = Caos
15
16#------------------------------------------------------------------------------
17
18SRCFILES = Led.cc \
19 Leds.cc \
20 Ring.cc \
21 Rings.cc
22
23############################################################
24
25all: $(OBJS)
26
27include ../Makefile.rules
28
29mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.