nessus.tmpl.in
上传用户:tjescc
上传日期:2021-02-23
资源大小:419k
文件大小:2k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. CWARN0 = @CWALL@
  2. CWARN1 = $(CWARN0) -Wwrite-strings -Wshadow
  3. CWARN2 = $(CWARN1) -Wcast-align -Wcast-qual -Waggregate-return
  4. CWARN3 = $(CWARN2) -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
  5. CWARN4 = $(CWARN3) -Wconversion -Winline -Wtraditional
  6. CWARN  = $(CWARN0)
  7. # nessus.tmpl
  8. #
  9. # This file contains all the defines you may want to modify
  10. #
  11. SHELL = /bin/sh
  12. CONFIGURE_ARGS = @ac_configure_args@
  13. @SET_MAKE@
  14. rootdir=@PWDD@
  15. # Autoconf installation directories
  16. prefix=@prefix@
  17. exec_prefix=@exec_prefix@
  18. bindir=@bindir@
  19. sbindir=@sbindir@
  20. libexecdir=@libexecdir@
  21. datadir=@datadir@
  22. sysconfdir=@sysconfdir@
  23. sharedstatedir=@sharedstatedir@
  24. localstatedir=@localstatedir@
  25. libdir=@libdir@
  26. includedir=@includedir@
  27. oldincludedir=@oldincludedir@
  28. infodir=@infodir@
  29. mandir=@mandir@
  30. libsdir=${rootdir}/libs
  31. top_builddir = @PWDD@
  32. include= -I. @sslcflags@ -I$(rootdir)/include -I$(rootdir)/libpcap-nessus
  33. lib_dir=@libdir@
  34. USE_CIPHER=@cipher_cflags@
  35. INSTALL=@INSTALL@
  36. INSTALL_DIR=@INSTALL_DIR@
  37. CIPHER_CFLAGS=@cipher_cflags@
  38. PCAP_MAKE=@pcap_make@
  39. PCAP_INSTALL=@pcap_install@
  40. PCAP_CLEAN=@pcap_clean@
  41. PCAP_DISTCLEAN=@pcap_distclean@
  42. WS2_32=@with_ws2_32@
  43. # Debugging ?
  44. DEBUG = @debug_cflags@
  45. # Produce verbose SSL output ?
  46. DEBUG_SSL = @debug_ssl@
  47. #
  48. # Build our own libpcap ?
  49. #
  50. BUILD_PCAP=@BUILD_PCAP@
  51. # Some defines you may want to modify
  52. DEFS=@DEFS@ $(DEBUG_SSL) $(USE_CIPHER) $(DEBUG)
  53. LDFLAGS=
  54. # Your C compiler
  55. CC=@CC@
  56. LIBS=@LIBS@
  57. LIBTOOL=@LIBTOOL@
  58. RANLIB=@RANLIB@
  59. PACKAGE_VERSION = @NESSUS_SUPER@:@NESSUS_PATCH@:@NESSUS_MINOR@