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

« back to all changes in this revision

Viewing changes to libannotate/Makefile

  • 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
 
# Generated automatically from Makefile.in by configure.
2
 
prefix = /usr/local
3
 
 
4
 
CXX = c++
5
 
CPPFLAGS += -Wall -O3 -INONE/include -I${prefix}/include -I..
6
 
CXXFLAGS += -I/usr/include -I/usr/include/freetype2  -I/usr/X11R6/include
7
 
 
8
 
SRCS = \
9
 
        drawGreatArcs.cc        \
10
 
        drawMarkers.cc          \
11
 
        drawSatellite.cc        \
12
 
        parse.cc
13
 
 
14
 
OBJS = $(SRCS:.cc=.o)
15
 
 
16
 
libannotate.a: $(OBJS)
17
 
        /usr/bin/ar rsuv $@ $(OBJS)
18
 
        
19
 
 
20
 
drawGreatArcs.o: drawGreatArcs.cc ../Options.h ../checkfuncs.h \
21
 
 ../keywords.h parse.h ../Planet.h ../util.h \
22
 
 ../libdisplay/libdisplay.h ../libdisplay/DisplayBase.h \
23
 
 ../libprojection/libprojection.h ../libprojection/ProjectionBase.h \
24
 
 ../libprojection/ProjectionRectangular.h ../Location.h
25
 
 
26
 
drawMarkers.o: drawMarkers.cc ../auxfiles.h ../Marker.h ../Options.h \
27
 
 ../checkfuncs.h ../keywords.h parse.h ../Planet.h ../util.h \
28
 
 ../xplanet.h ../libdisplay/libdisplay.h ../libdisplay/DisplayBase.h \
29
 
 ../libprojection/libprojection.h ../libprojection/ProjectionBase.h \
30
 
 ../libprojection/ProjectionRectangular.h ../Location.h
31
 
 
32
 
drawSatellite.o: drawSatellite.cc ../auxfiles.h ../Location.h \
33
 
 ../Options.h ../checkfuncs.h ../keywords.h parse.h ../Satellite.h \
34
 
 ../libsgp4sdp4/sgp4sdp4.h ../util.h
35
 
 
36
 
parse.o: parse.cc ../keywords.h
37
 
 
38
 
.PHONY : clean distclean
39
 
 
40
 
clean  :
41
 
        -/bin/rm -f *.o libannotate.a
42
 
 
43
 
distclean:
44
 
        -/bin/rm -f *.o libannotate.a Makefile