~ubuntu-branches/ubuntu/utopic/lksctp-tools/utopic-proposed

« back to all changes in this revision

Viewing changes to src/withsctp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-04-30 11:53:58 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090430115358-iyio5k6wl0szne14
Tags: upstream-1.0.10+dfsg
ImportĀ upstreamĀ versionĀ 1.0.10+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
30
30
 
31
31
 
32
32
 
 
33
srcdir = @srcdir@
 
34
top_srcdir = @top_srcdir@
33
35
VPATH = @srcdir@
34
36
pkgdatadir = $(datadir)/@PACKAGE@
35
37
pkglibdir = $(libdir)/@PACKAGE@
36
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ../..
37
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
INSTALL = @INSTALL@
38
42
install_sh_DATA = $(install_sh) -c -m 644
39
43
install_sh_PROGRAM = $(install_sh) -c
40
44
install_sh_SCRIPT = $(install_sh) -c
74
78
am_libwithsctp_la_OBJECTS = sctp_load_libs.lo sctp_socket.lo \
75
79
        sctp_bind.lo sctp_sockopt.lo
76
80
libwithsctp_la_OBJECTS = $(am_libwithsctp_la_OBJECTS)
77
 
libwithsctp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
78
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
 
        $(libwithsctp_la_LDFLAGS) $(LDFLAGS) -o $@
80
81
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
81
82
PROGRAMS = $(bin_PROGRAMS)
82
83
checksctp_SOURCES = checksctp.c
84
85
checksctp_LDADD = $(LDADD)
85
86
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
86
87
SCRIPTS = $(bin_SCRIPTS)
87
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
88
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
88
89
depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
89
90
am__depfiles_maybe = depfiles
90
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
93
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
94
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
95
        $(AM_CFLAGS) $(CFLAGS)
95
96
CCLD = $(CC)
96
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98
 
        $(LDFLAGS) -o $@
 
97
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
98
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
99
99
SOURCES = $(libwithsctp_la_SOURCES) checksctp.c
100
100
DIST_SOURCES = $(libwithsctp_la_SOURCES) checksctp.c
101
101
pkgdocDATA_INSTALL = $(INSTALL_DATA)
104
104
CTAGS = ctags
105
105
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
106
ACLOCAL = @ACLOCAL@
 
107
AMDEP_FALSE = @AMDEP_FALSE@
 
108
AMDEP_TRUE = @AMDEP_TRUE@
107
109
AMTAR = @AMTAR@
108
110
AR = @AR@
109
111
AUTOCONF = @AUTOCONF@
132
134
F77 = @F77@
133
135
FFLAGS = @FFLAGS@
134
136
GREP = @GREP@
135
 
INSTALL = @INSTALL@
136
137
INSTALL_DATA = @INSTALL_DATA@
137
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
145
146
LN_S = @LN_S@
146
147
LTLIBOBJS = @LTLIBOBJS@
147
148
MAKEINFO = @MAKEINFO@
148
 
MKDIR_P = @MKDIR_P@
149
149
NMEDIT = @NMEDIT@
150
150
OBJEXT = @OBJEXT@
151
151
PACKAGE = @PACKAGE@
161
161
SHELL = @SHELL@
162
162
STRIP = @STRIP@
163
163
VERSION = @VERSION@
164
 
abs_builddir = @abs_builddir@
165
 
abs_srcdir = @abs_srcdir@
166
 
abs_top_builddir = @abs_top_builddir@
167
 
abs_top_srcdir = @abs_top_srcdir@
168
164
ac_ct_CC = @ac_ct_CC@
169
165
ac_ct_CXX = @ac_ct_CXX@
170
166
ac_ct_F77 = @ac_ct_F77@
 
167
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
168
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
169
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
170
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
171
171
am__include = @am__include@
172
172
am__leading_dot = @am__leading_dot@
173
173
am__quote = @am__quote@
179
179
build_cpu = @build_cpu@
180
180
build_os = @build_os@
181
181
build_vendor = @build_vendor@
182
 
builddir = @builddir@
183
182
datadir = @datadir@
184
183
datarootdir = @datarootdir@
185
184
docdir = @docdir@
207
206
psdir = @psdir@
208
207
sbindir = @sbindir@
209
208
sharedstatedir = @sharedstatedir@
210
 
srcdir = @srcdir@
211
209
sysconfdir = @sysconfdir@
212
210
target_alias = @target_alias@
213
 
top_builddir = @top_builddir@
214
 
top_srcdir = @top_srcdir@
215
211
MAINTAINERCLEANFILES = Makefile.in directories.h
216
212
DISTCLEANFILES = \\\ directories.h
217
213
CLEANFILES = withsctp
264
260
libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
265
261
        sctp_sockopt.c sctp_socket.h
266
262
 
267
 
libwithsctp_la_LDFLAGS = -version-info 1:9:0 -ldl
 
263
libwithsctp_la_LDFLAGS = -version-info 1:10:0 -ldl
268
264
pkgdoc_DATA = sctp_load_libs.c sctp_socket.c sctp_bind.c \
269
265
        sctp_sockopt.c sctp_socket.h checksctp.c
270
266
 
281
277
              exit 1;; \
282
278
          esac; \
283
279
        done; \
284
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/withsctp/Makefile'; \
 
280
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/withsctp/Makefile'; \
285
281
        cd $(top_srcdir) && \
286
 
          $(AUTOMAKE) --gnu  src/withsctp/Makefile
 
282
          $(AUTOMAKE) --foreign  src/withsctp/Makefile
287
283
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288
284
        @case '$?' in \
289
285
          *config.status*) \
302
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
299
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
304
300
        @$(NORMAL_INSTALL)
305
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
301
        test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
306
302
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
307
303
          if test -f $$p; then \
308
304
            f=$(am__strip_dir) \
309
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
310
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
305
            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
306
            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
311
307
          else :; fi; \
312
308
        done
313
309
 
314
310
uninstall-pkglibLTLIBRARIES:
315
311
        @$(NORMAL_UNINSTALL)
316
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
312
        @set -x; list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
317
313
          p=$(am__strip_dir) \
318
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
319
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
314
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
315
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
320
316
        done
321
317
 
322
318
clean-pkglibLTLIBRARIES:
328
324
          rm -f "$${dir}/so_locations"; \
329
325
        done
330
326
libwithsctp.la: $(libwithsctp_la_OBJECTS) $(libwithsctp_la_DEPENDENCIES) 
331
 
        $(libwithsctp_la_LINK) -rpath $(pkglibdir) $(libwithsctp_la_OBJECTS) $(libwithsctp_la_LIBADD) $(LIBS)
 
327
        $(LINK) -rpath $(pkglibdir) $(libwithsctp_la_LDFLAGS) $(libwithsctp_la_OBJECTS) $(libwithsctp_la_LIBADD) $(LIBS)
332
328
install-binPROGRAMS: $(bin_PROGRAMS)
333
329
        @$(NORMAL_INSTALL)
334
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
330
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
335
331
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
336
332
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
337
333
          if test -f $$p \
338
334
             || test -f $$p1 \
339
335
          ; then \
340
336
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
341
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
342
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
337
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
338
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
343
339
          else :; fi; \
344
340
        done
345
341
 
359
355
        done
360
356
checksctp$(EXEEXT): $(checksctp_OBJECTS) $(checksctp_DEPENDENCIES) 
361
357
        @rm -f checksctp$(EXEEXT)
362
 
        $(LINK) $(checksctp_OBJECTS) $(checksctp_LDADD) $(LIBS)
 
358
        $(LINK) $(checksctp_LDFLAGS) $(checksctp_OBJECTS) $(checksctp_LDADD) $(LIBS)
363
359
install-binSCRIPTS: $(bin_SCRIPTS)
364
360
        @$(NORMAL_INSTALL)
365
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
361
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
366
362
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
367
363
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
368
364
          if test -f $$d$$p; then \
393
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sctp_sockopt.Plo@am__quote@
394
390
 
395
391
.c.o:
396
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
392
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
393
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
398
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
396
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
401
397
 
402
398
.c.obj:
403
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
404
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
399
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
400
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
405
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
403
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
408
404
 
409
405
.c.lo:
410
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
406
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
407
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
412
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
413
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
410
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
418
414
 
419
415
clean-libtool:
420
416
        -rm -rf .libs _libs
 
417
 
 
418
distclean-libtool:
 
419
        -rm -f libtool
 
420
uninstall-info-am:
421
421
install-pkgdocDATA: $(pkgdoc_DATA)
422
422
        @$(NORMAL_INSTALL)
423
 
        test -z "$(pkgdocdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdocdir)"
 
423
        test -z "$(pkgdocdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdocdir)"
424
424
        @list='$(pkgdoc_DATA)'; for p in $$list; do \
425
425
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426
426
          f=$(am__strip_dir) \
441
441
        unique=`for i in $$list; do \
442
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
443
          done | \
444
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
445
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
444
          $(AWK) '    { files[$$0] = 1; } \
 
445
               END { for (i in files) print i; }'`; \
446
446
        mkid -fID $$unique
447
447
tags: TAGS
448
448
 
454
454
        unique=`for i in $$list; do \
455
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
456
          done | \
457
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
457
          $(AWK) '    { files[$$0] = 1; } \
 
458
               END { for (i in files) print i; }'`; \
459
459
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
460
460
          test -n "$$unique" || unique=$$empty_fix; \
461
461
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465
465
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466
466
                $(TAGS_FILES) $(LISP)
467
467
        tags=; \
 
468
        here=`pwd`; \
468
469
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469
470
        unique=`for i in $$list; do \
470
471
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
472
          done | \
472
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
473
          $(AWK) '    { files[$$0] = 1; } \
 
474
               END { for (i in files) print i; }'`; \
474
475
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
475
476
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476
477
             $$tags $$unique
484
485
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
486
 
486
487
distdir: $(DISTFILES)
487
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489
 
        list='$(DISTFILES)'; \
490
 
          dist_files=`for file in $$list; do echo $$file; done | \
491
 
          sed -e "s|^$$srcdirstrip/||;t" \
492
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493
 
        case $$dist_files in \
494
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
495
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496
 
                           sort -u` ;; \
497
 
        esac; \
498
 
        for file in $$dist_files; do \
 
488
        $(mkdir_p) $(distdir)/../..
 
489
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
490
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
491
        list='$(DISTFILES)'; for file in $$list; do \
 
492
          case $$file in \
 
493
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
494
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
495
          esac; \
499
496
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
497
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
498
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
499
            dir="/$$dir"; \
 
500
            $(mkdir_p) "$(distdir)$$dir"; \
 
501
          else \
 
502
            dir=''; \
 
503
          fi; \
500
504
          if test -d $$d/$$file; then \
501
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502
505
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503
506
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
504
507
            fi; \
514
517
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA)
515
518
installdirs:
516
519
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdocdir)"; do \
517
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
520
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
518
521
        done
519
522
install: install-am
520
523
install-exec: install-exec-am
553
556
        -rm -rf ./$(DEPDIR)
554
557
        -rm -f Makefile
555
558
distclean-am: clean-am distclean-compile distclean-generic \
556
 
        distclean-tags
 
559
        distclean-libtool distclean-tags
557
560
 
558
561
dvi: dvi-am
559
562
 
567
570
 
568
571
install-data-am: install-pkgdocDATA
569
572
 
570
 
install-dvi: install-dvi-am
571
 
 
572
573
install-exec-am: install-binPROGRAMS install-binSCRIPTS \
573
574
        install-pkglibLTLIBRARIES
574
575
 
575
 
install-html: install-html-am
576
 
 
577
576
install-info: install-info-am
578
577
 
579
578
install-man:
580
579
 
581
 
install-pdf: install-pdf-am
582
 
 
583
 
install-ps: install-ps-am
584
 
 
585
580
installcheck-am:
586
581
 
587
582
maintainer-clean: maintainer-clean-am
603
598
ps-am:
604
599
 
605
600
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
606
 
        uninstall-pkgdocDATA uninstall-pkglibLTLIBRARIES
607
 
 
608
 
.MAKE: install-am install-strip
 
601
        uninstall-info-am uninstall-pkgdocDATA \
 
602
        uninstall-pkglibLTLIBRARIES
609
603
 
610
604
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
611
605
        clean-generic clean-libtool clean-pkglibLTLIBRARIES ctags \
612
606
        distclean distclean-compile distclean-generic \
613
607
        distclean-libtool distclean-tags distdir dvi dvi-am html \
614
608
        html-am info info-am install install-am install-binPROGRAMS \
615
 
        install-binSCRIPTS install-data install-data-am install-dvi \
616
 
        install-dvi-am install-exec install-exec-am install-html \
617
 
        install-html-am install-info install-info-am install-man \
618
 
        install-pdf install-pdf-am install-pkgdocDATA \
619
 
        install-pkglibLTLIBRARIES install-ps install-ps-am \
620
 
        install-strip installcheck installcheck-am installdirs \
621
 
        maintainer-clean maintainer-clean-generic mostlyclean \
622
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
623
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
624
 
        uninstall-binPROGRAMS uninstall-binSCRIPTS \
625
 
        uninstall-pkgdocDATA uninstall-pkglibLTLIBRARIES
 
609
        install-binSCRIPTS install-data install-data-am install-exec \
 
610
        install-exec-am install-info install-info-am install-man \
 
611
        install-pkgdocDATA install-pkglibLTLIBRARIES install-strip \
 
612
        installcheck installcheck-am installdirs maintainer-clean \
 
613
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
614
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
615
        tags uninstall uninstall-am uninstall-binPROGRAMS \
 
616
        uninstall-binSCRIPTS uninstall-info-am uninstall-pkgdocDATA \
 
617
        uninstall-pkglibLTLIBRARIES
626
618
 
627
619
 
628
620
# To modify this target for another language, just copy, paste and