Codebase list bsdowl / scrub-obsolete/main Makefile.config.in
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

Makefile.config.in @scrub-obsolete/mainraw · history · blame

### @autoconf_input@

# Author: Michael Grünewald
# Date: Fri Feb 10 16:50:40 GMT 2006

# BSD Owl Scripts (https://github.com/michipili/bsdowl)
# This file is part of BSD Owl Scripts
#
# Copyright © 2005–2014 Michael Grünewald
#
# This file must be used under the terms of the CeCILL-B.
# This source file is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt

prefix?=		@prefix@
exec_prefix?=		@exec_prefix@
bindir?=		@bindir@
sbindir?=		@sbindir@
libexecdir?=		@libexecdir@
datarootdir?=		@datarootdir@
datadir?=		@datadir@
sysconfdir?=		@sysconfdir@
sharedstatedir?=	@sharedstatedir@
localstatedir?=		@localstatedir@
runstatedir?=		@runstatedir@
includedir?=		@includedir@
docdir?=		@docdir@
infodir?=		@infodir@
libdir?=		@libdir@
localedir?=		@localedir@
mandir?=		@mandir@

PREFIX?=		${prefix}
EXEC_PREFIX?=		${exec_prefix}
DATAROOTDIR?=		${datarootdir}
SCRIPTDIR?=		${_BPS_LIBEXEC}${PACKAGEDIR}
SHAREDIR?=		${_BPS_DATADIR}${PACKAGEDIR}

# Local Variables:
# mode: makefile
# End:

### End of file `Makefile.config.in'