Initial revision
[silc.git] / includes / 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 = *.h
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = silcdefs.h
96 CONFIG_CLEAN_FILES = 
97 DIST_COMMON =  Makefile.am Makefile.in silcdefs.h.in stamp-h.in
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = tar
103 GZIP = --best
104 all: Makefile silcdefs.h
105
106 .SUFFIXES:
107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108         cd $(top_srcdir) && $(AUTOMAKE) --foreign includes/Makefile
109
110 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
111         cd $(top_builddir) \
112           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114
115 silcdefs.h: stamp-h
116         @:
117 stamp-h: $(srcdir)/silcdefs.h.in $(top_builddir)/config.status
118         cd $(top_builddir) \
119           && CONFIG_FILES= CONFIG_HEADERS=includes/silcdefs.h \
120              $(SHELL) ./config.status
121         @echo timestamp > stamp-h
122 $(srcdir)/silcdefs.h.in: $(srcdir)/stamp-h.in
123 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
124         cd $(top_srcdir) && $(AUTOHEADER)
125         @echo timestamp > $(srcdir)/stamp-h.in
126
127 mostlyclean-hdr:
128
129 clean-hdr:
130
131 distclean-hdr:
132         -rm -f silcdefs.h
133
134 maintainer-clean-hdr:
135 tags: TAGS
136 TAGS:
137
138
139 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
140
141 subdir = includes
142
143 distdir: $(DISTFILES)
144         @for file in $(DISTFILES); do \
145           d=$(srcdir); \
146           test -f $(distdir)/$$file \
147           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
148           || cp -p $$d/$$file $(distdir)/$$file; \
149         done
150 info:
151 dvi:
152 check: all
153         $(MAKE)
154 installcheck:
155 install-exec: 
156         @$(NORMAL_INSTALL)
157
158 install-data: 
159         @$(NORMAL_INSTALL)
160
161 install: install-exec install-data all
162         @:
163
164 uninstall: 
165
166 install-strip:
167         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
168 installdirs:
169
170
171 mostlyclean-generic:
172         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
173
174 clean-generic:
175         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
176
177 distclean-generic:
178         -rm -f Makefile $(DISTCLEANFILES)
179         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
180         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
181
182 maintainer-clean-generic:
183         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
184         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
185 mostlyclean:  mostlyclean-hdr mostlyclean-generic
186
187 clean:  clean-hdr clean-generic mostlyclean
188
189 distclean:  distclean-hdr distclean-generic clean
190         -rm -f config.status
191
192 maintainer-clean:  maintainer-clean-hdr maintainer-clean-generic \
193                 distclean
194         @echo "This command is intended for maintainers to use;"
195         @echo "it deletes files that may require special tools to rebuild."
196
197 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
198 tags distdir info dvi installcheck install-exec install-data install \
199 uninstall all installdirs mostlyclean-generic distclean-generic \
200 clean-generic maintainer-clean-generic clean mostlyclean distclean \
201 maintainer-clean
202
203
204 all:
205         -cd ..
206
207 # Tell versions [3.59,3.63) of GNU make to not export all variables.
208 # Otherwise a system limit (for SysV at least) may be exceeded.
209 .NOEXPORT: