Last change
on this file since 18481 was 10026, checked in by tbretz, 14 years ago |
Removed necessity of defining OSTYPE.
|
File size:
785 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../base -I.. -I../gui -I../catalog -I../devdrv \
|
---|
13 | -I../candrv -I../incl -I../videodev -I../caos -I../tcpip \
|
---|
14 | -I../mars
|
---|
15 |
|
---|
16 | CINT = CosyMain
|
---|
17 |
|
---|
18 | #------------------------------------------------------------------------------
|
---|
19 |
|
---|
20 | SRCFILES = MSlewing.cc \
|
---|
21 | MTracking.cc \
|
---|
22 | MMoonPointing.cc \
|
---|
23 | MCaos.cc \
|
---|
24 | MStarguider.cc \
|
---|
25 | MStargHistograms.cc \
|
---|
26 | MCosy.cc
|
---|
27 |
|
---|
28 | ############################################################
|
---|
29 |
|
---|
30 | all: $(OBJS)
|
---|
31 |
|
---|
32 | include ../Makefile.rules
|
---|
33 |
|
---|
34 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.