Last change
on this file since 18481 was 10026, checked in by tbretz, 14 years ago |
Removed necessity of defining OSTYPE.
|
File size:
618 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 | INCLUDES = -I. -I.. -I../mars
|
---|
13 |
|
---|
14 | CINT = CosyBase
|
---|
15 |
|
---|
16 | #------------------------------------------------------------------------------
|
---|
17 |
|
---|
18 | SRCFILES = MStopwatch.cc \
|
---|
19 | MTimeout.cc \
|
---|
20 | MStar.cc \
|
---|
21 | MStarList.cc \
|
---|
22 | msgqueue.cc
|
---|
23 |
|
---|
24 | ############################################################
|
---|
25 |
|
---|
26 | all: $(OBJS)
|
---|
27 |
|
---|
28 | include ../Makefile.rules
|
---|
29 |
|
---|
30 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.