source: trunk/MagicSoft/Cosy/catalog/Makefile@ 8809

Last change on this file since 8809 was 8809, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 606 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.. -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.