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

« back to all changes in this revision

Viewing changes to src/libprojection/Makefile.am

  • 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
noinst_LIBRARIES = libprojection.a
 
2
 
 
3
AM_CPPFLAGS = -I@top_srcdir@/src
 
4
 
 
5
if USE_AR
 
6
  libprojection_a_AR = $(AR) cru
 
7
else
 
8
  libprojection_a_AR = $(CXX) @xplanet_ARFLAGS@
 
9
endif
 
10
 
 
11
libprojection_a_SOURCES =       \
 
12
                ProjectionAncient.cpp           \
 
13
                ProjectionAncient.h             \
 
14
                ProjectionAzimuthal.cpp         \
 
15
                ProjectionAzimuthal.h           \
 
16
                ProjectionBase.cpp              \
 
17
                ProjectionBase.h                \
 
18
                ProjectionHemisphere.cpp        \
 
19
                ProjectionHemisphere.h          \
 
20
                ProjectionLambert.cpp           \
 
21
                ProjectionLambert.h             \
 
22
                ProjectionMercator.cpp          \
 
23
                ProjectionMercator.h            \
 
24
                ProjectionMollweide.cpp         \
 
25
                ProjectionMollweide.h           \
 
26
                ProjectionOrthographic.cpp      \
 
27
                ProjectionOrthographic.h        \
 
28
                ProjectionPeters.cpp            \
 
29
                ProjectionPeters.h              \
 
30
                ProjectionRectangular.cpp       \
 
31
                ProjectionRectangular.h         \
 
32
                getProjection.cpp               \
 
33
                libprojection.h
 
 
b'\\ No newline at end of file'