New silcconfig library and server parser. Merged silc-newconfig-final.patch.
[silc.git] / util / robodoc / 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 # Information for automake
15 #
16
17
18 SHELL = @SHELL@
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38
39 DESTDIR =
40
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44
45 top_builddir = .
46
47 ACLOCAL = @ACLOCAL@
48 AUTOCONF = @AUTOCONF@
49 AUTOMAKE = @AUTOMAKE@
50 AUTOHEADER = @AUTOHEADER@
51
52 INSTALL = @INSTALL@
53 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54 INSTALL_DATA = @INSTALL_DATA@
55 INSTALL_SCRIPT = @INSTALL_SCRIPT@
56 transform = @program_transform_name@
57
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 CC = @CC@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 VERSION = @VERSION@
68
69 AUTOMAKE_OPTIONS = dist-zip
70
71 SUBDIRS = Docs Source
72
73 exampledir = $(prefix)/examples/$(PACKAGE)-$(VERSION)
74
75 docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
76 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
77
78 EXTRA_DIST =          Docs/robodoc.1         Docs/robodoc.m4         Docs/robodoc.html  Docs/general.m4         Docs/example.c  Docs/tocgen.m4  Docs/example_makefile         Docs/main.css         Examples/C/prog1.c         Examples/C/prog2.c         Examples/C/prog1.c.html         Examples/C/prog2.c.html       Examples/C/makefile     Examples/CPP/muppets.h  Examples/CPP/muppets.cpp        Examples/CPP/masterindex.html   Examples/CPP/muppets.h.html     Examples/CPP/muppets.cpp.html   Examples/CPP/makefile   Headers/assembler.sample        Headers/basic.sample    Headers/c.sample        Headers/cpp.sample      Headers/fortan.sample   Headers/html.sample     Headers/tcl.sample      Source/makefile.plain
79
80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ./Source/config.h
83 CONFIG_CLEAN_FILES = 
84 DATA =  $(doc_DATA)
85
86 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL NEWS \
87 Source/config.h.in Source/stamp-h.in TODO aclocal.m4 configure \
88 configure.in install-sh makefile.am makefile.in missing mkinstalldirs
89
90
91 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
92
93 TAR = gtar
94 GZIP_ENV = --best
95 all: all-redirect
96 .SUFFIXES:
97 $(srcdir)/makefile.in: makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
98         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps makefile
99
100 makefile: $(srcdir)/makefile.in  $(top_builddir)/config.status
101         cd $(top_builddir) \
102           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
103
104 $(ACLOCAL_M4):  configure.in 
105         cd $(srcdir) && $(ACLOCAL)
106
107 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
108         $(SHELL) ./config.status --recheck
109 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
110         cd $(srcdir) && $(AUTOCONF)
111
112 Source/config.h: Source/stamp-h
113         @if test ! -f $@; then \
114                 rm -f Source/stamp-h; \
115                 $(MAKE) Source/stamp-h; \
116         else :; fi
117 Source/stamp-h: $(srcdir)/Source/config.h.in $(top_builddir)/config.status
118         cd $(top_builddir) \
119           && CONFIG_FILES= CONFIG_HEADERS=Source/config.h \
120              $(SHELL) ./config.status
121         @echo timestamp > Source/stamp-h 2> /dev/null
122 $(srcdir)/Source/config.h.in: $(srcdir)/Source/stamp-h.in
123         @if test ! -f $@; then \
124                 rm -f $(srcdir)/Source/stamp-h.in; \
125                 $(MAKE) $(srcdir)/Source/stamp-h.in; \
126         else :; fi
127 $(srcdir)/Source/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
128         cd $(top_srcdir) && $(AUTOHEADER)
129         @echo timestamp > $(srcdir)/Source/stamp-h.in 2> /dev/null
130
131 mostlyclean-hdr:
132
133 clean-hdr:
134
135 distclean-hdr:
136         -rm -f Source/config.h
137
138 maintainer-clean-hdr:
139
140 install-docDATA: $(doc_DATA)
141         @$(NORMAL_INSTALL)
142         $(mkinstalldirs) $(DESTDIR)$(docdir)
143         @list='$(doc_DATA)'; for p in $$list; do \
144           if test -f $(srcdir)/$$p; then \
145             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
146             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
147           else if test -f $$p; then \
148             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
149             $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
150           fi; fi; \
151         done
152
153 uninstall-docDATA:
154         @$(NORMAL_UNINSTALL)
155         list='$(doc_DATA)'; for p in $$list; do \
156           rm -f $(DESTDIR)$(docdir)/$$p; \
157         done
158
159 # This directory's subdirectories are mostly independent; you can cd
160 # into them and run `make' without going through this Makefile.
161 # To change the values of `make' variables: instead of editing Makefiles,
162 # (1) if the variable is set in `config.status', edit `config.status'
163 #     (which will cause the Makefiles to be regenerated when you run `make');
164 # (2) otherwise, pass the desired values on the `make' command line.
165
166 @SET_MAKE@
167
168 all-recursive install-data-recursive install-exec-recursive \
169 installdirs-recursive install-recursive uninstall-recursive  \
170 check-recursive installcheck-recursive info-recursive dvi-recursive:
171         @set fnord $(MAKEFLAGS); amf=$$2; \
172         dot_seen=no; \
173         target=`echo $@ | sed s/-recursive//`; \
174         list='$(SUBDIRS)'; for subdir in $$list; do \
175           echo "Making $$target in $$subdir"; \
176           if test "$$subdir" = "."; then \
177             dot_seen=yes; \
178             local_target="$$target-am"; \
179           else \
180             local_target="$$target"; \
181           fi; \
182           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184         done; \
185         if test "$$dot_seen" = "no"; then \
186           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
187         fi; test -z "$$fail"
188
189 mostlyclean-recursive clean-recursive distclean-recursive \
190 maintainer-clean-recursive:
191         @set fnord $(MAKEFLAGS); amf=$$2; \
192         dot_seen=no; \
193         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
194           rev="$$subdir $$rev"; \
195           test "$$subdir" = "." && dot_seen=yes; \
196         done; \
197         test "$$dot_seen" = "no" && rev=". $$rev"; \
198         target=`echo $@ | sed s/-recursive//`; \
199         for subdir in $$rev; do \
200           echo "Making $$target in $$subdir"; \
201           if test "$$subdir" = "."; then \
202             local_target="$$target-am"; \
203           else \
204             local_target="$$target"; \
205           fi; \
206           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
207            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
208         done && test -z "$$fail"
209 tags-recursive:
210         list='$(SUBDIRS)'; for subdir in $$list; do \
211           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
212         done
213
214 tags: TAGS
215
216 ID: $(HEADERS) $(SOURCES) $(LISP)
217         list='$(SOURCES) $(HEADERS)'; \
218         unique=`for i in $$list; do echo $$i; done | \
219           awk '    { files[$$0] = 1; } \
220                END { for (i in files) print i; }'`; \
221         here=`pwd` && cd $(srcdir) \
222           && mkid -f$$here/ID $$unique $(LISP)
223
224 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
225         tags=; \
226         here=`pwd`; \
227         list='$(SUBDIRS)'; for subdir in $$list; do \
228    if test "$$subdir" = .; then :; else \
229             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
230    fi; \
231         done; \
232         list='$(SOURCES) $(HEADERS)'; \
233         unique=`for i in $$list; do echo $$i; done | \
234           awk '    { files[$$0] = 1; } \
235                END { for (i in files) print i; }'`; \
236         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
237           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
238
239 mostlyclean-tags:
240
241 clean-tags:
242
243 distclean-tags:
244         -rm -f TAGS ID
245
246 maintainer-clean-tags:
247
248 distdir = $(PACKAGE)-$(VERSION)
249 top_distdir = $(distdir)
250
251 # This target untars the dist file and tries a VPATH configuration.  Then
252 # it guarantees that the distribution is self-contained by making another
253 # tarfile.
254 distcheck: dist
255         -rm -rf $(distdir)
256         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
257         mkdir $(distdir)/=build
258         mkdir $(distdir)/=inst
259         dc_install_base=`cd $(distdir)/=inst && pwd`; \
260         cd $(distdir)/=build \
261           && ../configure --srcdir=.. --prefix=$$dc_install_base \
262           && $(MAKE) $(AM_MAKEFLAGS) \
263           && $(MAKE) $(AM_MAKEFLAGS) dvi \
264           && $(MAKE) $(AM_MAKEFLAGS) check \
265           && $(MAKE) $(AM_MAKEFLAGS) install \
266           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
267           && $(MAKE) $(AM_MAKEFLAGS) dist
268         -rm -rf $(distdir)
269         @banner="$(distdir).tar.gz is ready for distribution"; \
270         dashes=`echo "$$banner" | sed s/./=/g`; \
271         echo "$$dashes"; \
272         echo "$$banner"; \
273         echo "$$dashes"
274 dist: distdir
275         -chmod -R a+r $(distdir)
276         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
277         -rm -rf $(distdir)
278 dist-zip: distdir
279         -chmod -R a+r $(distdir)
280         zip -rq $(distdir).zip $(distdir)
281         -rm -rf $(distdir)
282 dist-all: distdir
283         -chmod -R a+r $(distdir)
284         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
285         zip -rq $(distdir).zip $(distdir)
286         -rm -rf $(distdir)
287 distdir: $(DISTFILES)
288         -rm -rf $(distdir)
289         mkdir $(distdir)
290         -chmod 777 $(distdir)
291         $(mkinstalldirs) $(distdir)/Docs $(distdir)/Examples/C \
292            $(distdir)/Examples/CPP $(distdir)/Headers $(distdir)/Source
293         @for file in $(DISTFILES); do \
294           d=$(srcdir); \
295           if test -d $$d/$$file; then \
296             cp -pr $$/$$file $(distdir)/$$file; \
297           else \
298             test -f $(distdir)/$$file \
299             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
300             || cp -p $$d/$$file $(distdir)/$$file || :; \
301           fi; \
302         done
303         for subdir in $(SUBDIRS); do \
304           if test "$$subdir" = .; then :; else \
305             test -d $(distdir)/$$subdir \
306             || mkdir $(distdir)/$$subdir \
307             || exit 1; \
308             chmod 777 $(distdir)/$$subdir; \
309             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
310               || exit 1; \
311           fi; \
312         done
313 info-am:
314 info: info-recursive
315 dvi-am:
316 dvi: dvi-recursive
317 check-am: all-am
318 check: check-recursive
319 installcheck-am:
320 installcheck: installcheck-recursive
321 install-exec-am:
322 install-exec: install-exec-recursive
323
324 install-data-am: install-docDATA
325 install-data: install-data-recursive
326
327 install-am: all-am
328         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
329 install: install-recursive
330 uninstall-am: uninstall-docDATA
331 uninstall: uninstall-recursive
332 all-am: makefile $(DATA)
333 all-redirect: all-recursive
334 install-strip:
335         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
336 installdirs: installdirs-recursive
337 installdirs-am:
338         $(mkinstalldirs)  $(DESTDIR)$(docdir)
339
340
341 mostlyclean-generic:
342
343 clean-generic:
344
345 distclean-generic:
346         -rm -f Makefile $(CONFIG_CLEAN_FILES)
347         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
348
349 maintainer-clean-generic:
350 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
351
352 mostlyclean: mostlyclean-recursive
353
354 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
355
356 clean: clean-recursive
357
358 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
359
360 distclean: distclean-recursive
361         -rm -f config.status
362
363 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
364                 maintainer-clean-generic distclean-am
365         @echo "This command is intended for maintainers to use;"
366         @echo "it deletes files that may require special tools to rebuild."
367
368 maintainer-clean: maintainer-clean-recursive
369         -rm -f config.status
370
371 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
372 uninstall-docDATA install-docDATA install-data-recursive \
373 uninstall-data-recursive install-exec-recursive \
374 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
375 all-recursive check-recursive installcheck-recursive info-recursive \
376 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
377 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
378 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
379 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
380 install-exec install-data-am install-data install-am install \
381 uninstall-am uninstall all-redirect all-am all installdirs-am \
382 installdirs mostlyclean-generic distclean-generic clean-generic \
383 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
384
385
386 #
387 # End of automake stuff
388 #
389
390 myclean:
391         rm -f *~
392         rm -f makefile.in
393         rm -f *.tar.gz *.zip
394         rm -f *.log aclocal.m4 config.cache
395         rm -f install-sh
396         rm -f mkinstalldirs
397         rm -f missing makefile
398         rm -f configure config.status
399         $(MAKE) -f makefile.am -C Docs     myclean
400         $(MAKE) -f makefile.am -C Source   myclean
401         $(MAKE)                -C Examples myclean
402
403 Docs/robodoc.html :
404         $(MAKE) -C Docs robodoc.html
405
406 Examples/C/prog1.c.html :
407         $(MAKE) -C Examples/C prog1.c.html 
408
409 Examples/C/prog2.c.html :
410         $(MAKE) -C Examples/C prog2.c.html 
411
412 Examples/CPP/masterindex.html :
413         $(MAKE) -C Examples/CPP masterindex.html 
414
415 Examples/CPP/muppets.h.html :
416         $(MAKE) -C Examples/CPP muppets.h.html 
417
418 Examples/CPP/muppets.cpp.html :
419         $(MAKE) -C Examples/CPP muppets.cpp.html 
420
421 #
422 #
423 #
424
425 docall:
426         $(MAKE) -C Source html
427
428 # Tell versions [3.59,3.63) of GNU make to not export all variables.
429 # Otherwise a system limit (for SysV at least) may be exceeded.
430 .NOEXPORT: