forked from mirrors/tftp-hpa-google
37 lines
603 B
Text
37 lines
603 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@
|
|
|
|
# Additional library we need to build
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
# ar and ranlib (for making libraries)
|
|
AR = ar cq
|
|
RANLIB = @RANLIB@
|