b3c3db2582af8f9e019c0f21837fbc0fa2fc490d
[obnox/wireshark/wip.git] / packaging / 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 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CPP = @CPP@
65 DATAFILE_DIR = @DATAFILE_DIR@
66 DLLTOOL = @DLLTOOL@
67 FLEX_PATH = @FLEX_PATH@
68 GLIB_CFLAGS = @GLIB_CFLAGS@
69 GLIB_CONFIG = @GLIB_CONFIG@
70 GLIB_LIBS = @GLIB_LIBS@
71 GTK_CFLAGS = @GTK_CFLAGS@
72 GTK_CONFIG = @GTK_CONFIG@
73 GTK_LIBS = @GTK_LIBS@
74 INET_ATON_C = @INET_ATON_C@
75 INET_ATON_O = @INET_ATON_O@
76 INET_NTOP_C = @INET_NTOP_C@
77 INET_NTOP_O = @INET_NTOP_O@
78 INET_PTON_C = @INET_PTON_C@
79 INET_PTON_O = @INET_PTON_O@
80 LEX = @LEX@
81 LIBTOOL = @LIBTOOL@
82 LIBTOOL_DEPS = @LIBTOOL_DEPS@
83 LN_S = @LN_S@
84 MAKEINFO = @MAKEINFO@
85 MKSTEMP_C = @MKSTEMP_C@
86 MKSTEMP_O = @MKSTEMP_O@
87 NSL_LIBS = @NSL_LIBS@
88 OBJDUMP = @OBJDUMP@
89 PACKAGE = @PACKAGE@
90 PCAP_LIBS = @PCAP_LIBS@
91 PERL_PATH = @PERL_PATH@
92 PLUGIN_DIR = @PLUGIN_DIR@
93 RANLIB = @RANLIB@
94 SNMP_LIBS = @SNMP_LIBS@
95 SNPRINTF_C = @SNPRINTF_C@
96 SNPRINTF_O = @SNPRINTF_O@
97 SOCKET_LIBS = @SOCKET_LIBS@
98 STRERROR_C = @STRERROR_C@
99 STRERROR_O = @STRERROR_O@
100 STRNCASECMP_C = @STRNCASECMP_C@
101 STRNCASECMP_O = @STRNCASECMP_O@
102 VERSION = @VERSION@
103 YACC = @YACC@
104 ethereal_SUBDIRS = @ethereal_SUBDIRS@
105
106 SUBDIRS = solaris
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../config.h
109 CONFIG_CLEAN_FILES = 
110 DIST_COMMON =  Makefile.am Makefile.in
111
112
113 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
115 TAR = tar
116 GZIP_ENV = --best
117 all: all-redirect
118 .SUFFIXES:
119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120         cd $(top_srcdir) && $(AUTOMAKE) --gnu packaging/Makefile
121
122 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
123         cd $(top_builddir) \
124           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127 # This directory's subdirectories are mostly independent; you can cd
128 # into them and run `make' without going through this Makefile.
129 # To change the values of `make' variables: instead of editing Makefiles,
130 # (1) if the variable is set in `config.status', edit `config.status'
131 #     (which will cause the Makefiles to be regenerated when you run `make');
132 # (2) otherwise, pass the desired values on the `make' command line.
133
134 @SET_MAKE@
135
136 all-recursive install-data-recursive install-exec-recursive \
137 installdirs-recursive install-recursive uninstall-recursive  \
138 check-recursive installcheck-recursive info-recursive dvi-recursive:
139         @set fnord $(MAKEFLAGS); amf=$$2; \
140         dot_seen=no; \
141         target=`echo $@ | sed s/-recursive//`; \
142         list='$(SUBDIRS)'; for subdir in $$list; do \
143           echo "Making $$target in $$subdir"; \
144           if test "$$subdir" = "."; then \
145             dot_seen=yes; \
146             local_target="$$target-am"; \
147           else \
148             local_target="$$target"; \
149           fi; \
150           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
151            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
152         done; \
153         if test "$$dot_seen" = "no"; then \
154           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
155         fi; test -z "$$fail"
156
157 mostlyclean-recursive clean-recursive distclean-recursive \
158 maintainer-clean-recursive:
159         @set fnord $(MAKEFLAGS); amf=$$2; \
160         dot_seen=no; \
161         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
162           rev="$$subdir $$rev"; \
163           test "$$subdir" = "." && dot_seen=yes; \
164         done; \
165         test "$$dot_seen" = "no" && rev=". $$rev"; \
166         target=`echo $@ | sed s/-recursive//`; \
167         for subdir in $$rev; do \
168           echo "Making $$target in $$subdir"; \
169           if test "$$subdir" = "."; then \
170             local_target="$$target-am"; \
171           else \
172             local_target="$$target"; \
173           fi; \
174           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
175            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
176         done && test -z "$$fail"
177 tags-recursive:
178         list='$(SUBDIRS)'; for subdir in $$list; do \
179           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
180         done
181
182 tags: TAGS
183
184 ID: $(HEADERS) $(SOURCES) $(LISP)
185         list='$(SOURCES) $(HEADERS)'; \
186         unique=`for i in $$list; do echo $$i; done | \
187           awk '    { files[$$0] = 1; } \
188                END { for (i in files) print i; }'`; \
189         here=`pwd` && cd $(srcdir) \
190           && mkid -f$$here/ID $$unique $(LISP)
191
192 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
193         tags=; \
194         here=`pwd`; \
195         list='$(SUBDIRS)'; for subdir in $$list; do \
196    if test "$$subdir" = .; then :; else \
197             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
198    fi; \
199         done; \
200         list='$(SOURCES) $(HEADERS)'; \
201         unique=`for i in $$list; do echo $$i; done | \
202           awk '    { files[$$0] = 1; } \
203                END { for (i in files) print i; }'`; \
204         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
205           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
206
207 mostlyclean-tags:
208
209 clean-tags:
210
211 distclean-tags:
212         -rm -f TAGS ID
213
214 maintainer-clean-tags:
215
216 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
217
218 subdir = packaging
219
220 distdir: $(DISTFILES)
221         here=`cd $(top_builddir) && pwd`; \
222         top_distdir=`cd $(top_distdir) && pwd`; \
223         distdir=`cd $(distdir) && pwd`; \
224         cd $(top_srcdir) \
225           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu packaging/Makefile
226         @for file in $(DISTFILES); do \
227           d=$(srcdir); \
228           if test -d $$d/$$file; then \
229             cp -pr $$/$$file $(distdir)/$$file; \
230           else \
231             test -f $(distdir)/$$file \
232             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
233             || cp -p $$d/$$file $(distdir)/$$file || :; \
234           fi; \
235         done
236         for subdir in $(SUBDIRS); do \
237           if test "$$subdir" = .; then :; else \
238             test -d $(distdir)/$$subdir \
239             || mkdir $(distdir)/$$subdir \
240             || exit 1; \
241             chmod 777 $(distdir)/$$subdir; \
242             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
243               || exit 1; \
244           fi; \
245         done
246 info-am:
247 info: info-recursive
248 dvi-am:
249 dvi: dvi-recursive
250 check-am: all-am
251 check: check-recursive
252 installcheck-am:
253 installcheck: installcheck-recursive
254 install-exec-am:
255 install-exec: install-exec-recursive
256
257 install-data-am:
258 install-data: install-data-recursive
259
260 install-am: all-am
261         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
262 install: install-recursive
263 uninstall-am:
264 uninstall: uninstall-recursive
265 all-am: Makefile
266 all-redirect: all-recursive
267 install-strip:
268         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
269 installdirs: installdirs-recursive
270 installdirs-am:
271
272
273 mostlyclean-generic:
274
275 clean-generic:
276
277 distclean-generic:
278         -rm -f Makefile $(CONFIG_CLEAN_FILES)
279         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
280
281 maintainer-clean-generic:
282 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
283
284 mostlyclean: mostlyclean-recursive
285
286 clean-am:  clean-tags clean-generic mostlyclean-am
287
288 clean: clean-recursive
289
290 distclean-am:  distclean-tags distclean-generic clean-am
291         -rm -f libtool
292
293 distclean: distclean-recursive
294
295 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
296                 distclean-am
297         @echo "This command is intended for maintainers to use;"
298         @echo "it deletes files that may require special tools to rebuild."
299
300 maintainer-clean: maintainer-clean-recursive
301
302 .PHONY: install-data-recursive uninstall-data-recursive \
303 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
304 uninstalldirs-recursive all-recursive check-recursive \
305 installcheck-recursive info-recursive dvi-recursive \
306 mostlyclean-recursive distclean-recursive clean-recursive \
307 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
308 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
309 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
310 install-exec install-data-am install-data install-am install \
311 uninstall-am uninstall all-redirect all-am all installdirs-am \
312 installdirs mostlyclean-generic distclean-generic clean-generic \
313 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
314
315
316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
317 # Otherwise a system limit (for SysV at least) may be exceeded.
318 .NOEXPORT: