~ubuntu-branches/ubuntu/karmic/dante/karmic

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2002-04-07 12:45:55 UTC
  • Revision ID: james.westby@ubuntu.com-20020407124555-qke8rt2tdor0naz2
Tags: upstream-1.1.11.12p1
ImportĀ upstreamĀ versionĀ 1.1.11.12p1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = @program_transform_name@
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
host_alias = @host_alias@
 
59
host_triplet = @host@
 
60
AMTAR = @AMTAR@
 
61
AS = @AS@
 
62
AWK = @AWK@
 
63
CC = @CC@
 
64
CPP = @CPP@
 
65
DEPDIR = @DEPDIR@
 
66
DLLTOOL = @DLLTOOL@
 
67
ECHO = @ECHO@
 
68
EXEEXT = @EXEEXT@
 
69
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
70
LEX = @LEX@
 
71
LIBRARY_PREFIX = @LIBRARY_PREFIX@
 
72
LIBTOOL = @LIBTOOL@
 
73
LN_S = @LN_S@
 
74
OBJDUMP = @OBJDUMP@
 
75
OBJEXT = @OBJEXT@
 
76
PACKAGE = @PACKAGE@
 
77
PRELOAD_POSTFIX = @PRELOAD_POSTFIX@
 
78
PRELOAD_SEPERATOR = @PRELOAD_SEPERATOR@
 
79
PRELOAD_VARIABLE = @PRELOAD_VARIABLE@
 
80
RANLIB = @RANLIB@
 
81
SOCKSIFY_PRELOAD_LIBS = @SOCKSIFY_PRELOAD_LIBS@
 
82
SOLIB_POSTFIX = @SOLIB_POSTFIX@
 
83
STRIP = @STRIP@
 
84
TOPEXTRADIST = @TOPEXTRADIST@
 
85
TOPSUBDIRS = @TOPSUBDIRS@
 
86
VERSION = @VERSION@
 
87
YACC = @YACC@
 
88
am__include = @am__include@
 
89
am__quote = @am__quote@
 
90
install_sh = @install_sh@
 
91
 
 
92
noinst_HEADERS = common.h sockd.h socks.h config.h yacconfig.h redefac.h \
 
93
                 interposition.h tostring.h
 
94
 
 
95
EXTRA_DIST = redefgen.sh
 
96
subdir = include
 
97
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
98
CONFIG_HEADER = autoconf.h
 
99
CONFIG_CLEAN_FILES =
 
100
DIST_SOURCES =
 
101
HEADERS = $(noinst_HEADERS)
 
102
 
 
103
DIST_COMMON = $(noinst_HEADERS) ./stamp-h.in Makefile.am Makefile.in \
 
104
        autoconf.h.in
 
105
all: autoconf.h
 
106
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
107
 
 
108
.SUFFIXES:
 
109
 
 
110
mostlyclean-libtool:
 
111
        -rm -f *.lo
 
112
 
 
113
clean-libtool:
 
114
        -rm -rf .libs _libs
 
115
 
 
116
distclean-libtool:
 
117
        -rm -f libtool
 
118
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
119
        cd $(top_srcdir) && \
 
120
          $(AUTOMAKE) --gnu  include/Makefile
 
121
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
122
        cd $(top_builddir) && \
 
123
          CONFIG_HEADERS= CONFIG_LINKS= \
 
124
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
125
autoconf.h: stamp-h
 
126
        @if test ! -f $@; then \
 
127
                rm -f stamp-h; \
 
128
                $(MAKE) stamp-h; \
 
129
        else :; fi
 
130
stamp-h: $(srcdir)/autoconf.h.in $(top_builddir)/config.status
 
131
        @rm -f stamp-h stamp-hT
 
132
        @echo timestamp > stamp-hT 2> /dev/null
 
133
        cd $(top_builddir) \
 
134
          && CONFIG_FILES= CONFIG_HEADERS=include/autoconf.h \
 
135
             $(SHELL) ./config.status
 
136
        @mv stamp-hT stamp-h
 
137
$(srcdir)/autoconf.h.in:  $(srcdir)/./stamp-h.in
 
138
        @if test ! -f $@; then \
 
139
                rm -f $(srcdir)/./stamp-h.in; \
 
140
                $(MAKE) $(srcdir)/./stamp-h.in; \
 
141
        else :; fi
 
142
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
 
143
        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
 
144
        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
 
145
        cd $(top_srcdir) && $(AUTOHEADER)
 
146
        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
 
147
 
 
148
distclean-hdr:
 
149
        -rm -f autoconf.h
 
150
uninstall-info-am:
 
151
 
 
152
tags: TAGS
 
153
 
 
154
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
155
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
156
        unique=`for i in $$list; do \
 
157
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
158
          done | \
 
159
          $(AWK) '    { files[$$0] = 1; } \
 
160
               END { for (i in files) print i; }'`; \
 
161
        mkid -fID $$unique $(LISP)
 
162
 
 
163
TAGS:  $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \
 
164
                $(TAGS_FILES) $(LISP)
 
165
        tags=; \
 
166
        here=`pwd`; \
 
167
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
168
        unique=`for i in $$list; do \
 
169
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
170
          done | \
 
171
          $(AWK) '    { files[$$0] = 1; } \
 
172
               END { for (i in files) print i; }'`; \
 
173
        test -z "$(ETAGS_ARGS)autoconf.h.in$$unique$(LISP)$$tags" \
 
174
          || etags $(ETAGS_ARGS) $$tags autoconf.h.in $$unique $(LISP)
 
175
 
 
176
GTAGS:
 
177
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
178
          && cd $(top_srcdir) \
 
179
          && gtags -i $(GTAGS_ARGS) $$here
 
180
 
 
181
distclean-tags:
 
182
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
183
 
 
184
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
185
 
 
186
top_distdir = ..
 
187
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
188
 
 
189
distdir: $(DISTFILES)
 
190
        @for file in $(DISTFILES); do \
 
191
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
192
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
193
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
194
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
195
          fi; \
 
196
          if test -d $$d/$$file; then \
 
197
            cp -pR $$d/$$file $(distdir) \
 
198
            || exit 1; \
 
199
          else \
 
200
            test -f $(distdir)/$$file \
 
201
            || cp -p $$d/$$file $(distdir)/$$file \
 
202
            || exit 1; \
 
203
          fi; \
 
204
        done
 
205
check-am: all-am
 
206
check: check-am
 
207
all-am: Makefile $(HEADERS) autoconf.h
 
208
 
 
209
installdirs:
 
210
 
 
211
install: install-am
 
212
install-exec: install-exec-am
 
213
install-data: install-data-am
 
214
uninstall: uninstall-am
 
215
 
 
216
install-am: all-am
 
217
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
218
 
 
219
installcheck: installcheck-am
 
220
install-strip:
 
221
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
222
          `test -z '$(STRIP)' || \
 
223
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
224
mostlyclean-generic:
 
225
 
 
226
clean-generic:
 
227
 
 
228
distclean-generic:
 
229
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
230
 
 
231
maintainer-clean-generic:
 
232
        @echo "This command is intended for maintainers to use"
 
233
        @echo "it deletes files that may require special tools to rebuild."
 
234
clean: clean-am
 
235
 
 
236
clean-am: clean-generic clean-libtool mostlyclean-am
 
237
 
 
238
distclean: distclean-am
 
239
 
 
240
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
241
        distclean-tags
 
242
 
 
243
dvi: dvi-am
 
244
 
 
245
dvi-am:
 
246
 
 
247
info: info-am
 
248
 
 
249
info-am:
 
250
 
 
251
install-data-am:
 
252
 
 
253
install-exec-am:
 
254
 
 
255
install-info: install-info-am
 
256
 
 
257
install-man:
 
258
 
 
259
installcheck-am:
 
260
 
 
261
maintainer-clean: maintainer-clean-am
 
262
 
 
263
maintainer-clean-am: distclean-am maintainer-clean-generic
 
264
 
 
265
mostlyclean: mostlyclean-am
 
266
 
 
267
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
268
 
 
269
uninstall-am: uninstall-info-am
 
270
 
 
271
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
272
        clean-libtool distclean distclean-generic distclean-hdr \
 
273
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
274
        info-am install install-am install-data install-data-am \
 
275
        install-exec install-exec-am install-info install-info-am \
 
276
        install-man install-strip installcheck installcheck-am \
 
277
        installdirs maintainer-clean maintainer-clean-generic \
 
278
        mostlyclean mostlyclean-generic mostlyclean-libtool tags \
 
279
        uninstall uninstall-am uninstall-info-am
 
280
 
 
281
 
 
282
redefac.h: autoconf.h.in
 
283
        sh $(top_srcdir)/include/redefgen.sh $(top_srcdir)/include
 
284
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
285
# Otherwise a system limit (for SysV at least) may be exceeded.
 
286
.NOEXPORT: