source: trunk/Cosy/main/Makefile@ 10030

Last change on this file since 10030 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
9include ../Makefile.conf.general
10include ../Makefile.conf.$(OSTYPE)
11
12INCLUDES = -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
16CINT = CosyMain
17
18#------------------------------------------------------------------------------
19
20SRCFILES = MSlewing.cc \
21 MTracking.cc \
22 MMoonPointing.cc \
23 MCaos.cc \
24 MStarguider.cc \
25 MStargHistograms.cc \
26 MCosy.cc
27
28############################################################
29
30all: $(OBJS)
31
32include ../Makefile.rules
33
34mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.