1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am 2 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. 4# This Makefile.in is free software; the Free Software Foundation 5# gives unlimited permission to copy and/or distribute it, 6# with or without modifications, as long as this notice is preserved. 7 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11# PARTICULAR PURPOSE. 12 13 14SHELL = @SHELL@ 15 16srcdir = @srcdir@ 17top_srcdir = @top_srcdir@ 18VPATH = @srcdir@ 19prefix = @prefix@ 20exec_prefix = @exec_prefix@ 21 22bindir = @bindir@ 23sbindir = @sbindir@ 24libexecdir = @libexecdir@ 25datadir = @datadir@ 26sysconfdir = @sysconfdir@ 27sharedstatedir = @sharedstatedir@ 28localstatedir = @localstatedir@ 29libdir = @libdir@ 30infodir = @infodir@ 31mandir = @mandir@ 32includedir = @includedir@ 33oldincludedir = /usr/include 34 35DESTDIR = 36 37pkgdatadir = $(datadir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40 41top_builddir = . 42 43ACLOCAL = @ACLOCAL@ 44AUTOCONF = @AUTOCONF@ 45AUTOMAKE = @AUTOMAKE@ 46AUTOHEADER = @AUTOHEADER@ 47 48INSTALL = @INSTALL@ 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 50INSTALL_DATA = @INSTALL_DATA@ 51INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52transform = @program_transform_name@ 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60host_alias = @host_alias@ 61host_triplet = @host@ 62CC = @CC@ 63DNETCOMPAT = @DNETCOMPAT@ 64DNETINC = @DNETINC@ 65DNETLIB = @DNETLIB@ 66EVENTINC = @EVENTINC@ 67EVENTLIB = @EVENTLIB@ 68MAKEINFO = @MAKEINFO@ 69PACKAGE = @PACKAGE@ 70PCAPINC = @PCAPINC@ 71PCAPLIB = @PCAPLIB@ 72VERSION = @VERSION@ 73dnetconfig = @dnetconfig@ 74 75AUTOMAKE_OPTIONS = foreign no-dependencies 76 77bin_PROGRAMS = scanssh 78 79scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c interface.c socks.c http.c telnet.c exclude.h interface.h scanssh.h socks.h xmalloc.h 80 81scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@ 82CFLAGS+= -Wall -g 83 84INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat @EVENTINC@ @PCAPINC@ @DNETINC@ 85 86 87man_MANS = scanssh.1 88 89EXTRA_DIST = $(man_MANS) README acconfig.h md5.c err.c compat/libdnet/dnet.h compat/err.h compat/md5.h compat/sys/queue.h compat/sys/tree.h 90 91 92DISTCLEANFILES = *~ 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 95CONFIG_HEADER = config.h 96CONFIG_CLEAN_FILES = 97PROGRAMS = $(bin_PROGRAMS) 98 99 100DEFS = @DEFS@ -I. -I$(srcdir) -I. 101CPPFLAGS = @CPPFLAGS@ 102LDFLAGS = @LDFLAGS@ 103LIBS = @LIBS@ 104scanssh_OBJECTS = scanssh.o atomicio.o exclude.o connecter.o xmalloc.o \ 105interface.o socks.o http.o telnet.o 106scanssh_DEPENDENCIES = @LIBOBJS@ 107scanssh_LDFLAGS = 108COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 109CCLD = $(CC) 110LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 111man1dir = $(mandir)/man1 112MANS = $(man_MANS) 113 114NROFF = nroff 115DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in TODO \ 116acconfig.h aclocal.m4 arc4random.c config.guess config.h.in config.sub \ 117configure configure.in getaddrinfo.c getnameinfo.c inet_aton.c \ 118inet_pton.c install-sh missing mkinstalldirs strlcat.c strlcpy.c \ 119strsep.c 120 121 122DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 123 124TAR = tar 125GZIP_ENV = --best 126SOURCES = $(scanssh_SOURCES) 127OBJECTS = $(scanssh_OBJECTS) 128 129all: all-redirect 130.SUFFIXES: 131.SUFFIXES: .S .c .o .s 132$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 133 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile 134 135Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 136 cd $(top_builddir) \ 137 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 138 139$(ACLOCAL_M4): configure.in 140 cd $(srcdir) && $(ACLOCAL) 141 142config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 143 $(SHELL) ./config.status --recheck 144$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 145 cd $(srcdir) && $(AUTOCONF) 146 147config.h: stamp-h 148 @if test ! -f $@; then \ 149 rm -f stamp-h; \ 150 $(MAKE) stamp-h; \ 151 else :; fi 152stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 153 cd $(top_builddir) \ 154 && CONFIG_FILES= CONFIG_HEADERS=config.h \ 155 $(SHELL) ./config.status 156 @echo timestamp > stamp-h 2> /dev/null 157$(srcdir)/config.h.in: $(srcdir)/stamp-h.in 158 @if test ! -f $@; then \ 159 rm -f $(srcdir)/stamp-h.in; \ 160 $(MAKE) $(srcdir)/stamp-h.in; \ 161 else :; fi 162$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h 163 cd $(top_srcdir) && $(AUTOHEADER) 164 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null 165 166mostlyclean-hdr: 167 168clean-hdr: 169 170distclean-hdr: 171 -rm -f config.h 172 173maintainer-clean-hdr: 174 175mostlyclean-binPROGRAMS: 176 177clean-binPROGRAMS: 178 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 179 180distclean-binPROGRAMS: 181 182maintainer-clean-binPROGRAMS: 183 184install-binPROGRAMS: $(bin_PROGRAMS) 185 @$(NORMAL_INSTALL) 186 $(mkinstalldirs) $(DESTDIR)$(bindir) 187 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 188 if test -f $$p; then \ 189 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ 190 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 191 else :; fi; \ 192 done 193 194uninstall-binPROGRAMS: 195 @$(NORMAL_UNINSTALL) 196 list='$(bin_PROGRAMS)'; for p in $$list; do \ 197 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ 198 done 199 200.c.o: 201 $(COMPILE) -c $< 202 203.s.o: 204 $(COMPILE) -c $< 205 206.S.o: 207 $(COMPILE) -c $< 208 209mostlyclean-compile: 210 -rm -f *.o core *.core 211 212clean-compile: 213 214distclean-compile: 215 -rm -f *.tab.c 216 217maintainer-clean-compile: 218 219scanssh: $(scanssh_OBJECTS) $(scanssh_DEPENDENCIES) 220 @rm -f scanssh 221 $(LINK) $(scanssh_LDFLAGS) $(scanssh_OBJECTS) $(scanssh_LDADD) $(LIBS) 222 223install-man1: 224 $(mkinstalldirs) $(DESTDIR)$(man1dir) 225 @list='$(man1_MANS)'; \ 226 l2='$(man_MANS)'; for i in $$l2; do \ 227 case "$$i" in \ 228 *.1*) list="$$list $$i" ;; \ 229 esac; \ 230 done; \ 231 for i in $$list; do \ 232 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 233 else file=$$i; fi; \ 234 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 235 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 236 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 237 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ 238 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ 239 done 240 241uninstall-man1: 242 @list='$(man1_MANS)'; \ 243 l2='$(man_MANS)'; for i in $$l2; do \ 244 case "$$i" in \ 245 *.1*) list="$$list $$i" ;; \ 246 esac; \ 247 done; \ 248 for i in $$list; do \ 249 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 250 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 251 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 252 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ 253 rm -f $(DESTDIR)$(man1dir)/$$inst; \ 254 done 255install-man: $(MANS) 256 @$(NORMAL_INSTALL) 257 $(MAKE) $(AM_MAKEFLAGS) install-man1 258uninstall-man: 259 @$(NORMAL_UNINSTALL) 260 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 261 262tags: TAGS 263 264ID: $(HEADERS) $(SOURCES) $(LISP) 265 list='$(SOURCES) $(HEADERS)'; \ 266 unique=`for i in $$list; do echo $$i; done | \ 267 awk ' { files[$$0] = 1; } \ 268 END { for (i in files) print i; }'`; \ 269 here=`pwd` && cd $(srcdir) \ 270 && mkid -f$$here/ID $$unique $(LISP) 271 272TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) 273 tags=; \ 274 here=`pwd`; \ 275 list='$(SOURCES) $(HEADERS)'; \ 276 unique=`for i in $$list; do echo $$i; done | \ 277 awk ' { files[$$0] = 1; } \ 278 END { for (i in files) print i; }'`; \ 279 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 280 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 281 282mostlyclean-tags: 283 284clean-tags: 285 286distclean-tags: 287 -rm -f TAGS ID 288 289maintainer-clean-tags: 290 291distdir = $(PACKAGE)-$(VERSION) 292top_distdir = $(distdir) 293 294# This target untars the dist file and tries a VPATH configuration. Then 295# it guarantees that the distribution is self-contained by making another 296# tarfile. 297distcheck: dist 298 -rm -rf $(distdir) 299 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 300 mkdir $(distdir)/=build 301 mkdir $(distdir)/=inst 302 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 303 cd $(distdir)/=build \ 304 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 305 && $(MAKE) $(AM_MAKEFLAGS) \ 306 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 307 && $(MAKE) $(AM_MAKEFLAGS) check \ 308 && $(MAKE) $(AM_MAKEFLAGS) install \ 309 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 310 && $(MAKE) $(AM_MAKEFLAGS) dist 311 -rm -rf $(distdir) 312 @banner="$(distdir).tar.gz is ready for distribution"; \ 313 dashes=`echo "$$banner" | sed s/./=/g`; \ 314 echo "$$dashes"; \ 315 echo "$$banner"; \ 316 echo "$$dashes" 317dist: distdir 318 -chmod -R a+r $(distdir) 319 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 320 -rm -rf $(distdir) 321dist-all: distdir 322 -chmod -R a+r $(distdir) 323 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 324 -rm -rf $(distdir) 325distdir: $(DISTFILES) 326 -rm -rf $(distdir) 327 mkdir $(distdir) 328 -chmod 777 $(distdir) 329 $(mkinstalldirs) $(distdir)/compat $(distdir)/compat/libdnet \ 330 $(distdir)/compat/sys 331 @for file in $(DISTFILES); do \ 332 d=$(srcdir); \ 333 if test -d $$d/$$file; then \ 334 cp -pr $$d/$$file $(distdir)/$$file; \ 335 else \ 336 test -f $(distdir)/$$file \ 337 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 338 || cp -p $$d/$$file $(distdir)/$$file || :; \ 339 fi; \ 340 done 341info-am: 342info: info-am 343dvi-am: 344dvi: dvi-am 345check-am: all-am 346check: check-am 347installcheck-am: 348installcheck: installcheck-am 349all-recursive-am: config.h 350 $(MAKE) $(AM_MAKEFLAGS) all-recursive 351 352install-exec-am: install-binPROGRAMS 353install-exec: install-exec-am 354 355install-data-am: install-man 356install-data: install-data-am 357 358install-am: all-am 359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 360install: install-am 361uninstall-am: uninstall-binPROGRAMS uninstall-man 362uninstall: uninstall-am 363all-am: Makefile $(PROGRAMS) $(MANS) config.h 364all-redirect: all-am 365install-strip: 366 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 367installdirs: 368 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 369 370 371mostlyclean-generic: 372 373clean-generic: 374 375distclean-generic: 376 -rm -f Makefile $(CONFIG_CLEAN_FILES) 377 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 378 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 379 380maintainer-clean-generic: 381mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \ 382 mostlyclean-compile mostlyclean-tags \ 383 mostlyclean-generic 384 385mostlyclean: mostlyclean-am 386 387clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \ 388 clean-generic mostlyclean-am 389 390clean: clean-am 391 392distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \ 393 distclean-tags distclean-generic clean-am 394 395distclean: distclean-am 396 -rm -f config.status 397 398maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \ 399 maintainer-clean-compile maintainer-clean-tags \ 400 maintainer-clean-generic distclean-am 401 @echo "This command is intended for maintainers to use;" 402 @echo "it deletes files that may require special tools to rebuild." 403 404maintainer-clean: maintainer-clean-am 405 -rm -f config.status 406 407.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ 408mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ 409maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ 410mostlyclean-compile distclean-compile clean-compile \ 411maintainer-clean-compile install-man1 uninstall-man1 install-man \ 412uninstall-man tags mostlyclean-tags distclean-tags clean-tags \ 413maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ 414installcheck-am installcheck all-recursive-am install-exec-am \ 415install-exec install-data-am install-data install-am install \ 416uninstall-am uninstall all-redirect all-am all installdirs \ 417mostlyclean-generic distclean-generic clean-generic \ 418maintainer-clean-generic clean mostlyclean distclean maintainer-clean 419 420 421# Tell versions [3.59,3.63) of GNU make to not export all variables. 422# Otherwise a system limit (for SysV at least) may be exceeded. 423.NOEXPORT: 424