"Fossies" - the Fresh Open Source Software Archive 
Member "scanssh-2.1/Makefile.in" (5 Mar 2005, 12104 Bytes) of package /linux/privat/old/scanssh-2.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 DNETCOMPAT = @DNETCOMPAT@
64 DNETINC = @DNETINC@
65 DNETLIB = @DNETLIB@
66 EVENTINC = @EVENTINC@
67 EVENTLIB = @EVENTLIB@
68 MAKEINFO = @MAKEINFO@
69 PACKAGE = @PACKAGE@
70 PCAPINC = @PCAPINC@
71 PCAPLIB = @PCAPLIB@
72 VERSION = @VERSION@
73 dnetconfig = @dnetconfig@
74
75 AUTOMAKE_OPTIONS = foreign no-dependencies
76
77 bin_PROGRAMS = scanssh
78
79 scanssh_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
81 scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
82 CFLAGS = -O2 -Wall -g
83
84 INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat @EVENTINC@ @PCAPINC@ @DNETINC@
85
86
87 man_MANS = scanssh.1
88
89 EXTRA_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
92 DISTCLEANFILES = *~
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = config.h
96 CONFIG_CLEAN_FILES =
97 PROGRAMS = $(bin_PROGRAMS)
98
99
100 DEFS = @DEFS@ -I. -I$(srcdir) -I.
101 CPPFLAGS = @CPPFLAGS@
102 LDFLAGS = @LDFLAGS@
103 LIBS = @LIBS@
104 scanssh_OBJECTS = scanssh.o atomicio.o exclude.o connecter.o xmalloc.o \
105 interface.o socks.o http.o telnet.o
106 scanssh_DEPENDENCIES = @LIBOBJS@
107 scanssh_LDFLAGS =
108 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109 CCLD = $(CC)
110 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
111 man1dir = $(mandir)/man1
112 MANS = $(man_MANS)
113
114 NROFF = nroff
115 DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in TODO \
116 acconfig.h aclocal.m4 arc4random.c config.guess config.h.in config.sub \
117 configure configure.in getaddrinfo.c getnameinfo.c inet_aton.c \
118 inet_pton.c install-sh missing mkinstalldirs strlcat.c strlcpy.c \
119 strsep.c
120
121
122 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
123
124 TAR = tar
125 GZIP_ENV = --best
126 SOURCES = $(scanssh_SOURCES)
127 OBJECTS = $(scanssh_OBJECTS)
128
129 all: 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
135 Makefile: $(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
142 config.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
147 config.h: stamp-h
148 @if test ! -f $@; then \
149 rm -f stamp-h; \
150 $(MAKE) stamp-h; \
151 else :; fi
152 stamp-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
166 mostlyclean-hdr:
167
168 clean-hdr:
169
170 distclean-hdr:
171 -rm -f config.h
172
173 maintainer-clean-hdr:
174
175 mostlyclean-binPROGRAMS:
176
177 clean-binPROGRAMS:
178 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
179
180 distclean-binPROGRAMS:
181
182 maintainer-clean-binPROGRAMS:
183
184 install-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
194 uninstall-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
209 mostlyclean-compile:
210 -rm -f *.o core *.core
211
212 clean-compile:
213
214 distclean-compile:
215 -rm -f *.tab.c
216
217 maintainer-clean-compile:
218
219 scanssh: $(scanssh_OBJECTS) $(scanssh_DEPENDENCIES)
220 @rm -f scanssh
221 $(LINK) $(scanssh_LDFLAGS) $(scanssh_OBJECTS) $(scanssh_LDADD) $(LIBS)
222
223 install-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
241 uninstall-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
255 install-man: $(MANS)
256 @$(NORMAL_INSTALL)
257 $(MAKE) $(AM_MAKEFLAGS) install-man1
258 uninstall-man:
259 @$(NORMAL_UNINSTALL)
260 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
261
262 tags: TAGS
263
264 ID: $(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
272 TAGS: $(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
282 mostlyclean-tags:
283
284 clean-tags:
285
286 distclean-tags:
287 -rm -f TAGS ID
288
289 maintainer-clean-tags:
290
291 distdir = $(PACKAGE)-$(VERSION)
292 top_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.
297 distcheck: 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"
317 dist: distdir
318 -chmod -R a+r $(distdir)
319 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
320 -rm -rf $(distdir)
321 dist-all: distdir
322 -chmod -R a+r $(distdir)
323 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
324 -rm -rf $(distdir)
325 distdir: $(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
341 info-am:
342 info: info-am
343 dvi-am:
344 dvi: dvi-am
345 check-am: all-am
346 check: check-am
347 installcheck-am:
348 installcheck: installcheck-am
349 all-recursive-am: config.h
350 $(MAKE) $(AM_MAKEFLAGS) all-recursive
351
352 install-exec-am: install-binPROGRAMS
353 install-exec: install-exec-am
354
355 install-data-am: install-man
356 install-data: install-data-am
357
358 install-am: all-am
359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360 install: install-am
361 uninstall-am: uninstall-binPROGRAMS uninstall-man
362 uninstall: uninstall-am
363 all-am: Makefile $(PROGRAMS) $(MANS) config.h
364 all-redirect: all-am
365 install-strip:
366 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
367 installdirs:
368 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
369
370
371 mostlyclean-generic:
372
373 clean-generic:
374
375 distclean-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
380 maintainer-clean-generic:
381 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
382 mostlyclean-compile mostlyclean-tags \
383 mostlyclean-generic
384
385 mostlyclean: mostlyclean-am
386
387 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
388 clean-generic mostlyclean-am
389
390 clean: clean-am
391
392 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
393 distclean-tags distclean-generic clean-am
394
395 distclean: distclean-am
396 -rm -f config.status
397
398 maintainer-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
404 maintainer-clean: maintainer-clean-am
405 -rm -f config.status
406
407 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
408 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
409 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
410 mostlyclean-compile distclean-compile clean-compile \
411 maintainer-clean-compile install-man1 uninstall-man1 install-man \
412 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
413 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
414 installcheck-am installcheck all-recursive-am install-exec-am \
415 install-exec install-data-am install-data install-am install \
416 uninstall-am uninstall all-redirect all-am all installdirs \
417 mostlyclean-generic distclean-generic clean-generic \
418 maintainer-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: