File: Makefile.am

package info (click to toggle)
pspp 0.2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,180 kB
  • ctags: 4,791
  • sloc: ansic: 56,977; sh: 1,649; makefile: 395; sed: 93; perl: 18
file content (18 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in  -*- makefile -*-

pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
pkgsysconf_DATA = devices html-prologue papersize ps-prologue
EXTRA_DIST = devices html-prologue papersize ps-prologue

# 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:
	$(mkinstalldirs) $$HOME/.pspp
	cd $(srcdir); cp $(pkgsysconf_DATA) $$HOME/.pspp
private-uninstall:
	-cd $$HOME/.pspp; rm -f $(pkgsysconf_DATA)
	-rmdir $$HOME/.pspp

MAINTAINERCLEANFILES = Makefile.in