source: trunk/MagicSoft/Cosy/base/Makefile@ 8809

Last change on this file since 8809 was 8809, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 639 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..
13
14CINT = Base
15
16#------------------------------------------------------------------------------
17
18SRCFILES = MStopwatch.cc \
19 MThread.cc \
20 MTimeout.cc \
21 MStar.cc \
22 MStarList.cc \
23 msgqueue.cc
24
25############################################################
26
27all: $(OBJS)
28
29include ../Makefile.rules
30
31mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.