~ubuntu-branches/ubuntu/warty/xplanet/warty

« back to all changes in this revision

Viewing changes to libsgp4sdp4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040824071400-2dr4qnjbjmm8z3ia
Tags: 1.0.6-1ubuntu1
Build-depend: libtiff4-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
prefix = @prefix@
2
 
 
3
 
CC = @CC@
4
 
CPPFLAGS += @OTHER_CPPFLAGS@ 
5
 
 
6
 
SRCS = \
7
 
        sgp4sdp4.c \
8
 
        sgp_in.c \
9
 
        sgp_math.c \
10
 
        sgp_obs.c \
11
 
        sgp_time.c \
12
 
        solar.c
13
 
 
14
 
OBJS = $(SRCS:.c=.o)
15
 
 
16
 
libsgp4sdp4.a: $(OBJS)
17
 
        @AR@ @ARFLAGS@ $@ $(OBJS)
18
 
        @RANLIB@
19
 
 
20
 
ephem : main.o libsgp4sdp4.a
21
 
        $(CC) -lm -o $@ $^ 
22
 
 
23
 
$(OBJS) : sgp4sdp4.h
24
 
 
25
 
.PHONY : clean distclean
26
 
clean  :
27
 
        -@RM@ -f *.o libsgp4sdp4.a ephem
28
 
 
29
 
distclean:
30
 
        -@RM@ -f *.o config.* libsgp4sdp4.a ephem Makefile