checkin of 0.3.0
[pspp-builds.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 AUTOMAKE_OPTIONS = gnits 1.4
4
5 SUBDIRS = doc intl po lib src config tests
6
7 pkgdocdir = $(prefix)/doc/@PACKAGE@
8 pkgdoc_DATA = NEWS README TODO
9 noinst_DATA = AUTHORS THANKS
10
11 DISTCLEANFILES = pref.h
12
13 dist-hook:
14         cp -rp $(top_srcdir)/sysdeps $(distdir)
15         cp -rp $(top_srcdir)/examples $(distdir)
16
17 # A `private installation' in my terms is just having the appropriate
18 # configuration files in ~/.pspp instead of a global configuration
19 # location.  So I let those files be installed automatically.
20
21 private-install:
22         $(MAKE) private-install -C config
23 private-uninstall:
24         $(MAKE) private-uninstall -C config
25
26 EXTRA_DIST = NEWS ONEWS TODO pref.h.orig reconfigure configure
27
28 MAINTAINERCLEANFILES = Makefile.in configure aclocal.m4 config.h.in
29