File: Makefile.am

package info (click to toggle)
xdx 2.4.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,644 kB
  • ctags: 477
  • sloc: ansic: 6,025; sh: 4,482; perl: 119; makefile: 67; sed: 16
file content (28 lines) | stat: -rw-r--r-- 673 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
## Process this file with automake to produce Makefile.in

SHARE_FILES = MANUAL MANUAL.es MANUAL.fr MANUAL.nl MANUAL.pl cty.dat

GNUPLOT_FILES = gnuplot/wwv.gnuplot

PIXMAP_FILES = pixmaps/bigsmile.png pixmaps/cry.png pixmaps/sad.png \
	pixmaps/smile.png pixmaps/wink.png pixmaps/xdx-logo.png \
	pixmaps/xdx.png pixmaps/xdx.xpm

SOUND_FILES = sounds/attention.wav

EXTRA_DIST = build-aux/config.rpath  \
	xdx.1.in \
	Xdx.desktop.in

SUBDIRS = m4 po src

desktopdir = $(datadir)/applications
desktop_DATA = Xdx.desktop

man_MANS = xdx.1

dist_pkgdata_DATA = $(SHARE_FILES)

nobase_dist_pkgdata_DATA = $(PIXMAP_FILES) $(SOUND_FILES) $(GNUPLOT_FILES)

ACLOCAL_AMFLAGS = -I m4