Codebase list cfingerd / 99e7fa2d-7562-4b70-8eae-648fd9dcddf4/main Makefile.cfg.in
99e7fa2d-7562-4b70-8eae-648fd9dcddf4/main

Tree @99e7fa2d-7562-4b70-8eae-648fd9dcddf4/main (Download .tar.gz)

Makefile.cfg.in @99e7fa2d-7562-4b70-8eae-648fd9dcddf4/mainraw · history · blame

# CFINGERD - Main Makefile configuration
#
# $Id: Makefile.cfg.in,v 1.4 1999/08/31 00:46:46 joey Exp $
#
# Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# Do not edit this file, it is controlled through ./Configure

# Operating system
#
OS_TYPE = __OS_TYPE__

# Owner and group for installed binaries
#
BIN_OWNER = __BIN_OWNER__
BIN_GROUP = __BIN_GROUP__
export BIN_OWNER
export BIN_GROUP

# Root directory, owner and group for installed manpages
#
MANDIR = __MANDIR__
MAN_OWNER = __MAN_OWNER__
MAN_GROUP = __MAN_GROUP__
export MAN_OWNER
export MAN_GROUP
export MANDIR

# Your make program
#
MAKE = __MAKE__
export MAKE

# Additional compiler flags
#
CFLAGS = __CFLAGS__
export CFLAGS

# Additional linker flags
#
LDFLAGS = __LDFLAGS__
export LDFLAGS