File: Makefile.am

package info (click to toggle)
xastir 1.4.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,364 kB
  • ctags: 3,882
  • sloc: ansic: 79,892; sh: 3,392; perl: 3,213; makefile: 239; python: 221
file content (60 lines) | stat: -rw-r--r-- 1,610 bytes parent folder | download
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

# $Id: Makefile.am,v 1.29 2004/10/05 15:54:45 we7u Exp $
#
# Copyright (C) 2000-2004  The Xastir Group
#

AUTOMAKE_OPTIONS = gnu dist-bzip2
ACLOCAL_AMFLAGS = -I m4

D=      `date +%G%m%d.%H%M%S`

SUBDIRS = src m4 config help scripts symbols callpass

# Remove this file here (it is created via configure), not from within intl.
# DISTCLEANFILES = intl/libintl.h

EXTRA_DIST = xastir.spec.in xastir.spec config.guess config.sub install-sh \
        missing mkinstalldirs placeholder FAQ LICENSE README README.CVS \
        README.Getting-Started README.MAPS README.win32 DEBUG_LEVELS \
        bootstrap.sh INSTALL UPGRADE xastir.1 terraserver.geo \
        toposerver.geo tigermap.geo USRadar.geo CanadaTopo250k.geo \
        CanadaTopo50k.geo TXRadar.geo Davis

MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in Makefile \
        config.guess config.sub install-sh missing mkinstalldirs \
        xastir.spec

countydir=${pkgdatadir}/Counties
county_DATA=placeholder

fccdir=${pkgdatadir}/fcc
fcc_DATA=placeholder

gnisdir=${pkgdatadir}/GNIS
gnis_DATA=placeholder

mapdir=${pkgdatadir}/maps

onlinedir=${pkgdatadir}/maps/Online
online_DATA=terraserver.geo toposerver.geo tigermap.geo \
        USRadar.geo CanadaTopo250k.geo CanadaTopo50k.geo \
        TXRadar.geo

gpsdir=${pkgdatadir}/maps/GPS
gps_DATA=placeholder

sounddir=${pkgdatadir}/sounds
sound_DATA=placeholder

docdir=${pkgdatadir}/doc
doc_DATA=AUTHORS FAQ ChangeLog LICENSE README README.CVS \
        README.MAPS README.win32 COPYING INSTALL UPGRADE \
        README.Getting-Started

mandir=${prefix}/man
man_MANS=xastir.1

ChangeLog::