mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-26 01:49:52 +03:00
31 lines
476 B
Text
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@
|
|
|