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

« back to all changes in this revision

Viewing changes to libatalk/cnid/mtab/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.
16
16
 
17
17
# Makefile.am for libatalk/cnid/
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../../..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
51
47
        $(top_srcdir)/macros/iconv.m4 \
52
48
        $(top_srcdir)/macros/largefile-check.m4 \
53
49
        $(top_srcdir)/macros/libgcrypt.m4 \
54
 
        $(top_srcdir)/macros/libtool.m4 \
55
 
        $(top_srcdir)/macros/ltoptions.m4 \
56
 
        $(top_srcdir)/macros/ltsugar.m4 \
57
 
        $(top_srcdir)/macros/ltversion.m4 \
58
 
        $(top_srcdir)/macros/lt~obsolete.m4 \
59
50
        $(top_srcdir)/macros/pam-check.m4 \
60
51
        $(top_srcdir)/macros/perl-check.m4 \
61
52
        $(top_srcdir)/macros/ps-check.m4 \
75
66
libcnid_mtab_la_LIBADD =
76
67
am_libcnid_mtab_la_OBJECTS = cnid_mtab.lo
77
68
libcnid_mtab_la_OBJECTS = $(am_libcnid_mtab_la_OBJECTS)
78
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
69
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
79
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
71
am__depfiles_maybe = depfiles
81
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
84
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
85
 
        $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
77
CCLD = $(CC)
87
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
88
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
89
81
SOURCES = $(libcnid_mtab_la_SOURCES)
90
82
DIST_SOURCES = $(libcnid_mtab_la_SOURCES)
91
83
ETAGS = etags
94
86
ACLOCAL = @ACLOCAL@
95
87
AFS_CFLAGS = @AFS_CFLAGS@
96
88
AFS_LIBS = @AFS_LIBS@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
99
89
AMTAR = @AMTAR@
100
90
AR = @AR@
101
91
AUTOCONF = @AUTOCONF@
106
96
BDB_CFLAGS = @BDB_CFLAGS@
107
97
BDB_LIBS = @BDB_LIBS@
108
98
BDB_PATH = @BDB_PATH@
109
 
BUILD_DBD_DAEMON_FALSE = @BUILD_DBD_DAEMON_FALSE@
110
 
BUILD_DBD_DAEMON_TRUE = @BUILD_DBD_DAEMON_TRUE@
111
 
BUILD_PAM_FALSE = @BUILD_PAM_FALSE@
112
 
BUILD_PAM_TRUE = @BUILD_PAM_TRUE@
113
99
CC = @CC@
114
100
CCDEPMODE = @CCDEPMODE@
115
101
CFLAGS = @CFLAGS@
116
102
COMPILE_64BIT_KMODULE = @COMPILE_64BIT_KMODULE@
117
 
COMPILE_A2BOOT_FALSE = @COMPILE_A2BOOT_FALSE@
118
 
COMPILE_A2BOOT_TRUE = @COMPILE_A2BOOT_TRUE@
119
103
COMPILE_KERNEL_GCC = @COMPILE_KERNEL_GCC@
120
 
COMPILE_TIMELORD_FALSE = @COMPILE_TIMELORD_FALSE@
121
 
COMPILE_TIMELORD_TRUE = @COMPILE_TIMELORD_TRUE@
122
104
CPP = @CPP@
123
105
CPPFLAGS = @CPPFLAGS@
124
106
CRYPT_LIBS = @CRYPT_LIBS@
126
108
CUPS_CONFIG = @CUPS_CONFIG@
127
109
CUPS_LDFLAGS = @CUPS_LDFLAGS@
128
110
CUPS_LIBS = @CUPS_LIBS@
 
111
CXX = @CXX@
 
112
CXXCPP = @CXXCPP@
 
113
CXXDEPMODE = @CXXDEPMODE@
 
114
CXXFLAGS = @CXXFLAGS@
129
115
CYGPATH_W = @CYGPATH_W@
130
116
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
131
 
DEFAULT_HOOK_FALSE = @DEFAULT_HOOK_FALSE@
132
 
DEFAULT_HOOK_TRUE = @DEFAULT_HOOK_TRUE@
133
117
DEFS = @DEFS@
134
118
DEPDIR = @DEPDIR@
135
 
DSYMUTIL = @DSYMUTIL@
136
 
DUMPBIN = @DUMPBIN@
 
119
ECHO = @ECHO@
137
120
ECHO_C = @ECHO_C@
138
121
ECHO_N = @ECHO_N@
139
122
ECHO_T = @ECHO_T@
140
123
EGREP = @EGREP@
141
124
EXEEXT = @EXEEXT@
142
 
FGREP = @FGREP@
 
125
F77 = @F77@
 
126
FFLAGS = @FFLAGS@
143
127
GREP = @GREP@
144
128
GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
145
129
GSSAPI_LIBS = @GSSAPI_LIBS@
146
 
HAVE_LIBGCRYPT_FALSE = @HAVE_LIBGCRYPT_FALSE@
147
 
HAVE_LIBGCRYPT_TRUE = @HAVE_LIBGCRYPT_TRUE@
148
 
HAVE_OPENSSL_FALSE = @HAVE_OPENSSL_FALSE@
149
 
HAVE_OPENSSL_TRUE = @HAVE_OPENSSL_TRUE@
150
130
ICONV_CFLAGS = @ICONV_CFLAGS@
151
131
ICONV_LIBS = @ICONV_LIBS@
 
132
INSTALL = @INSTALL@
152
133
INSTALL_DATA = @INSTALL_DATA@
153
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
154
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
156
137
KCFLAGS = @KCFLAGS@
157
138
KLDFLAGS = @KLDFLAGS@
158
139
KRB5_CONFIG = @KRB5_CONFIG@
159
 
LD = @LD@
160
140
LDFLAGS = @LDFLAGS@
161
141
LIBADD_DL = @LIBADD_DL@
162
 
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
163
 
LIBADD_DLOPEN = @LIBADD_DLOPEN@
164
 
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
165
142
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
166
143
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
167
144
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
168
145
LIBOBJS = @LIBOBJS@
169
146
LIBS = @LIBS@
170
147
LIBTOOL = @LIBTOOL@
171
 
LIPO = @LIPO@
172
148
LN_S = @LN_S@
173
149
LTLIBOBJS = @LTLIBOBJS@
174
 
LT_DLLOADERS = @LT_DLLOADERS@
175
 
LT_DLPREOPEN = @LT_DLPREOPEN@
176
150
MAKEINFO = @MAKEINFO@
 
151
MKDIR_P = @MKDIR_P@
177
152
NETATALK_VERSION = @NETATALK_VERSION@
178
 
NM = @NM@
179
 
NMEDIT = @NMEDIT@
180
153
OBJEXT = @OBJEXT@
181
 
OTOOL = @OTOOL@
182
 
OTOOL64 = @OTOOL64@
183
154
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
184
155
PACKAGE = @PACKAGE@
185
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196
167
PS = @PS@
197
168
QUOTA_LIBS = @QUOTA_LIBS@
198
169
RANLIB = @RANLIB@
199
 
SED = @SED@
200
170
SERVERTEXT = @SERVERTEXT@
201
171
SET_MAKE = @SET_MAKE@
202
172
SHELL = @SHELL@
203
173
SLP_CFLAGS = @SLP_CFLAGS@
204
174
SLP_LIBS = @SLP_LIBS@
205
 
SOLARIS_MODULE_FALSE = @SOLARIS_MODULE_FALSE@
206
 
SOLARIS_MODULE_TRUE = @SOLARIS_MODULE_TRUE@
207
175
SPOOLDIR = @SPOOLDIR@
208
176
SSL_CFLAGS = @SSL_CFLAGS@
209
177
SSL_LIBS = @SSL_LIBS@
210
178
STRIP = @STRIP@
211
179
UAMS_PATH = @UAMS_PATH@
212
 
USE_COBALT_FALSE = @USE_COBALT_FALSE@
213
 
USE_COBALT_TRUE = @USE_COBALT_TRUE@
214
 
USE_DEBIAN_FALSE = @USE_DEBIAN_FALSE@
215
 
USE_DEBIAN_TRUE = @USE_DEBIAN_TRUE@
216
 
USE_DHX2_FALSE = @USE_DHX2_FALSE@
217
 
USE_DHX2_TRUE = @USE_DHX2_TRUE@
218
 
USE_DHX_FALSE = @USE_DHX_FALSE@
219
 
USE_DHX_TRUE = @USE_DHX_TRUE@
220
 
USE_GENTOO_FALSE = @USE_GENTOO_FALSE@
221
 
USE_GENTOO_TRUE = @USE_GENTOO_TRUE@
222
 
USE_GSSAPI_FALSE = @USE_GSSAPI_FALSE@
223
 
USE_GSSAPI_TRUE = @USE_GSSAPI_TRUE@
224
 
USE_KERBEROS_FALSE = @USE_KERBEROS_FALSE@
225
 
USE_KERBEROS_TRUE = @USE_KERBEROS_TRUE@
226
 
USE_NETBSD_FALSE = @USE_NETBSD_FALSE@
227
 
USE_NETBSD_TRUE = @USE_NETBSD_TRUE@
228
 
USE_PAM_FALSE = @USE_PAM_FALSE@
229
 
USE_PAM_SO_FALSE = @USE_PAM_SO_FALSE@
230
 
USE_PAM_SO_TRUE = @USE_PAM_SO_TRUE@
231
 
USE_PAM_TRUE = @USE_PAM_TRUE@
232
 
USE_PGP_FALSE = @USE_PGP_FALSE@
233
 
USE_PGP_TRUE = @USE_PGP_TRUE@
234
 
USE_RANDNUM_FALSE = @USE_RANDNUM_FALSE@
235
 
USE_RANDNUM_TRUE = @USE_RANDNUM_TRUE@
236
 
USE_REDHAT_FALSE = @USE_REDHAT_FALSE@
237
 
USE_REDHAT_TRUE = @USE_REDHAT_TRUE@
238
 
USE_SHADOWPW_FALSE = @USE_SHADOWPW_FALSE@
239
 
USE_SHADOWPW_TRUE = @USE_SHADOWPW_TRUE@
240
 
USE_SOLARIS_FALSE = @USE_SOLARIS_FALSE@
241
 
USE_SOLARIS_TRUE = @USE_SOLARIS_TRUE@
242
 
USE_SPOOLDIR_FALSE = @USE_SPOOLDIR_FALSE@
243
 
USE_SPOOLDIR_TRUE = @USE_SPOOLDIR_TRUE@
244
 
USE_SUSE_FALSE = @USE_SUSE_FALSE@
245
 
USE_SUSE_TRUE = @USE_SUSE_TRUE@
246
 
USE_TRU64_FALSE = @USE_TRU64_FALSE@
247
 
USE_TRU64_TRUE = @USE_TRU64_TRUE@
248
 
USE_UNDEF_FALSE = @USE_UNDEF_FALSE@
249
 
USE_UNDEF_TRUE = @USE_UNDEF_TRUE@
250
180
VERSION = @VERSION@
251
181
WRAP_LIBS = @WRAP_LIBS@
 
182
abs_builddir = @abs_builddir@
 
183
abs_srcdir = @abs_srcdir@
 
184
abs_top_builddir = @abs_top_builddir@
 
185
abs_top_srcdir = @abs_top_srcdir@
252
186
ac_ct_CC = @ac_ct_CC@
253
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
255
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
187
ac_ct_CXX = @ac_ct_CXX@
 
188
ac_ct_F77 = @ac_ct_F77@
256
189
am__include = @am__include@
257
190
am__leading_dot = @am__leading_dot@
258
191
am__quote = @am__quote@
264
197
build_cpu = @build_cpu@
265
198
build_os = @build_os@
266
199
build_vendor = @build_vendor@
 
200
builddir = @builddir@
267
201
compiled_backends = @compiled_backends@
268
202
datadir = @datadir@
269
203
datarootdir = @datarootdir@
283
217
libexecdir = @libexecdir@
284
218
localedir = @localedir@
285
219
localstatedir = @localstatedir@
286
 
lt_ECHO = @lt_ECHO@
287
220
mandir = @mandir@
288
221
mkdir_p = @mkdir_p@
289
222
oldincludedir = @oldincludedir@
293
226
psdir = @psdir@
294
227
sbindir = @sbindir@
295
228
sharedstatedir = @sharedstatedir@
296
 
sys_symbol_underscore = @sys_symbol_underscore@
 
229
srcdir = @srcdir@
297
230
sysconfdir = @sysconfdir@
298
231
target = @target@
299
232
target_alias = @target_alias@
300
233
target_cpu = @target_cpu@
301
234
target_os = @target_os@
302
235
target_vendor = @target_vendor@
 
236
top_builddir = @top_builddir@
 
237
top_srcdir = @top_srcdir@
303
238
noinst_LTLIBRARIES = libcnid_mtab.la
304
239
libcnid_mtab_la_SOURCES = cnid_mtab.c \
305
240
                         cnid_mtab.h
348
283
          rm -f "$${dir}/so_locations"; \
349
284
        done
350
285
libcnid_mtab.la: $(libcnid_mtab_la_OBJECTS) $(libcnid_mtab_la_DEPENDENCIES) 
351
 
        $(LINK)  $(libcnid_mtab_la_LDFLAGS) $(libcnid_mtab_la_OBJECTS) $(libcnid_mtab_la_LIBADD) $(LIBS)
 
286
        $(LINK)  $(libcnid_mtab_la_OBJECTS) $(libcnid_mtab_la_LIBADD) $(LIBS)
352
287
 
353
288
mostlyclean-compile:
354
289
        -rm -f *.$(OBJEXT)
359
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cnid_mtab.Plo@am__quote@
360
295
 
361
296
.c.o:
362
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
363
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
297
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
298
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
301
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
367
302
 
368
303
.c.obj:
369
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
370
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
304
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
305
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
371
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
372
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
308
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
374
309
 
375
310
.c.lo:
376
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
377
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
311
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
312
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
378
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
379
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
315
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
385
320
clean-libtool:
386
321
        -rm -rf .libs _libs
387
322
 
388
 
distclean-libtool:
389
 
        -rm -f libtool
390
 
uninstall-info-am:
391
 
 
392
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
393
324
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
394
325
        unique=`for i in $$list; do \
438
369
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439
370
 
440
371
distdir: $(DISTFILES)
441
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
442
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
443
 
        list='$(DISTFILES)'; for file in $$list; do \
444
 
          case $$file in \
445
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
446
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
447
 
          esac; \
 
372
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
373
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
374
        list='$(DISTFILES)'; \
 
375
          dist_files=`for file in $$list; do echo $$file; done | \
 
376
          sed -e "s|^$$srcdirstrip/||;t" \
 
377
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
378
        case $$dist_files in \
 
379
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
380
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
381
                           sort -u` ;; \
 
382
        esac; \
 
383
        for file in $$dist_files; do \
448
384
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
450
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
451
 
            dir="/$$dir"; \
452
 
            $(mkdir_p) "$(distdir)$$dir"; \
453
 
          else \
454
 
            dir=''; \
455
 
          fi; \
456
385
          if test -d $$d/$$file; then \
 
386
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457
387
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458
388
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
459
389
            fi; \
501
431
        -rm -rf ./$(DEPDIR)
502
432
        -rm -f Makefile
503
433
distclean-am: clean-am distclean-compile distclean-generic \
504
 
        distclean-libtool distclean-tags
 
434
        distclean-tags
505
435
 
506
436
dvi: dvi-am
507
437
 
515
445
 
516
446
install-data-am:
517
447
 
 
448
install-dvi: install-dvi-am
 
449
 
518
450
install-exec-am:
519
451
 
 
452
install-html: install-html-am
 
453
 
520
454
install-info: install-info-am
521
455
 
522
456
install-man:
523
457
 
 
458
install-pdf: install-pdf-am
 
459
 
 
460
install-ps: install-ps-am
 
461
 
524
462
installcheck-am:
525
463
 
526
464
maintainer-clean: maintainer-clean-am
541
479
 
542
480
ps-am:
543
481
 
544
 
uninstall-am: uninstall-info-am
 
482
uninstall-am:
 
483
 
 
484
.MAKE: install-am install-strip
545
485
 
546
486
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
547
487
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
548
488
        distclean-compile distclean-generic distclean-libtool \
549
489
        distclean-tags distdir dvi dvi-am html html-am info info-am \
550
 
        install install-am install-data install-data-am install-exec \
551
 
        install-exec-am install-info install-info-am install-man \
 
490
        install install-am install-data install-data-am install-dvi \
 
491
        install-dvi-am install-exec install-exec-am install-html \
 
492
        install-html-am install-info install-info-am install-man \
 
493
        install-pdf install-pdf-am install-ps install-ps-am \
552
494
        install-strip installcheck installcheck-am installdirs \
553
495
        maintainer-clean maintainer-clean-generic mostlyclean \
554
496
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
555
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
556
 
        uninstall-info-am
 
497
        pdf pdf-am ps ps-am tags uninstall uninstall-am
557
498
 
558
499
# Tell versions [3.59,3.63) of GNU make to not export all variables.
559
500
# Otherwise a system limit (for SysV at least) may be exceeded.