source: trunk/Cosy/gui/Makefile@ 14581

Last change on this file since 14581 was 10026, checked in by tbretz, 14 years ago
Removed necessity of defining OSTYPE.
File size: 827 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.. -I../base -I../slalib -I../candrv -I../incl \
13 -I../catalog -I../videodev -I../main -I../caos -I../tcpip \
14 -I../mars
15
16CINT = CosyGui
17
18#------------------------------------------------------------------------------
19
20SRCFILES = MGCosy.cc \
21 MGCoordinate.cc \
22 MGCoordinates.cc \
23 MGImage.cc \
24 MGEmbeddedCanvas.cc \
25 MGAccuracy.cc \
26 MGStarg.cc \
27 MGNumStars.cc \
28 MGSkyPosition.cc
29
30############################################################
31
32all: $(OBJS)
33
34include ../Makefile.rules
35
36mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.