~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to include/atalk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Makefile.am for include/atalk/
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ../..
 
26
 
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
target_triplet = @target@
 
43
ACLOCAL = @ACLOCAL@
 
44
AFPD_LIBS = @AFPD_LIBS@
 
45
AFS_CFLAGS = @AFS_CFLAGS@
 
46
AFS_LIBS = @AFS_LIBS@
 
47
AMDEP_FALSE = @AMDEP_FALSE@
 
48
AMDEP_TRUE = @AMDEP_TRUE@
 
49
AMTAR = @AMTAR@
 
50
AR = @AR@
 
51
AUTOCONF = @AUTOCONF@
 
52
AUTOHEADER = @AUTOHEADER@
 
53
AUTOMAKE = @AUTOMAKE@
 
54
AWK = @AWK@
 
55
BDB_BIN = @BDB_BIN@
 
56
BDB_CFLAGS = @BDB_CFLAGS@
 
57
BDB_LIBS = @BDB_LIBS@
 
58
BDB_PATH = @BDB_PATH@
 
59
BUILD_PAM_FALSE = @BUILD_PAM_FALSE@
 
60
BUILD_PAM_TRUE = @BUILD_PAM_TRUE@
 
61
CC = @CC@
 
62
CCDEPMODE = @CCDEPMODE@
 
63
CFLAGS = @CFLAGS@
 
64
COMPILE_CNID_FALSE = @COMPILE_CNID_FALSE@
 
65
COMPILE_CNID_TRUE = @COMPILE_CNID_TRUE@
 
66
COMPILE_TIMELORD_FALSE = @COMPILE_TIMELORD_FALSE@
 
67
COMPILE_TIMELORD_TRUE = @COMPILE_TIMELORD_TRUE@
 
68
CPP = @CPP@
 
69
CPPFLAGS = @CPPFLAGS@
 
70
CXX = @CXX@
 
71
CXXCPP = @CXXCPP@
 
72
CXXDEPMODE = @CXXDEPMODE@
 
73
CXXFLAGS = @CXXFLAGS@
 
74
CYGPATH_W = @CYGPATH_W@
 
75
DEFS = @DEFS@
 
76
DEPDIR = @DEPDIR@
 
77
ECHO = @ECHO@
 
78
ECHO_C = @ECHO_C@
 
79
ECHO_N = @ECHO_N@
 
80
ECHO_T = @ECHO_T@
 
81
EGREP = @EGREP@
 
82
EXEEXT = @EXEEXT@
 
83
F77 = @F77@
 
84
FFLAGS = @FFLAGS@
 
85
GREP = @GREP@
 
86
INSTALL_DATA = @INSTALL_DATA@
 
87
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
88
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
89
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
90
LDFLAGS = @LDFLAGS@
 
91
LIBOBJS = @LIBOBJS@
 
92
LIBS = @LIBS@
 
93
LIBTOOL = @LIBTOOL@
 
94
LN_S = @LN_S@
 
95
LTLIBOBJS = @LTLIBOBJS@
 
96
MAKEINFO = @MAKEINFO@
 
97
NETATALK_VERSION = @NETATALK_VERSION@
 
98
NLSDIR = @NLSDIR@
 
99
OBJEXT = @OBJEXT@
 
100
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
 
101
PACKAGE = @PACKAGE@
 
102
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
103
PACKAGE_NAME = @PACKAGE_NAME@
 
104
PACKAGE_STRING = @PACKAGE_STRING@
 
105
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
106
PACKAGE_VERSION = @PACKAGE_VERSION@
 
107
PAMDIR = @PAMDIR@
 
108
PAM_CFLAGS = @PAM_CFLAGS@
 
109
PAM_LIBS = @PAM_LIBS@
 
110
PAPD_LIBS = @PAPD_LIBS@
 
111
PATH_SEPARATOR = @PATH_SEPARATOR@
 
112
PERL = @PERL@
 
113
PKGCONFDIR = @PKGCONFDIR@
 
114
PS = @PS@
 
115
QUOTA_LIBS = @QUOTA_LIBS@
 
116
RANLIB = @RANLIB@
 
117
SERVERTEXT = @SERVERTEXT@
 
118
SET_MAKE = @SET_MAKE@
 
119
SHELL = @SHELL@
 
120
SLP_CFLAGS = @SLP_CFLAGS@
 
121
SLP_LIBS = @SLP_LIBS@
 
122
SOLARIS_MODULE_FALSE = @SOLARIS_MODULE_FALSE@
 
123
SOLARIS_MODULE_TRUE = @SOLARIS_MODULE_TRUE@
 
124
SSL_CFLAGS = @SSL_CFLAGS@
 
125
SSL_LIBS = @SSL_LIBS@
 
126
STRIP = @STRIP@
 
127
UAMS_PATH = @UAMS_PATH@
 
128
USE_COBALT_FALSE = @USE_COBALT_FALSE@
 
129
USE_COBALT_TRUE = @USE_COBALT_TRUE@
 
130
USE_DHX_FALSE = @USE_DHX_FALSE@
 
131
USE_DHX_TRUE = @USE_DHX_TRUE@
 
132
USE_KERBEROS_FALSE = @USE_KERBEROS_FALSE@
 
133
USE_KERBEROS_TRUE = @USE_KERBEROS_TRUE@
 
134
USE_NETBSD_FALSE = @USE_NETBSD_FALSE@
 
135
USE_NETBSD_TRUE = @USE_NETBSD_TRUE@
 
136
USE_PAM_FALSE = @USE_PAM_FALSE@
 
137
USE_PAM_SO_FALSE = @USE_PAM_SO_FALSE@
 
138
USE_PAM_SO_TRUE = @USE_PAM_SO_TRUE@
 
139
USE_PAM_TRUE = @USE_PAM_TRUE@
 
140
USE_PGP_FALSE = @USE_PGP_FALSE@
 
141
USE_PGP_TRUE = @USE_PGP_TRUE@
 
142
USE_REDHAT_FALSE = @USE_REDHAT_FALSE@
 
143
USE_REDHAT_TRUE = @USE_REDHAT_TRUE@
 
144
USE_SHADOWPW_FALSE = @USE_SHADOWPW_FALSE@
 
145
USE_SHADOWPW_TRUE = @USE_SHADOWPW_TRUE@
 
146
USE_SUSE_FALSE = @USE_SUSE_FALSE@
 
147
USE_SUSE_TRUE = @USE_SUSE_TRUE@
 
148
USE_TRU64_FALSE = @USE_TRU64_FALSE@
 
149
USE_TRU64_TRUE = @USE_TRU64_TRUE@
 
150
VERSION = @VERSION@
 
151
ac_ct_AR = @ac_ct_AR@
 
152
ac_ct_CC = @ac_ct_CC@
 
153
ac_ct_CXX = @ac_ct_CXX@
 
154
ac_ct_F77 = @ac_ct_F77@
 
155
ac_ct_RANLIB = @ac_ct_RANLIB@
 
156
ac_ct_STRIP = @ac_ct_STRIP@
 
157
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
158
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
159
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
160
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
161
am__include = @am__include@
 
162
am__leading_dot = @am__leading_dot@
 
163
am__quote = @am__quote@
 
164
bindir = @bindir@
 
165
build = @build@
 
166
build_alias = @build_alias@
 
167
build_cpu = @build_cpu@
 
168
build_os = @build_os@
 
169
build_vendor = @build_vendor@
 
170
datadir = @datadir@
 
171
exec_prefix = @exec_prefix@
 
172
host = @host@
 
173
host_alias = @host_alias@
 
174
host_cpu = @host_cpu@
 
175
host_os = @host_os@
 
176
host_vendor = @host_vendor@
 
177
includedir = @includedir@
 
178
infodir = @infodir@
 
179
install_sh = @install_sh@
 
180
libdir = @libdir@
 
181
libexecdir = @libexecdir@
 
182
localstatedir = @localstatedir@
 
183
mandir = @mandir@
 
184
oldincludedir = @oldincludedir@
 
185
prefix = @prefix@
 
186
program_transform_name = @program_transform_name@
 
187
sbindir = @sbindir@
 
188
sharedstatedir = @sharedstatedir@
 
189
sysconfdir = @sysconfdir@
 
190
target = @target@
 
191
target_alias = @target_alias@
 
192
target_cpu = @target_cpu@
 
193
target_os = @target_os@
 
194
target_vendor = @target_vendor@
 
195
 
 
196
atalkincludedir = $(includedir)/atalk
 
197
atalkinclude_HEADERS = adouble.h aep.h afp.h asp.h atp.h boolean.h cnid.h compat.h ddp.h dsi.h logger.h nbp.h netddp.h pap.h paths.h rtmp.h server_child.h uam.h util.h zip.h
 
198
subdir = include/atalk
 
199
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
200
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
201
CONFIG_HEADER = $(top_builddir)/config.h
 
202
CONFIG_CLEAN_FILES =
 
203
DIST_SOURCES =
 
204
HEADERS = $(atalkinclude_HEADERS)
 
205
 
 
206
DIST_COMMON = $(atalkinclude_HEADERS) $(srcdir)/Makefile.in Makefile.am
 
207
all: all-am
 
208
 
 
209
.SUFFIXES:
 
210
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
211
        cd $(top_srcdir) && \
 
212
          $(AUTOMAKE) --foreign  include/atalk/Makefile
 
213
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
214
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
215
 
 
216
mostlyclean-libtool:
 
217
        -rm -f *.lo
 
218
 
 
219
clean-libtool:
 
220
        -rm -rf .libs _libs
 
221
 
 
222
distclean-libtool:
 
223
        -rm -f libtool
 
224
uninstall-info-am:
 
225
atalkincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
226
install-atalkincludeHEADERS: $(atalkinclude_HEADERS)
 
227
        @$(NORMAL_INSTALL)
 
228
        $(mkinstalldirs) $(DESTDIR)$(atalkincludedir)
 
229
        @list='$(atalkinclude_HEADERS)'; for p in $$list; do \
 
230
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
231
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
232
          echo " $(atalkincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(atalkincludedir)/$$f"; \
 
233
          $(atalkincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(atalkincludedir)/$$f; \
 
234
        done
 
235
 
 
236
uninstall-atalkincludeHEADERS:
 
237
        @$(NORMAL_UNINSTALL)
 
238
        @list='$(atalkinclude_HEADERS)'; for p in $$list; do \
 
239
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
240
          echo " rm -f $(DESTDIR)$(atalkincludedir)/$$f"; \
 
241
          rm -f $(DESTDIR)$(atalkincludedir)/$$f; \
 
242
        done
 
243
 
 
244
ETAGS = etags
 
245
ETAGSFLAGS =
 
246
 
 
247
CTAGS = ctags
 
248
CTAGSFLAGS =
 
249
 
 
250
tags: TAGS
 
251
 
 
252
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
253
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
254
        unique=`for i in $$list; do \
 
255
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
256
          done | \
 
257
          $(AWK) '    { files[$$0] = 1; } \
 
258
               END { for (i in files) print i; }'`; \
 
259
        mkid -fID $$unique
 
260
 
 
261
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
262
                $(TAGS_FILES) $(LISP)
 
263
        tags=; \
 
264
        here=`pwd`; \
 
265
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
266
        unique=`for i in $$list; do \
 
267
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
268
          done | \
 
269
          $(AWK) '    { files[$$0] = 1; } \
 
270
               END { for (i in files) print i; }'`; \
 
271
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
272
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
273
             $$tags $$unique
 
274
 
 
275
ctags: CTAGS
 
276
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
277
                $(TAGS_FILES) $(LISP)
 
278
        tags=; \
 
279
        here=`pwd`; \
 
280
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
281
        unique=`for i in $$list; do \
 
282
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
283
          done | \
 
284
          $(AWK) '    { files[$$0] = 1; } \
 
285
               END { for (i in files) print i; }'`; \
 
286
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
287
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
288
             $$tags $$unique
 
289
 
 
290
GTAGS:
 
291
        here=`$(am__cd) $(top_builddir) && pwd` \
 
292
          && cd $(top_srcdir) \
 
293
          && gtags -i $(GTAGS_ARGS) $$here
 
294
 
 
295
distclean-tags:
 
296
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
297
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
298
 
 
299
top_distdir = ../..
 
300
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
301
 
 
302
distdir: $(DISTFILES)
 
303
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
304
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
305
        list='$(DISTFILES)'; for file in $$list; do \
 
306
          case $$file in \
 
307
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
308
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
309
          esac; \
 
310
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
311
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
312
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
313
            dir="/$$dir"; \
 
314
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
315
          else \
 
316
            dir=''; \
 
317
          fi; \
 
318
          if test -d $$d/$$file; then \
 
319
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
320
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
321
            fi; \
 
322
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
323
          else \
 
324
            test -f $(distdir)/$$file \
 
325
            || cp -p $$d/$$file $(distdir)/$$file \
 
326
            || exit 1; \
 
327
          fi; \
 
328
        done
 
329
check-am: all-am
 
330
check: check-am
 
331
all-am: Makefile $(HEADERS)
 
332
 
 
333
installdirs:
 
334
        $(mkinstalldirs) $(DESTDIR)$(atalkincludedir)
 
335
install: install-am
 
336
install-exec: install-exec-am
 
337
install-data: install-data-am
 
338
uninstall: uninstall-am
 
339
 
 
340
install-am: all-am
 
341
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
342
 
 
343
installcheck: installcheck-am
 
344
install-strip:
 
345
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
346
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
347
          `test -z '$(STRIP)' || \
 
348
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
349
mostlyclean-generic:
 
350
 
 
351
clean-generic:
 
352
 
 
353
distclean-generic:
 
354
        -rm -f $(CONFIG_CLEAN_FILES)
 
355
 
 
356
maintainer-clean-generic:
 
357
        @echo "This command is intended for maintainers to use"
 
358
        @echo "it deletes files that may require special tools to rebuild."
 
359
clean: clean-am
 
360
 
 
361
clean-am: clean-generic clean-libtool mostlyclean-am
 
362
 
 
363
distclean: distclean-am
 
364
        -rm -f Makefile
 
365
distclean-am: clean-am distclean-generic distclean-libtool \
 
366
        distclean-tags
 
367
 
 
368
dvi: dvi-am
 
369
 
 
370
dvi-am:
 
371
 
 
372
info: info-am
 
373
 
 
374
info-am:
 
375
 
 
376
install-data-am: install-atalkincludeHEADERS
 
377
 
 
378
install-exec-am:
 
379
 
 
380
install-info: install-info-am
 
381
 
 
382
install-man:
 
383
 
 
384
installcheck-am:
 
385
 
 
386
maintainer-clean: maintainer-clean-am
 
387
        -rm -f Makefile
 
388
maintainer-clean-am: distclean-am maintainer-clean-generic
 
389
 
 
390
mostlyclean: mostlyclean-am
 
391
 
 
392
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
393
 
 
394
pdf: pdf-am
 
395
 
 
396
pdf-am:
 
397
 
 
398
ps: ps-am
 
399
 
 
400
ps-am:
 
401
 
 
402
uninstall-am: uninstall-atalkincludeHEADERS uninstall-info-am
 
403
 
 
404
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
405
        clean-libtool ctags distclean distclean-generic \
 
406
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
407
        info-am install install-am install-atalkincludeHEADERS \
 
408
        install-data install-data-am install-exec install-exec-am \
 
409
        install-info install-info-am install-man install-strip \
 
410
        installcheck installcheck-am installdirs maintainer-clean \
 
411
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
412
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
413
        uninstall-am uninstall-atalkincludeHEADERS uninstall-info-am
 
414
 
 
415
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
416
# Otherwise a system limit (for SysV at least) may be exceeded.
 
417
.NOEXPORT: