1 ## -*- makefile -*- ------------------------------------------------------
3 ## Copyright 2001-2007 H. Peter Anvin - All Rights Reserved
5 ## This program is free software available under the same license
6 ## as the "OpenBSD" operating system, distributed at
7 ## http://www.openbsd.org/.
9 ## -----------------------------------------------------------------------
14 ## Basic Makefile definitions
17 # Source and object root
23 exec_prefix = @exec_prefix@
25 # Directory for user binaries
35 datarootdir = @datarootdir@
41 # Install into alternate root area, e.g. for package generation
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
52 # Compiler and compiler flags
54 CFLAGS = @CFLAGS@ -I$(SRCROOT)
59 # Libraries (client and server)
60 TFTP_LIBS = ../common/libcommon.a @TFTP_LIBS@
61 TFTPD_LIBS = ../common/libcommon.a @TFTPD_LIBS@
63 # Additional library we need to build
66 # Additional tftpd objects we need to build
67 TFTPDOBJS = @TFTPDOBJS@
69 # ar and ranlib (for making libraries)