File: Makefile.am

package info (click to toggle)
pspp 0.3.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,288 kB
  • ctags: 4,679
  • sloc: ansic: 57,209; sh: 2,874; makefile: 405; sed: 93; perl: 18
file content (29 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (2)
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
## Process this file with automake to produce Makefile.in  -*- makefile -*-

AUTOMAKE_OPTIONS = gnits 1.4

SUBDIRS = doc intl po lib src config tests

pkgdocdir = $(prefix)/doc/@PACKAGE@
pkgdoc_DATA = NEWS README TODO
noinst_DATA = AUTHORS THANKS

DISTCLEANFILES = pref.h

dist-hook:
	cp -rp $(top_srcdir)/sysdeps $(distdir)
	cp -rp $(top_srcdir)/examples $(distdir)

# A `private installation' in my terms is just having the appropriate
# configuration files in ~/.pspp instead of a global configuration
# location.  So I let those files be installed automatically.

private-install:
	$(MAKE) private-install -C config
private-uninstall:
	$(MAKE) private-uninstall -C config

EXTRA_DIST = NEWS ONEWS TODO pref.h.orig reconfigure configure

MAINTAINERCLEANFILES = Makefile.in configure aclocal.m4 config.h.in