Last change
on this file was 8887, checked in by tbretz, 16 years ago |
*** empty log message ***
|
-
Property svn:executable
set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 |
|
---|
9 | include ../Makefile.conf.$(OSTYPE)
|
---|
10 | include ../Makefile.conf.general
|
---|
11 |
|
---|
12 | INCLUDES = -I. -I..
|
---|
13 |
|
---|
14 | CINT = Slalib
|
---|
15 |
|
---|
16 | #------------------------------------------------------------------------------
|
---|
17 |
|
---|
18 | .SUFFIXES: .c .cc .cxx .h .hxx .c
|
---|
19 |
|
---|
20 | SRCFILES = \
|
---|
21 | daf2r.c gmst.c mappa.c aoppa.c oapqk.c ampqk.c mapqkz.c \
|
---|
22 | dr2af.c dcs2c.c dimxv.c dvdv.c dvn.c dcc2s.c dranrm.c \
|
---|
23 | geoc.c refco.c eqeqx.c aoppat.c dd2tf.c epj.c prenut.c \
|
---|
24 | nutc.c dmxv.c refro.c prec.c nut.c dmxm.c evp.c \
|
---|
25 | drange.c deuler.c cldj.c aopqk.c refz.c dh2e.c de2h.c \
|
---|
26 | dt.c dmoon.c planet.c planel.c el2ue.c ue2pv.c pv2ue.c \
|
---|
27 | altaz.c rdplan.c pvobs.c dtt.c dat.c rcc.c
|
---|
28 |
|
---|
29 | SRCS = $(SRCFILES)
|
---|
30 | HEADERS = slalib.h slamac.h
|
---|
31 | OBJS = $(SRCFILES:.c=.o)
|
---|
32 |
|
---|
33 | ############################################################
|
---|
34 |
|
---|
35 | all: $(OBJS)
|
---|
36 |
|
---|
37 | include ../Makefile.rules
|
---|
38 |
|
---|
39 | clean: rmlib rmcint rmobjs rmcore
|
---|
40 |
|
---|
41 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.