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

« back to all changes in this revision

Viewing changes to libatalk/cnid/db3/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2009-09-09 23:43:27 UTC
  • mfrom: (8.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090909234327-dhgxhuanxheto4x8
Tags: 2.0.4-2
* Update copyright hints.
* Lower policy compliance to 3.8.0 (uncertain about sysv script
  requirements in 3.8.1).
* Fix order of db upgrade commands in README.Debian. Closes:
  bug#533344, thanks (again) to Itai Seggev.
* Update package-relations.mk: Cleanup unversioned+versioned
  dependency mix. Improve whitespace cleanup. Rewrite and silence
  applying dependencies.
* Fix and improve README.Debian section on recompiling with OpenSSL,
  thanks to Gijs Hillenius and others.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
17
17
# Makefile.am for libatalk/cnid/
18
18
 
19
19
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
23
21
pkgdatadir = $(datadir)/@PACKAGE@
24
22
pkglibdir = $(libdir)/@PACKAGE@
25
23
pkgincludedir = $(includedir)/@PACKAGE@
26
 
top_builddir = ../../..
27
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
INSTALL = @INSTALL@
29
25
install_sh_DATA = $(install_sh) -c -m 644
30
26
install_sh_PROGRAM = $(install_sh) -c
31
27
install_sh_SCRIPT = $(install_sh) -c
53
49
        $(top_srcdir)/macros/iconv.m4 \
54
50
        $(top_srcdir)/macros/largefile-check.m4 \
55
51
        $(top_srcdir)/macros/libgcrypt.m4 \
56
 
        $(top_srcdir)/macros/libtool.m4 \
57
 
        $(top_srcdir)/macros/ltoptions.m4 \
58
 
        $(top_srcdir)/macros/ltsugar.m4 \
59
 
        $(top_srcdir)/macros/ltversion.m4 \
60
 
        $(top_srcdir)/macros/lt~obsolete.m4 \
61
52
        $(top_srcdir)/macros/pam-check.m4 \
62
53
        $(top_srcdir)/macros/perl-check.m4 \
63
54
        $(top_srcdir)/macros/ps-check.m4 \
79
70
        cnid_db3_delete.lo cnid_db3_get.lo cnid_db3_lookup.lo \
80
71
        cnid_db3_open.lo cnid_db3_resolve.lo cnid_db3_update.lo
81
72
libcnid_db3_la_OBJECTS = $(am_libcnid_db3_la_OBJECTS)
82
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
73
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
83
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
75
am__depfiles_maybe = depfiles
85
76
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
77
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
88
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89
 
        $(AM_CFLAGS) $(CFLAGS)
 
78
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
80
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
81
CCLD = $(CC)
91
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
82
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
83
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
84
        $(LDFLAGS) -o $@
93
85
SOURCES = $(libcnid_db3_la_SOURCES)
94
86
DIST_SOURCES = $(libcnid_db3_la_SOURCES)
95
87
HEADERS = $(noinst_HEADERS)
99
91
ACLOCAL = @ACLOCAL@
100
92
AFS_CFLAGS = @AFS_CFLAGS@
101
93
AFS_LIBS = @AFS_LIBS@
102
 
AMDEP_FALSE = @AMDEP_FALSE@
103
 
AMDEP_TRUE = @AMDEP_TRUE@
104
94
AMTAR = @AMTAR@
105
95
AR = @AR@
106
96
AUTOCONF = @AUTOCONF@
111
101
BDB_CFLAGS = @BDB_CFLAGS@
112
102
BDB_LIBS = @BDB_LIBS@
113
103
BDB_PATH = @BDB_PATH@
114
 
BUILD_DBD_DAEMON_FALSE = @BUILD_DBD_DAEMON_FALSE@
115
 
BUILD_DBD_DAEMON_TRUE = @BUILD_DBD_DAEMON_TRUE@
116
 
BUILD_PAM_FALSE = @BUILD_PAM_FALSE@
117
 
BUILD_PAM_TRUE = @BUILD_PAM_TRUE@
118
104
CC = @CC@
119
105
CCDEPMODE = @CCDEPMODE@
120
106
CFLAGS = @CFLAGS@ @BDB_CFLAGS@
121
107
COMPILE_64BIT_KMODULE = @COMPILE_64BIT_KMODULE@
122
 
COMPILE_A2BOOT_FALSE = @COMPILE_A2BOOT_FALSE@
123
 
COMPILE_A2BOOT_TRUE = @COMPILE_A2BOOT_TRUE@
124
108
COMPILE_KERNEL_GCC = @COMPILE_KERNEL_GCC@
125
 
COMPILE_TIMELORD_FALSE = @COMPILE_TIMELORD_FALSE@
126
 
COMPILE_TIMELORD_TRUE = @COMPILE_TIMELORD_TRUE@
127
109
CPP = @CPP@
128
110
CPPFLAGS = @CPPFLAGS@
129
111
CRYPT_LIBS = @CRYPT_LIBS@
131
113
CUPS_CONFIG = @CUPS_CONFIG@
132
114
CUPS_LDFLAGS = @CUPS_LDFLAGS@
133
115
CUPS_LIBS = @CUPS_LIBS@
 
116
CXX = @CXX@
 
117
CXXCPP = @CXXCPP@
 
118
CXXDEPMODE = @CXXDEPMODE@
 
119
CXXFLAGS = @CXXFLAGS@
134
120
CYGPATH_W = @CYGPATH_W@
135
121
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
136
 
DEFAULT_HOOK_FALSE = @DEFAULT_HOOK_FALSE@
137
 
DEFAULT_HOOK_TRUE = @DEFAULT_HOOK_TRUE@
138
122
DEFS = @DEFS@
139
123
DEPDIR = @DEPDIR@
140
 
DSYMUTIL = @DSYMUTIL@
141
 
DUMPBIN = @DUMPBIN@
 
124
ECHO = @ECHO@
142
125
ECHO_C = @ECHO_C@
143
126
ECHO_N = @ECHO_N@
144
127
ECHO_T = @ECHO_T@
145
128
EGREP = @EGREP@
146
129
EXEEXT = @EXEEXT@
147
 
FGREP = @FGREP@
 
130
F77 = @F77@
 
131
FFLAGS = @FFLAGS@
148
132
GREP = @GREP@
149
133
GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
150
134
GSSAPI_LIBS = @GSSAPI_LIBS@
151
 
HAVE_LIBGCRYPT_FALSE = @HAVE_LIBGCRYPT_FALSE@
152
 
HAVE_LIBGCRYPT_TRUE = @HAVE_LIBGCRYPT_TRUE@
153
 
HAVE_OPENSSL_FALSE = @HAVE_OPENSSL_FALSE@
154
 
HAVE_OPENSSL_TRUE = @HAVE_OPENSSL_TRUE@
155
135
ICONV_CFLAGS = @ICONV_CFLAGS@
156
136
ICONV_LIBS = @ICONV_LIBS@
 
137
INSTALL = @INSTALL@
157
138
INSTALL_DATA = @INSTALL_DATA@
158
139
INSTALL_PROGRAM = @INSTALL_PROGRAM@
159
140
INSTALL_SCRIPT = @INSTALL_SCRIPT@
161
142
KCFLAGS = @KCFLAGS@
162
143
KLDFLAGS = @KLDFLAGS@
163
144
KRB5_CONFIG = @KRB5_CONFIG@
164
 
LD = @LD@
165
145
LDFLAGS = @LDFLAGS@
166
146
LIBADD_DL = @LIBADD_DL@
167
 
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
168
 
LIBADD_DLOPEN = @LIBADD_DLOPEN@
169
 
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
170
147
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
171
148
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
172
149
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
173
150
LIBOBJS = @LIBOBJS@
174
151
LIBS = @LIBS@ @BDB_LIBS@
175
152
LIBTOOL = @LIBTOOL@
176
 
LIPO = @LIPO@
177
153
LN_S = @LN_S@
178
154
LTLIBOBJS = @LTLIBOBJS@
179
 
LT_DLLOADERS = @LT_DLLOADERS@
180
 
LT_DLPREOPEN = @LT_DLPREOPEN@
181
155
MAKEINFO = @MAKEINFO@
 
156
MKDIR_P = @MKDIR_P@
182
157
NETATALK_VERSION = @NETATALK_VERSION@
183
 
NM = @NM@
184
 
NMEDIT = @NMEDIT@
185
158
OBJEXT = @OBJEXT@
186
 
OTOOL = @OTOOL@
187
 
OTOOL64 = @OTOOL64@
188
159
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
189
160
PACKAGE = @PACKAGE@
190
161
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201
172
PS = @PS@
202
173
QUOTA_LIBS = @QUOTA_LIBS@
203
174
RANLIB = @RANLIB@
204
 
SED = @SED@
205
175
SERVERTEXT = @SERVERTEXT@
206
176
SET_MAKE = @SET_MAKE@
207
177
SHELL = @SHELL@
208
178
SLP_CFLAGS = @SLP_CFLAGS@
209
179
SLP_LIBS = @SLP_LIBS@
210
 
SOLARIS_MODULE_FALSE = @SOLARIS_MODULE_FALSE@
211
 
SOLARIS_MODULE_TRUE = @SOLARIS_MODULE_TRUE@
212
180
SPOOLDIR = @SPOOLDIR@
213
181
SSL_CFLAGS = @SSL_CFLAGS@
214
182
SSL_LIBS = @SSL_LIBS@
215
183
STRIP = @STRIP@
216
184
UAMS_PATH = @UAMS_PATH@
217
 
USE_COBALT_FALSE = @USE_COBALT_FALSE@
218
 
USE_COBALT_TRUE = @USE_COBALT_TRUE@
219
 
USE_DEBIAN_FALSE = @USE_DEBIAN_FALSE@
220
 
USE_DEBIAN_TRUE = @USE_DEBIAN_TRUE@
221
 
USE_DHX2_FALSE = @USE_DHX2_FALSE@
222
 
USE_DHX2_TRUE = @USE_DHX2_TRUE@
223
 
USE_DHX_FALSE = @USE_DHX_FALSE@
224
 
USE_DHX_TRUE = @USE_DHX_TRUE@
225
 
USE_GENTOO_FALSE = @USE_GENTOO_FALSE@
226
 
USE_GENTOO_TRUE = @USE_GENTOO_TRUE@
227
 
USE_GSSAPI_FALSE = @USE_GSSAPI_FALSE@
228
 
USE_GSSAPI_TRUE = @USE_GSSAPI_TRUE@
229
 
USE_KERBEROS_FALSE = @USE_KERBEROS_FALSE@
230
 
USE_KERBEROS_TRUE = @USE_KERBEROS_TRUE@
231
 
USE_NETBSD_FALSE = @USE_NETBSD_FALSE@
232
 
USE_NETBSD_TRUE = @USE_NETBSD_TRUE@
233
 
USE_PAM_FALSE = @USE_PAM_FALSE@
234
 
USE_PAM_SO_FALSE = @USE_PAM_SO_FALSE@
235
 
USE_PAM_SO_TRUE = @USE_PAM_SO_TRUE@
236
 
USE_PAM_TRUE = @USE_PAM_TRUE@
237
 
USE_PGP_FALSE = @USE_PGP_FALSE@
238
 
USE_PGP_TRUE = @USE_PGP_TRUE@
239
 
USE_RANDNUM_FALSE = @USE_RANDNUM_FALSE@
240
 
USE_RANDNUM_TRUE = @USE_RANDNUM_TRUE@
241
 
USE_REDHAT_FALSE = @USE_REDHAT_FALSE@
242
 
USE_REDHAT_TRUE = @USE_REDHAT_TRUE@
243
 
USE_SHADOWPW_FALSE = @USE_SHADOWPW_FALSE@
244
 
USE_SHADOWPW_TRUE = @USE_SHADOWPW_TRUE@
245
 
USE_SOLARIS_FALSE = @USE_SOLARIS_FALSE@
246
 
USE_SOLARIS_TRUE = @USE_SOLARIS_TRUE@
247
 
USE_SPOOLDIR_FALSE = @USE_SPOOLDIR_FALSE@
248
 
USE_SPOOLDIR_TRUE = @USE_SPOOLDIR_TRUE@
249
 
USE_SUSE_FALSE = @USE_SUSE_FALSE@
250
 
USE_SUSE_TRUE = @USE_SUSE_TRUE@
251
 
USE_TRU64_FALSE = @USE_TRU64_FALSE@
252
 
USE_TRU64_TRUE = @USE_TRU64_TRUE@
253
 
USE_UNDEF_FALSE = @USE_UNDEF_FALSE@
254
 
USE_UNDEF_TRUE = @USE_UNDEF_TRUE@
255
185
VERSION = @VERSION@
256
186
WRAP_LIBS = @WRAP_LIBS@
 
187
abs_builddir = @abs_builddir@
 
188
abs_srcdir = @abs_srcdir@
 
189
abs_top_builddir = @abs_top_builddir@
 
190
abs_top_srcdir = @abs_top_srcdir@
257
191
ac_ct_CC = @ac_ct_CC@
258
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
259
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
260
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
192
ac_ct_CXX = @ac_ct_CXX@
 
193
ac_ct_F77 = @ac_ct_F77@
261
194
am__include = @am__include@
262
195
am__leading_dot = @am__leading_dot@
263
196
am__quote = @am__quote@
269
202
build_cpu = @build_cpu@
270
203
build_os = @build_os@
271
204
build_vendor = @build_vendor@
 
205
builddir = @builddir@
272
206
compiled_backends = @compiled_backends@
273
207
datadir = @datadir@
274
208
datarootdir = @datarootdir@
288
222
libexecdir = @libexecdir@
289
223
localedir = @localedir@
290
224
localstatedir = @localstatedir@
291
 
lt_ECHO = @lt_ECHO@
292
225
mandir = @mandir@
293
226
mkdir_p = @mkdir_p@
294
227
oldincludedir = @oldincludedir@
298
231
psdir = @psdir@
299
232
sbindir = @sbindir@
300
233
sharedstatedir = @sharedstatedir@
301
 
sys_symbol_underscore = @sys_symbol_underscore@
 
234
srcdir = @srcdir@
302
235
sysconfdir = @sysconfdir@
303
236
target = @target@
304
237
target_alias = @target_alias@
305
238
target_cpu = @target_cpu@
306
239
target_os = @target_os@
307
240
target_vendor = @target_vendor@
 
241
top_builddir = @top_builddir@
 
242
top_srcdir = @top_srcdir@
308
243
noinst_LTLIBRARIES = libcnid_db3.la
309
244
libcnid_db3_la_SOURCES = cnid_db3_add.c \
310
245
                         cnid_db3_close.c \
361
296
          rm -f "$${dir}/so_locations"; \
362
297
        done
363
298
libcnid_db3.la: $(libcnid_db3_la_OBJECTS) $(libcnid_db3_la_DEPENDENCIES) 
364
 
        $(LINK)  $(libcnid_db3_la_LDFLAGS) $(libcnid_db3_la_OBJECTS) $(libcnid_db3_la_LIBADD) $(LIBS)
 
299
        $(LINK)  $(libcnid_db3_la_OBJECTS) $(libcnid_db3_la_LIBADD) $(LIBS)
365
300
 
366
301
mostlyclean-compile:
367
302
        -rm -f *.$(OBJEXT)
379
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnid_db3_update.Plo@am__quote@
380
315
 
381
316
.c.o:
382
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
383
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
317
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
318
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
384
319
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386
321
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
387
322
 
388
323
.c.obj:
389
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
390
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
325
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
328
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
394
329
 
395
330
.c.lo:
396
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
397
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
331
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
332
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
398
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
399
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
335
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
405
340
clean-libtool:
406
341
        -rm -rf .libs _libs
407
342
 
408
 
distclean-libtool:
409
 
        -rm -f libtool
410
 
uninstall-info-am:
411
 
 
412
343
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413
344
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414
345
        unique=`for i in $$list; do \
458
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459
390
 
460
391
distdir: $(DISTFILES)
461
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
462
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
463
 
        list='$(DISTFILES)'; for file in $$list; do \
464
 
          case $$file in \
465
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
466
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
467
 
          esac; \
 
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
393
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
394
        list='$(DISTFILES)'; \
 
395
          dist_files=`for file in $$list; do echo $$file; done | \
 
396
          sed -e "s|^$$srcdirstrip/||;t" \
 
397
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
398
        case $$dist_files in \
 
399
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
400
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
401
                           sort -u` ;; \
 
402
        esac; \
 
403
        for file in $$dist_files; do \
468
404
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
470
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
471
 
            dir="/$$dir"; \
472
 
            $(mkdir_p) "$(distdir)$$dir"; \
473
 
          else \
474
 
            dir=''; \
475
 
          fi; \
476
405
          if test -d $$d/$$file; then \
 
406
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
477
407
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478
408
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
479
409
            fi; \
521
451
        -rm -rf ./$(DEPDIR)
522
452
        -rm -f Makefile
523
453
distclean-am: clean-am distclean-compile distclean-generic \
524
 
        distclean-libtool distclean-tags
 
454
        distclean-tags
525
455
 
526
456
dvi: dvi-am
527
457
 
535
465
 
536
466
install-data-am:
537
467
 
 
468
install-dvi: install-dvi-am
 
469
 
538
470
install-exec-am:
539
471
 
 
472
install-html: install-html-am
 
473
 
540
474
install-info: install-info-am
541
475
 
542
476
install-man:
543
477
 
 
478
install-pdf: install-pdf-am
 
479
 
 
480
install-ps: install-ps-am
 
481
 
544
482
installcheck-am:
545
483
 
546
484
maintainer-clean: maintainer-clean-am
561
499
 
562
500
ps-am:
563
501
 
564
 
uninstall-am: uninstall-info-am
 
502
uninstall-am:
 
503
 
 
504
.MAKE: install-am install-strip
565
505
 
566
506
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
567
507
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
568
508
        distclean-compile distclean-generic distclean-libtool \
569
509
        distclean-tags distdir dvi dvi-am html html-am info info-am \
570
 
        install install-am install-data install-data-am install-exec \
571
 
        install-exec-am install-info install-info-am install-man \
 
510
        install install-am install-data install-data-am install-dvi \
 
511
        install-dvi-am install-exec install-exec-am install-html \
 
512
        install-html-am install-info install-info-am install-man \
 
513
        install-pdf install-pdf-am install-ps install-ps-am \
572
514
        install-strip installcheck installcheck-am installdirs \
573
515
        maintainer-clean maintainer-clean-generic mostlyclean \
574
516
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
575
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
576
 
        uninstall-info-am
 
517
        pdf pdf-am ps ps-am tags uninstall uninstall-am
577
518
 
578
519
# Tell versions [3.59,3.63) of GNU make to not export all variables.
579
520
# Otherwise a system limit (for SysV at least) may be exceeded.