source: trunk/MagicSoft/Cosy/caos/Makefile@ 9432

Last change on this file since 9432 was 8809, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 597 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../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.