⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mconfig.in

📁 Linux下的TFTP源代码
💻 IN
字号:
## -*- makefile -*- ------------------------------------------------------##   ##   Copyright 2001 H. Peter Anvin - All Rights Reserved####   This program is free software available under the same license##   as the "OpenBSD" operating system, distributed at##   http://www.openbsd.org/.#### ----------------------------------------------------------------------- ## $Id$#### MCONFIG.in#### Basic Makefile definitions### Source and object rootSRCROOT	    = @SRCROOT@OBJROOT     = @OBJROOT@# Prefixesprefix      = @prefix@exec_prefix = @exec_prefix@# Directory for user binariesBINDIR  = @bindir@# Man page treeMANDIR  = @mandir@# System binariesSBINDIR = @sbindir@# Binary suffixesO = @OBJEXT@X = @EXEEXT@# Install into alternate root area, e.g. for package generationINSTALLROOT = # LinkLN_S            = @LN_S@# Install programINSTALL         = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_DATA    = @INSTALL_DATA@# Compiler and compiler flagsCC      = @CC@CFLAGS  = @CFLAGS@ -I$(SRCROOT)# Link flagsLDFLAGS = @LDFLAGS@# Libraries (client and server)TFTP_LIBS  = ../common/libcommon.a @TFTP_LIBS@TFTPD_LIBS = ../common/libcommon.a @TFTPD_LIBS@# Additional library we need to buildLIBOBJS	= @LIBOBJS@# Additional tftpd objects we need to buildTFTPDOBJS = @TFTPDOBJS@# ar and ranlib (for making libraries)AR	= ar cqRANLIB	= @RANLIB@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -