summaryrefslogtreecommitdiff
path: root/gnustandards.mk.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 12:39:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 12:39:14 -0400
commitcb77eecb4e97fe17f6a9cfc037518c173fc1058a (patch)
tree2ece7f6c3ee8cea0ca6a2483f104537d2927d0c5 /gnustandards.mk.in
parent658d4fefc78a50ad825f95f55f640a2a97134f80 (diff)
f
Diffstat (limited to 'gnustandards.mk.in')
-rw-r--r--gnustandards.mk.in107
1 files changed, 107 insertions, 0 deletions
diff --git a/gnustandards.mk.in b/gnustandards.mk.in
new file mode 100644
index 0000000000..0ec281db28
--- /dev/null
+++ b/gnustandards.mk.in
@@ -0,0 +1,107 @@
+# Programs that it's OK to hard-code, but you don't want to have to memorize
+# this list.
+AWK = awk
+CAT = cat
+CMP = cmp
+CP = cp
+DIFF = diff
+ECHO = echo
+EGREP = egrep
+EXPR = expr
+FALSE = false
+GREP = grep
+INSTALL_INFO = install-info
+LN = ln
+LS = ls
+MKDIR = mkdir
+MV = mv
+PRINTF = printf
+PWD = pwd
+RM = rm
+RMDIR = rmdir
+SED = sed
+SLEEP = sleep
+SORT = sort
+TAR = tar
+TEST = test
+TOUCH = touch
+TR = tr
+TRUE = true
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+
+# Root for the installation
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+# Executable programs
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+# Data files
+datarootdir = @datarootdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+runstatedir = $(localstatedir)/run
+# Specific types of files
+includedir = @includedir@
+oldincludedir = @oldincludedir@
+docdir = @docdir@
+infodir = @infodir@
+htmldir = @htmldir@
+dvidir = @dvidir@
+pdfdir = @pdfdir@
+psdir = @psdir@
+libdir = @libdir@
+lispdir = $(datarootdir)/emacs/site-lisp
+localedir = @localedir@
+
+mandir = @mandir@
+man1dir = $(mandir)/man1
+man2dir = $(mandir)/man2
+man3dir = $(mandir)/man3
+man4dir = $(mandir)/man4
+man5dir = $(mandir)/man5
+man6dir = $(mandir)/man6
+man7dir = $(mandir)/man7
+man8dir = $(mandir)/man8
+
+manext = .1
+man1ext = .1
+man2ext = .2
+man3ext = .3
+man4ext = .4
+man5ext = .5
+man6ext = .6
+man7ext = .7
+man8ext = .8
+
+#all
+#install
+#install-html
+#install-dvi
+#install-pdf
+#install-ps
+#uninstall
+#install-strip
+#clean
+#distclean
+#mostlyclean
+#maintainer-clean
+#TAGS
+#info
+#dvi
+#html
+#pdf
+#ps
+#dist
+#check
+#installcheck
+#installdirs
+
+PRE_INSTALL ?=
+POST_INSTALL ?=
+NORMAL_INSTALL ?=