@@ -91,15 +91,14 @@ host_triplet = @host@
91
91
bin_PROGRAMS = scanssh$(EXEEXT )
92
92
subdir = .
93
93
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
94
- am__aclocal_m4_deps = $(top_srcdir ) /configure.in
94
+ am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
95
95
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
96
96
$(ACLOCAL_M4 )
97
97
DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
98
98
$(am__configure_deps ) $(am__DIST_COMMON )
99
99
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100
100
configure.lineno config.status.lineno
101
101
mkinstalldirs = $(SHELL ) $(top_srcdir ) /mkinstalldirs
102
- CONFIG_HEADER = config.h
103
102
CONFIG_CLEAN_FILES =
104
103
CONFIG_CLEAN_VPATH_FILES =
105
104
am__installdirs = "$(DESTDIR )$(bindir ) " "$(DESTDIR )$(man1dir ) "
@@ -174,8 +173,7 @@ am__uninstall_files_from_dir = { \
174
173
man1dir = $(mandir ) /man1
175
174
NROFF = nroff
176
175
MANS = $(man_MANS )
177
- am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP ) \
178
- config.h.in
176
+ am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP )
179
177
# Read a list of newline-separated strings from the standard input,
180
178
# and print each of them once, without duplicates. Input order is
181
179
# *not* preserved.
@@ -193,11 +191,10 @@ am__define_uniq_tagged_files = \
193
191
if test -f " $$ i" ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
194
192
done | $( am__uniquify_input) `
195
193
AM_RECURSIVE_TARGETS = cscope
196
- am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in \
197
- README.md TODO acconfig.h arc4random.c compile config.guess \
198
- config.sub err.c getaddrinfo.c getnameinfo.c inet_aton.c \
199
- inet_pton.c install-sh md5.c missing mkinstalldirs strlcat.c \
200
- strlcpy.c strsep.c
194
+ am__DIST_COMMON = $(srcdir ) /Makefile.in README.md TODO acconfig.h \
195
+ arc4random.c compile config.guess config.sub err.c \
196
+ getaddrinfo.c getnameinfo.c inet_aton.c inet_pton.c install-sh \
197
+ md5.c missing mkinstalldirs strlcat.c strlcpy.c strsep.c
201
198
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
202
199
distdir = $(PACKAGE ) -$(VERSION )
203
200
top_distdir = $(distdir )
@@ -330,7 +327,7 @@ scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c \
330
327
scanssh.h socks.h xmalloc.h
331
328
332
329
scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
333
- INCLUDES = -I$(top_srcdir ) /@DNETCOMPAT@ -I$(top_srcdir ) /compat \
330
+ AM_CPPFLAGS = -I$(top_srcdir ) /@DNETCOMPAT@ -I$(top_srcdir ) /compat \
334
331
@EVENTINC@ @PCAPINC@ @DNETINC@
335
332
336
333
man_MANS = scanssh.1
@@ -341,8 +338,7 @@ EXTRA_DIST = $(man_MANS) README.md acconfig.h \
341
338
compat/sys/queue.h compat/sys/tree.h
342
339
343
340
DISTCLEANFILES = *~
344
- all : config.h
345
- $(MAKE ) $(AM_MAKEFLAGS ) all-am
341
+ all : all-am
346
342
347
343
.SUFFIXES :
348
344
.SUFFIXES : .c .o .obj
@@ -379,21 +375,6 @@ $(top_srcdir)/configure: $(am__configure_deps)
379
375
$(ACLOCAL_M4 ) : $(am__aclocal_m4_deps )
380
376
$(am__cd ) $(srcdir ) && $(ACLOCAL ) $(ACLOCAL_AMFLAGS )
381
377
$(am__aclocal_m4_deps ) :
382
-
383
- config.h : stamp-h1
384
- @test -f $@ || rm -f stamp-h1
385
- @test -f $@ || $(MAKE ) $(AM_MAKEFLAGS ) stamp-h1
386
-
387
- stamp-h1 : $(srcdir ) /config.h.in $(top_builddir ) /config.status
388
- @rm -f stamp-h1
389
- cd $(top_builddir ) && $(SHELL ) ./config.status config.h
390
- $(srcdir ) /config.h.in : $(am__configure_deps ) $(top_srcdir ) /acconfig.h
391
- ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
392
- rm -f stamp-h1
393
- touch $@
394
-
395
- distclean-hdr :
396
- -rm -f config.h stamp-h1
397
378
install-binPROGRAMS : $(bin_PROGRAMS )
398
379
@$(NORMAL_INSTALL )
399
380
@list=' $(bin_PROGRAMS)' ; test -n " $( bindir) " || list=; \
@@ -728,7 +709,7 @@ distcleancheck: distclean
728
709
exit 1; } >&2
729
710
check-am : all-am
730
711
check : check-am
731
- all-am : Makefile $(PROGRAMS ) $(MANS ) config.h
712
+ all-am : Makefile $(PROGRAMS ) $(MANS )
732
713
installdirs :
733
714
for dir in " $( DESTDIR) $( bindir) " " $( DESTDIR) $( man1dir) " ; do \
734
715
test -z " $$ dir" || $(MKDIR_P ) " $$ dir" ; \
@@ -772,7 +753,7 @@ distclean: distclean-am
772
753
-rm -f $(am__CONFIG_DISTCLEAN_FILES )
773
754
-rm -f Makefile
774
755
distclean-am : clean-am distclean-compile distclean-generic \
775
- distclean-hdr distclean- tags
756
+ distclean-tags
776
757
777
758
dvi : dvi-am
778
759
@@ -836,16 +817,16 @@ uninstall-am: uninstall-binPROGRAMS uninstall-man
836
817
837
818
uninstall-man : uninstall-man1
838
819
839
- .MAKE : all install-am install-strip
820
+ .MAKE : install-am install-strip
840
821
841
822
.PHONY : CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
842
823
clean-binPROGRAMS clean-cscope clean-generic cscope \
843
824
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
844
825
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
845
826
dist-zstd distcheck distclean distclean-compile \
846
- distclean-generic distclean-hdr distclean- tags distcleancheck \
847
- distdir distuninstallcheck dvi dvi-am html html-am info \
848
- info-am install install-am install-binPROGRAMS install-data \
827
+ distclean-generic distclean-tags distcleancheck distdir \
828
+ distuninstallcheck dvi dvi-am html html-am info info-am \
829
+ install install-am install-binPROGRAMS install-data \
849
830
install-data-am install-dvi install-dvi-am install-exec \
850
831
install-exec-am install-html install-html-am install-info \
851
832
install-info-am install-man install-man1 install-pdf \
0 commit comments