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

« back to all changes in this revision

Viewing changes to src/libplanet/libmoons/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 = libmoons.a
 
2
 
 
3
AM_CPPFLAGS = -I@top_srcdir@/src
 
4
 
 
5
if USE_AR
 
6
  libmoons_a_AR = $(AR) cru
 
7
else
 
8
  libmoons_a_AR = $(CXX) @xplanet_ARFLAGS@
 
9
endif
 
10
 
 
11
libmoons_a_SOURCES = elp82b.h earth.cpp mars.cpp jupiter.cpp libmoons.h  tass17.h saturn.cpp  uranus.cpp neptune.cpp pluto.cpp
 
12
 
 
13