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

« back to all changes in this revision

Viewing changes to capi/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
include_HEADERS = socks.h
 
93
subdir = capi
 
94
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
95
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 
96
CONFIG_CLEAN_FILES =
 
97
DIST_SOURCES =
 
98
HEADERS = $(include_HEADERS)
 
99
 
 
100
DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in
 
101
all: all-am
 
102
 
 
103
.SUFFIXES:
 
104
 
 
105
mostlyclean-libtool:
 
106
        -rm -f *.lo
 
107
 
 
108
clean-libtool:
 
109
        -rm -rf .libs _libs
 
110
 
 
111
distclean-libtool:
 
112
        -rm -f libtool
 
113
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
114
        cd $(top_srcdir) && \
 
115
          $(AUTOMAKE) --gnu  capi/Makefile
 
116
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
117
        cd $(top_builddir) && \
 
118
          CONFIG_HEADERS= CONFIG_LINKS= \
 
119
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
120
uninstall-info-am:
 
121
install-includeHEADERS: $(include_HEADERS)
 
122
        @$(NORMAL_INSTALL)
 
123
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
124
        @list='$(include_HEADERS)'; for p in $$list; do \
 
125
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
126
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
127
          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
 
128
          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
 
129
        done
 
130
 
 
131
uninstall-includeHEADERS:
 
132
        @$(NORMAL_UNINSTALL)
 
133
        @list='$(include_HEADERS)'; for p in $$list; do \
 
134
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
135
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
 
136
          rm -f $(DESTDIR)$(includedir)/$$f; \
 
137
        done
 
138
 
 
139
tags: TAGS
 
140
 
 
141
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
142
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
143
        unique=`for i in $$list; do \
 
144
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
145
          done | \
 
146
          $(AWK) '    { files[$$0] = 1; } \
 
147
               END { for (i in files) print i; }'`; \
 
148
        mkid -fID $$unique $(LISP)
 
149
 
 
150
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
151
                $(TAGS_FILES) $(LISP)
 
152
        tags=; \
 
153
        here=`pwd`; \
 
154
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
155
        unique=`for i in $$list; do \
 
156
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
157
          done | \
 
158
          $(AWK) '    { files[$$0] = 1; } \
 
159
               END { for (i in files) print i; }'`; \
 
160
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
161
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
162
 
 
163
GTAGS:
 
164
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
165
          && cd $(top_srcdir) \
 
166
          && gtags -i $(GTAGS_ARGS) $$here
 
167
 
 
168
distclean-tags:
 
169
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
170
 
 
171
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
172
 
 
173
top_distdir = ..
 
174
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
175
 
 
176
distdir: $(DISTFILES)
 
177
        @for file in $(DISTFILES); do \
 
178
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
179
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
180
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
181
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
182
          fi; \
 
183
          if test -d $$d/$$file; then \
 
184
            cp -pR $$d/$$file $(distdir) \
 
185
            || exit 1; \
 
186
          else \
 
187
            test -f $(distdir)/$$file \
 
188
            || cp -p $$d/$$file $(distdir)/$$file \
 
189
            || exit 1; \
 
190
          fi; \
 
191
        done
 
192
check-am: all-am
 
193
check: check-am
 
194
all-am: Makefile $(HEADERS)
 
195
 
 
196
installdirs:
 
197
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
198
 
 
199
install: install-am
 
200
install-exec: install-exec-am
 
201
install-data: install-data-am
 
202
uninstall: uninstall-am
 
203
 
 
204
install-am: all-am
 
205
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
206
 
 
207
installcheck: installcheck-am
 
208
install-strip:
 
209
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
210
          `test -z '$(STRIP)' || \
 
211
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
212
mostlyclean-generic:
 
213
 
 
214
clean-generic:
 
215
 
 
216
distclean-generic:
 
217
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
218
 
 
219
maintainer-clean-generic:
 
220
        @echo "This command is intended for maintainers to use"
 
221
        @echo "it deletes files that may require special tools to rebuild."
 
222
clean: clean-am
 
223
 
 
224
clean-am: clean-generic clean-libtool mostlyclean-am
 
225
 
 
226
distclean: distclean-am
 
227
 
 
228
distclean-am: clean-am distclean-generic distclean-libtool \
 
229
        distclean-tags
 
230
 
 
231
dvi: dvi-am
 
232
 
 
233
dvi-am:
 
234
 
 
235
info: info-am
 
236
 
 
237
info-am:
 
238
 
 
239
install-data-am: install-includeHEADERS
 
240
 
 
241
install-exec-am:
 
242
 
 
243
install-info: install-info-am
 
244
 
 
245
install-man:
 
246
 
 
247
installcheck-am:
 
248
 
 
249
maintainer-clean: maintainer-clean-am
 
250
 
 
251
maintainer-clean-am: distclean-am maintainer-clean-generic
 
252
 
 
253
mostlyclean: mostlyclean-am
 
254
 
 
255
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
256
 
 
257
uninstall-am: uninstall-includeHEADERS uninstall-info-am
 
258
 
 
259
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
260
        clean-libtool distclean distclean-generic distclean-libtool \
 
261
        distclean-tags distdir dvi dvi-am info info-am install \
 
262
        install-am install-data install-data-am install-exec \
 
263
        install-exec-am install-includeHEADERS install-info \
 
264
        install-info-am install-man install-strip installcheck \
 
265
        installcheck-am installdirs maintainer-clean \
 
266
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
267
        mostlyclean-libtool tags uninstall uninstall-am \
 
268
        uninstall-includeHEADERS uninstall-info-am
 
269
 
 
270
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
271
# Otherwise a system limit (for SysV at least) may be exceeded.
 
272
.NOEXPORT: