📄 makefile.am
字号:
## $Id: Makefile.am,v 1.14.4.1 2004/08/02 18:40:00 flovergine Exp $#### Submit this file to automake with --force --add-missing --copy## See AC_CONFIG_AUX_DIR to know where it adds his own files.#### You should also set AUTOCONF to autoconf2.50 or whatever is## your autoconf program, if you have more than one version available.##AUTOMAKE_OPTIONS=foreignINSTALL=@INSTALL@PACKAGE=@PACKAGE@VERSION=@VERSION@SUBDIRS=src conf pam doc logs man includeDIST_CONF = conf/clients.example conf/config.aeg.example conf/dictionary \ conf/proxy.example conf/radwatch.conf.example conf/users.example \ conf/menus/menu1 conf/menus/menu2 conf/denyuser.example \ conf/allowuser.example \ conf/Makefile.am conf/menus/Makefile.am DIST_PAM = pam/Makefile.am pam/Makefile-linux pam/pam.conf pam/pam_radius_session.c pam/README pam/current-draft.txtDIST_DOC = doc/rfc/rfc1157.txt doc/rfc/rfc2618.txt \ doc/rfc/rfc2619.txt doc/rfc/rfc2620.txt \ doc/rfc/rfc2621.txt doc/rfc/rfc2865.txt \ doc/rfc/rfc2866.txt doc/rfc/rfc2867.txt \ doc/rfc/rfc2868.txt doc/rfc/rfc2869.txt \ doc/rfc/rfc2882.txt \ doc/txt/PAM-INFO \ doc/Makefile.am doc/txt/Makefile.am doc/rfc/Makefile.amDIST_LOGS = logs/README logs/Makefile.amDIST_INCLUDE = include/activcard.h include/aegapi.h include/global.h \ include/md5.h include/prototypes.h include/radius.h \ include/users.h include/vports.h include/yard.hDIST_MAN = man/radiusd.8.man man/builddbm.8.man man/md5test.1.man man/radlast.1.man \ man/radlist.1.man man/radtest.1.man man/radwatch.8.man \ man/radiusd_attributes.5.man man/radiusd_pam.7.manEXTRA_DIST = ChangeLog-1.0 ChangeLog-1.1 CREDITS INSTALL \ LICENSE.LUCENT LICENSE \ README README.LUCENT ROADMAP VERSION \ GPG-KEY \ autotools/README \ scripts/bootstrap scripts/changeprefix scripts/shtool \ $(DIST_CONF) $(DIST_PAM) $(DIST_DOC) $(DIST_INCLUDE) $(DIST_MAN)distclean-local: -rm -f $(srcdir)/default-paths.h $(srcdir)/hostinfo.h -rm -f $(srcdir)/man/*.[12345678] -rm -rf $(srcdir)/autom4te.cache
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -