tftp-hpa-google/MCONFIG.in
1999-09-26 06:32:41 +00:00

31 lines
476 B
Text

# Prefixes
prefix = @prefix@
exec_prefix = @exec_prefix@
# Directory for user binaries
BINDIR = @bindir@
# Man page tree
MANDIR = @mandir@
# System binaries
SBINDIR = @sbindir@
# Install into chroot area
INSTALLROOT =
# Install program
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
# Compiler and compiler flags
CC = @CC@
CFLAGS = @CFLAGS@
# Link flags
LDFLAGS = @LDFLAGS@
# Libraries
LIBS = @LIBS@