http://www.azstarnet.com/~ymg/files/slsnif-0.4.0.tar.gz
[slsnif.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 CC = @CC@
61 MAKEINFO = @MAKEINFO@
62 PACKAGE = @PACKAGE@
63 VERSION = @VERSION@
64
65 AUTOMAKE_OPTIONS = no-dependencies
66 SUBDIRS = src
67 man_MANS = slsnif.1
68 EXTRA_DIST = $(man_MANS) slsnifrc-example
69 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES = 
73 man1dir = $(mandir)/man1
74 MANS = $(man_MANS)
75
76 NROFF = nroff
77 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
78 Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
79 config.h.in configure configure.in install-sh missing mkinstalldirs
80
81
82 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
83
84 TAR = gtar
85 GZIP_ENV = --best
86 all: all-redirect
87 .SUFFIXES:
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
89         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
90
91 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
92         cd $(top_builddir) \
93           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95 $(ACLOCAL_M4):  configure.in 
96         cd $(srcdir) && $(ACLOCAL)
97
98 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
99         $(SHELL) ./config.status --recheck
100 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
101         cd $(srcdir) && $(AUTOCONF)
102
103 config.h: stamp-h
104         @if test ! -f $@; then \
105                 rm -f stamp-h; \
106                 $(MAKE) stamp-h; \
107         else :; fi
108 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
109         cd $(top_builddir) \
110           && CONFIG_FILES= CONFIG_HEADERS=config.h \
111              $(SHELL) ./config.status
112         @echo timestamp > stamp-h 2> /dev/null
113 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
114         @if test ! -f $@; then \
115                 rm -f $(srcdir)/stamp-h.in; \
116                 $(MAKE) $(srcdir)/stamp-h.in; \
117         else :; fi
118 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
119         cd $(top_srcdir) && $(AUTOHEADER)
120         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
121
122 mostlyclean-hdr:
123
124 clean-hdr:
125
126 distclean-hdr:
127         -rm -f config.h
128
129 maintainer-clean-hdr:
130
131 install-man1:
132         $(mkinstalldirs) $(DESTDIR)$(man1dir)
133         @list='$(man1_MANS)'; \
134         l2='$(man_MANS)'; for i in $$l2; do \
135           case "$$i" in \
136             *.1*) list="$$list $$i" ;; \
137           esac; \
138         done; \
139         for i in $$list; do \
140           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
141           else file=$$i; fi; \
142           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
143           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
144           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
145           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
146           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
147         done
148
149 uninstall-man1:
150         @list='$(man1_MANS)'; \
151         l2='$(man_MANS)'; for i in $$l2; do \
152           case "$$i" in \
153             *.1*) list="$$list $$i" ;; \
154           esac; \
155         done; \
156         for i in $$list; do \
157           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
158           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
159           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
160           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
161           rm -f $(DESTDIR)$(man1dir)/$$inst; \
162         done
163 install-man: $(MANS)
164         @$(NORMAL_INSTALL)
165         $(MAKE) $(AM_MAKEFLAGS) install-man1
166 uninstall-man:
167         @$(NORMAL_UNINSTALL)
168         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
169
170 # This directory's subdirectories are mostly independent; you can cd
171 # into them and run `make' without going through this Makefile.
172 # To change the values of `make' variables: instead of editing Makefiles,
173 # (1) if the variable is set in `config.status', edit `config.status'
174 #     (which will cause the Makefiles to be regenerated when you run `make');
175 # (2) otherwise, pass the desired values on the `make' command line.
176
177 @SET_MAKE@
178
179 all-recursive install-data-recursive install-exec-recursive \
180 installdirs-recursive install-recursive uninstall-recursive  \
181 check-recursive installcheck-recursive info-recursive dvi-recursive:
182         @set fnord $(MAKEFLAGS); amf=$$2; \
183         dot_seen=no; \
184         target=`echo $@ | sed s/-recursive//`; \
185         list='$(SUBDIRS)'; for subdir in $$list; do \
186           echo "Making $$target in $$subdir"; \
187           if test "$$subdir" = "."; then \
188             dot_seen=yes; \
189             local_target="$$target-am"; \
190           else \
191             local_target="$$target"; \
192           fi; \
193           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
194            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
195         done; \
196         if test "$$dot_seen" = "no"; then \
197           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
198         fi; test -z "$$fail"
199
200 mostlyclean-recursive clean-recursive distclean-recursive \
201 maintainer-clean-recursive:
202         @set fnord $(MAKEFLAGS); amf=$$2; \
203         dot_seen=no; \
204         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
205           rev="$$subdir $$rev"; \
206           test "$$subdir" = "." && dot_seen=yes; \
207         done; \
208         test "$$dot_seen" = "no" && rev=". $$rev"; \
209         target=`echo $@ | sed s/-recursive//`; \
210         for subdir in $$rev; do \
211           echo "Making $$target in $$subdir"; \
212           if test "$$subdir" = "."; then \
213             local_target="$$target-am"; \
214           else \
215             local_target="$$target"; \
216           fi; \
217           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
218            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
219         done && test -z "$$fail"
220 tags-recursive:
221         list='$(SUBDIRS)'; for subdir in $$list; do \
222           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
223         done
224
225 tags: TAGS
226
227 ID: $(HEADERS) $(SOURCES) $(LISP)
228         list='$(SOURCES) $(HEADERS)'; \
229         unique=`for i in $$list; do echo $$i; done | \
230           awk '    { files[$$0] = 1; } \
231                END { for (i in files) print i; }'`; \
232         here=`pwd` && cd $(srcdir) \
233           && mkid -f$$here/ID $$unique $(LISP)
234
235 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
236         tags=; \
237         here=`pwd`; \
238         list='$(SUBDIRS)'; for subdir in $$list; do \
239    if test "$$subdir" = .; then :; else \
240             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
241    fi; \
242         done; \
243         list='$(SOURCES) $(HEADERS)'; \
244         unique=`for i in $$list; do echo $$i; done | \
245           awk '    { files[$$0] = 1; } \
246                END { for (i in files) print i; }'`; \
247         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
248           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
249
250 mostlyclean-tags:
251
252 clean-tags:
253
254 distclean-tags:
255         -rm -f TAGS ID
256
257 maintainer-clean-tags:
258
259 distdir = $(PACKAGE)-$(VERSION)
260 top_distdir = $(distdir)
261
262 # This target untars the dist file and tries a VPATH configuration.  Then
263 # it guarantees that the distribution is self-contained by making another
264 # tarfile.
265 distcheck: dist
266         -rm -rf $(distdir)
267         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
268         mkdir $(distdir)/=build
269         mkdir $(distdir)/=inst
270         dc_install_base=`cd $(distdir)/=inst && pwd`; \
271         cd $(distdir)/=build \
272           && ../configure --srcdir=.. --prefix=$$dc_install_base \
273           && $(MAKE) $(AM_MAKEFLAGS) \
274           && $(MAKE) $(AM_MAKEFLAGS) dvi \
275           && $(MAKE) $(AM_MAKEFLAGS) check \
276           && $(MAKE) $(AM_MAKEFLAGS) install \
277           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
278           && $(MAKE) $(AM_MAKEFLAGS) dist
279         -rm -rf $(distdir)
280         @banner="$(distdir).tar.gz is ready for distribution"; \
281         dashes=`echo "$$banner" | sed s/./=/g`; \
282         echo "$$dashes"; \
283         echo "$$banner"; \
284         echo "$$dashes"
285 dist: distdir
286         -chmod -R a+r $(distdir)
287         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
288         -rm -rf $(distdir)
289 dist-all: distdir
290         -chmod -R a+r $(distdir)
291         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
292         -rm -rf $(distdir)
293 distdir: $(DISTFILES)
294         -rm -rf $(distdir)
295         mkdir $(distdir)
296         -chmod 777 $(distdir)
297         @for file in $(DISTFILES); do \
298           d=$(srcdir); \
299           if test -d $$d/$$file; then \
300             cp -pr $$/$$file $(distdir)/$$file; \
301           else \
302             test -f $(distdir)/$$file \
303             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
304             || cp -p $$d/$$file $(distdir)/$$file || :; \
305           fi; \
306         done
307         for subdir in $(SUBDIRS); do \
308           if test "$$subdir" = .; then :; else \
309             test -d $(distdir)/$$subdir \
310             || mkdir $(distdir)/$$subdir \
311             || exit 1; \
312             chmod 777 $(distdir)/$$subdir; \
313             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
314               || exit 1; \
315           fi; \
316         done
317 info-am:
318 info: info-recursive
319 dvi-am:
320 dvi: dvi-recursive
321 check-am: all-am
322 check: check-recursive
323 installcheck-am:
324 installcheck: installcheck-recursive
325 all-recursive-am: config.h
326         $(MAKE) $(AM_MAKEFLAGS) all-recursive
327
328 install-exec-am:
329 install-exec: install-exec-recursive
330
331 install-data-am: install-man
332 install-data: install-data-recursive
333
334 install-am: all-am
335         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336 install: install-recursive
337 uninstall-am: uninstall-man
338 uninstall: uninstall-recursive
339 all-am: Makefile $(MANS) config.h
340 all-redirect: all-recursive-am
341 install-strip:
342         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
343 installdirs: installdirs-recursive
344 installdirs-am:
345         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
346
347
348 mostlyclean-generic:
349
350 clean-generic:
351
352 distclean-generic:
353         -rm -f Makefile $(CONFIG_CLEAN_FILES)
354         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
355
356 maintainer-clean-generic:
357 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
358
359 mostlyclean: mostlyclean-recursive
360
361 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
362
363 clean: clean-recursive
364
365 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
366
367 distclean: distclean-recursive
368         -rm -f config.status
369
370 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
371                 maintainer-clean-generic distclean-am
372         @echo "This command is intended for maintainers to use;"
373         @echo "it deletes files that may require special tools to rebuild."
374
375 maintainer-clean: maintainer-clean-recursive
376         -rm -f config.status
377
378 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
379 install-man1 uninstall-man1 install-man uninstall-man \
380 install-data-recursive uninstall-data-recursive install-exec-recursive \
381 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
382 all-recursive check-recursive installcheck-recursive info-recursive \
383 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
384 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
385 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
386 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
387 install-exec-am install-exec install-data-am install-data install-am \
388 install uninstall-am uninstall all-redirect all-am all installdirs-am \
389 installdirs mostlyclean-generic distclean-generic clean-generic \
390 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
391
392
393 # Tell versions [3.59,3.63) of GNU make to not export all variables.
394 # Otherwise a system limit (for SysV at least) may be exceeded.
395 .NOEXPORT: