source: trunk/Cosy/catalog/Makefile@ 11944

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