File: Makefile.am

package info (click to toggle)
xplanet 1.2.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,068 kB
  • ctags: 2,029
  • sloc: cpp: 23,348; ansic: 6,274; sh: 3,247; makefile: 361; perl: 84
file content (61 lines) | stat: -rw-r--r-- 1,529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
SUBDIRS = src

man_MANS = xplanet.1

nobase_dist_data_DATA = \
	xplanet/rgb.txt			\
	xplanet/arcs/README		\
	xplanet/arcs/constellations	\
	xplanet/config/README		\
	xplanet/config/default		\
	xplanet/config/earth_markers	\
	xplanet/config/moon_orbit	\
	xplanet/config/overlay_clouds	\
	xplanet/ephemeris/README	\
	xplanet/fonts/README		\
	xplanet/fonts/FreeMonoBold.ttf	\
	xplanet/images/README		\
	xplanet/images/earth.jpg	\
	xplanet/images/hubble.png       \
	xplanet/images/iss.png          \
	xplanet/images/mgs.png		\
	xplanet/images/night.jpg	\
	xplanet/images/odyssey.png	\
	xplanet/images/shuttle.png      \
	xplanet/images/smile.png        \
	xplanet/images/sublunar.png	\
	xplanet/images/subsolar.png	\
	xplanet/images/sun.jpg		\
	xplanet/markers/README		\
	xplanet/markers/brightStars	\
	xplanet/markers/earth		\
	xplanet/markers/mars		\
	xplanet/markers/moon		\
	xplanet/origin/README		\
	xplanet/origin/cassini		\
	xplanet/origin/galileo		\
	xplanet/satellites/README	\
	xplanet/satellites/iss		\
	xplanet/satellites/iss.tle	\
	xplanet/spice/README		\
	xplanet/spice/asteroids		\
	xplanet/spice/asteroids.krn	\
	xplanet/spice/cassini		\
	xplanet/spice/cassini.krn	\
	xplanet/spice/mgs		\
	xplanet/spice/mgs.krn		\
	xplanet/spice/voyager		\
	xplanet/spice/voyager.krn	\
	xplanet/stars/BSC

sources = \
	scripts/convertCassini.perl.in	\
	scripts/convertCassini2.perl.in	

derived = \
	scripts/convertCassini.perl	\
	scripts/convertCassini2.perl

nobase_pkgdata_SCRIPTS = $(derived)

EXTRA_DIST = xplanet.1 $(sources)