Initial revision
[silc.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 #  Makefile.am
15 #
16 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
17 #
18 #  Copyright (C) 2000 Pekka Riikonen
19 #
20 #  This program is free software; you can redistribute it and/or modify
21 #  it under the terms of the GNU General Public License as published by
22 #  the Free Software Foundation; either version 2 of the License, or
23 #  (at your option) any later version.
24 #
25 #  This program is distributed in the hope that it will be useful,
26 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
27 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 #  GNU General Public License for more details.
29 #
30
31
32 SHELL = /bin/sh
33
34 srcdir = @srcdir@
35 top_srcdir = @top_srcdir@
36 VPATH = @srcdir@
37 prefix = @prefix@
38 exec_prefix = @exec_prefix@
39
40 bindir = @bindir@
41 sbindir = @sbindir@
42 libexecdir = @libexecdir@
43 datadir = @datadir@
44 sysconfdir = @sysconfdir@
45 sharedstatedir = @sharedstatedir@
46 localstatedir = @localstatedir@
47 libdir = @libdir@
48 infodir = @infodir@
49 mandir = @mandir@
50 includedir = @includedir@
51 oldincludedir = /usr/include
52
53 DISTDIR =
54
55 pkgdatadir = $(datadir)/@PACKAGE@
56 pkglibdir = $(libdir)/@PACKAGE@
57 pkgincludedir = $(includedir)/@PACKAGE@
58
59 top_builddir = ..
60
61 ACLOCAL = @ACLOCAL@
62 AUTOCONF = @AUTOCONF@
63 AUTOMAKE = @AUTOMAKE@
64 AUTOHEADER = @AUTOHEADER@
65
66 INSTALL = @INSTALL@
67 INSTALL_PROGRAM = @INSTALL_PROGRAM@
68 INSTALL_DATA = @INSTALL_DATA@
69 INSTALL_SCRIPT = @INSTALL_SCRIPT@
70 transform = @program_transform_name@
71
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_alias = @build_alias@
79 build_triplet = @build@
80 host_alias = @host_alias@
81 host_triplet = @host@
82 target_alias = @target_alias@
83 target_triplet = @target@
84 CC = @CC@
85 LN_S = @LN_S@
86 MAKEINFO = @MAKEINFO@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 VERSION = @VERSION@
90
91 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
92
93 EXTRA_DIST = \
94         CodingStyle \
95         example_silcd.conf \
96         example_silc.conf \
97         draft-riikonen*.txt
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ../includes/silcdefs.h
100 CONFIG_CLEAN_FILES = 
101 DIST_COMMON =  Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP = --best
108 all: Makefile
109
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
112         cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118 tags: TAGS
119 TAGS:
120
121
122 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
123
124 subdir = doc
125
126 distdir: $(DISTFILES)
127         @for file in $(DISTFILES); do \
128           d=$(srcdir); \
129           test -f $(distdir)/$$file \
130           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131           || cp -p $$d/$$file $(distdir)/$$file; \
132         done
133         $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
134 info:
135 dvi:
136 check: all
137         $(MAKE)
138 installcheck:
139 install-exec: 
140         @$(NORMAL_INSTALL)
141
142 install-data: 
143         @$(NORMAL_INSTALL)
144
145 install: install-exec install-data all
146         @:
147
148 uninstall: 
149
150 install-strip:
151         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
152 installdirs:
153
154
155 mostlyclean-generic:
156         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
157
158 clean-generic:
159         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
160
161 distclean-generic:
162         -rm -f Makefile $(DISTCLEANFILES)
163         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
164         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
165
166 maintainer-clean-generic:
167         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
168         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
169 mostlyclean:  mostlyclean-generic
170
171 clean:  clean-generic mostlyclean
172
173 distclean:  distclean-generic clean
174         -rm -f config.status
175
176 maintainer-clean:  maintainer-clean-generic distclean
177         @echo "This command is intended for maintainers to use;"
178         @echo "it deletes files that may require special tools to rebuild."
179
180 .PHONY: tags distdir info dvi installcheck install-exec install-data \
181 install uninstall all installdirs mostlyclean-generic distclean-generic \
182 clean-generic maintainer-clean-generic clean mostlyclean distclean \
183 maintainer-clean
184
185
186 all:
187         touch draft-riikonen-silc-spec-00.txt
188         touch draft-riikonen-silc-pp-00.txt
189         touch draft-riikonen-silc-ke-auth-00.txt
190         -cd ..
191
192 dist-hook:
193         -rm -f draft-riikonen*.txt
194         ./makerfc draft-riikonen-silc-spec-00.nroff \
195                 draft-riikonen-silc-spec-00.txt
196         ./makerfc draft-riikonen-silc-pp-00.nroff \
197                 draft-riikonen-silc-pp-00.txt
198         ./makerfc draft-riikonen-silc-ke-auth-00.nroff \
199                 draft-riikonen-silc-ke-auth-00.txt
200
201 # Tell versions [3.59,3.63) of GNU make to not export all variables.
202 # Otherwise a system limit (for SysV at least) may be exceeded.
203 .NOEXPORT: