forked from mirrors/tftp-hpa-google
Initial revision
This commit is contained in:
commit
09f975fa4c
18 changed files with 4696 additions and 0 deletions
31
MCONFIG.in
Normal file
31
MCONFIG.in
Normal file
|
@ -0,0 +1,31 @@
|
|||
# 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@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue