source: trunk/MagicSoft/slalib/Makefile@ 8864

Last change on this file since 8864 was 8809, checked in by tbretz, 18 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 1009 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..
13
14CINT = Slalib
15
16#------------------------------------------------------------------------------
17
18SRCFILES = \
19 daf2r.c gmst.c mappa.c aoppa.c oapqk.c ampqk.c mapqkz.c \
20 dr2af.c dcs2c.c dimxv.c dvdv.c dvn.c dcc2s.c dranrm.c \
21 geoc.c refco.c eqeqx.c aoppat.c dd2tf.c epj.c prenut.c \
22 nutc.c dmxv.c refro.c prec.c nut.c dmxm.c evp.c \
23 drange.c deuler.c cldj.c aopqk.c refz.c dh2e.c de2h.c \
24 dt.c dmoon.c planet.c planel.c el2ue.c ue2pv.c pv2ue.c \
25 altaz.c rdplan.c pvobs.c dtt.c dat.c rcc.c
26
27HEADERS = slalib.h slamac.h
28
29############################################################
30
31all: $(OBJS)
32
33include ../Makefile.rules
34
35mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.