source: trunk/MagicSoft/Cosy/main/Makefile@ 9418

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