📄 makefile.am
字号:
## Makefile.am -- Process this file with automake to produce Makefile.in#### This program is free software; you can redistribute it and/or modify## it under the terms of the GNU General Public License as published by## the Free Software Foundation; either version 2, or (at your option)## any later version.#### This program is distributed in the hope that it will be useful,## but WITHOUT ANY WARRANTY; without even the implied warranty of## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the## GNU General Public License for more details.#### You should have received a copy of the GNU General Public License## along with this program; if not, write to the Free Software## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.#MAINTAINERCLEANFILES = Makefile.in common.h stamp-common##EXTRA_DIST = common-h.inMAINTAINERCLEANFILES = Makefile.in INCLUDES = -I$(top_builddir) -I$(top_srcdir)AM_CFLAGS = -DDEBUG -Wall -O2 -g##pkginclude_HEADERS = common.h raw_sock.h tun_dev.h user_fd.h \## api.h packet_ops.h copier.h standard.h \## hashtab.h lookupa.h recycle.h queue.h \## utils.hpkginclude_HEADERS = api.hlib_LTLIBRARIES = libASL.la##libsic_la_LIBADD = $(top_builddir)/replace/libreplace.lalibASL_la_SOURCES = raw_sock.c tun_dev.c \ api.c packet_ops.c \ hashtab.c lookupa.c recycle.c queue.c \ utils.c krt.c libASL_la_LDFLAGS = ##libASL_la_CFLAGS = -Wall -O2##libASL_la_CFLAGS = -DDEBUG -Wall -O2 -g
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -