~ubuntu-branches/ubuntu/wily/styx/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Frederik Schüler
  • Date: 2013-12-28 18:20:37 UTC
  • mfrom: (0.1.5)
  • Revision ID: package-import@ubuntu.com-20131228182037-ihsf1de5y1oe24nf
Tags: 2.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
76
93
am__base_list = \
77
94
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78
95
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
96
am__uninstall_files_from_dir = { \
 
97
  test -z "$$files" \
 
98
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
99
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
100
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
101
  }
79
102
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
80
103
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
81
104
libdstyx_la_LIBADD =
160
183
        install-pdf-recursive install-ps-recursive install-recursive \
161
184
        installcheck-recursive installdirs-recursive pdf-recursive \
162
185
        ps-recursive uninstall-recursive
 
186
am__can_run_installinfo = \
 
187
  case $$AM_UPDATE_INFO_DIR in \
 
188
    n|no|NO) false;; \
 
189
    *) (install-info --version) >/dev/null 2>&1;; \
 
190
  esac
163
191
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164
192
  distclean-recursive maintainer-clean-recursive
165
193
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
172
200
distdir = $(PACKAGE)-$(VERSION)
173
201
top_distdir = $(distdir)
174
202
am__remove_distdir = \
175
 
  { test ! -d "$(distdir)" \
176
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
177
 
         && rm -fr "$(distdir)"; }; }
 
203
  if test -d "$(distdir)"; then \
 
204
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
205
      && rm -rf "$(distdir)" \
 
206
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
207
  else :; fi
178
208
am__relativize = \
179
209
  dir0=`pwd`; \
180
210
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
203
233
DIST_ARCHIVES = $(distdir).tar.gz
204
234
GZIP_ENV = --best
205
235
distuninstallcheck_listfiles = find . -type f -print
 
236
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
237
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
206
238
distcleancheck_listfiles = find . -type f -print
207
239
ACLOCAL = @ACLOCAL@
208
240
AMTAR = @AMTAR@
223
255
CYGPATH_W = @CYGPATH_W@
224
256
DEFS = @DEFS@
225
257
DEPDIR = @DEPDIR@
 
258
DLLTOOL = @DLLTOOL@
226
259
DSYMUTIL = @DSYMUTIL@
227
260
DUMPBIN = @DUMPBIN@
228
261
ECHO_C = @ECHO_C@
246
279
LN_S = @LN_S@
247
280
LTLIBOBJS = @LTLIBOBJS@
248
281
MAKEINFO = @MAKEINFO@
 
282
MANIFEST_TOOL = @MANIFEST_TOOL@
249
283
MKDIR_P = @MKDIR_P@
250
284
NM = @NM@
251
285
NMEDIT = @NMEDIT@
271
305
abs_srcdir = @abs_srcdir@
272
306
abs_top_builddir = @abs_top_builddir@
273
307
abs_top_srcdir = @abs_top_srcdir@
 
308
ac_ct_AR = @ac_ct_AR@
274
309
ac_ct_CC = @ac_ct_CC@
275
310
ac_ct_CXX = @ac_ct_CXX@
276
311
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304
339
libexecdir = @libexecdir@
305
340
localedir = @localedir@
306
341
localstatedir = @localstatedir@
307
 
lt_ECHO = @lt_ECHO@
308
342
mandir = @mandir@
309
343
mkdir_p = @mkdir_p@
310
344
oldincludedir = @oldincludedir@
349
383
 
350
384
.SUFFIXES:
351
385
.SUFFIXES: .c .lo .o .obj
352
 
am--refresh:
 
386
am--refresh: Makefile
353
387
        @:
354
388
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
355
389
        @for dep in $?; do \
385
419
$(am__aclocal_m4_deps):
386
420
 
387
421
config.h: stamp-h1
388
 
        @if test ! -f $@; then \
389
 
          rm -f stamp-h1; \
390
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
391
 
        else :; fi
 
422
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
423
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
392
424
 
393
425
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
394
426
        @rm -f stamp-h1
402
434
        -rm -f config.h stamp-h1
403
435
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
404
436
        @$(NORMAL_INSTALL)
405
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
406
437
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
407
438
        list2=; for p in $$list; do \
408
439
          if test -f $$p; then \
410
441
          else :; fi; \
411
442
        done; \
412
443
        test -z "$$list2" || { \
 
444
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
445
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
413
446
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
414
447
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
415
448
        }
440
473
          echo "rm -f \"$${dir}/so_locations\""; \
441
474
          rm -f "$${dir}/so_locations"; \
442
475
        done
443
 
libfoolam.la: $(libfoolam_la_OBJECTS) $(libfoolam_la_DEPENDENCIES) 
 
476
libfoolam.la: $(libfoolam_la_OBJECTS) $(libfoolam_la_DEPENDENCIES) $(EXTRA_libfoolam_la_DEPENDENCIES) 
444
477
        $(LINK)  $(libfoolam_la_OBJECTS) $(libfoolam_la_LIBADD) $(LIBS)
445
478
install-binPROGRAMS: $(bin_PROGRAMS)
446
479
        @$(NORMAL_INSTALL)
447
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
448
480
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
481
        if test -n "$$list"; then \
 
482
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
483
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
484
        fi; \
449
485
        for p in $$list; do echo "$$p $$p"; done | \
450
486
        sed 's/$(EXEEXT)$$//' | \
451
487
        while read p p1; do if test -f $$p || test -f $$p1; \
693
729
        done
694
730
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
695
731
          if test "$$subdir" = .; then :; else \
696
 
            test -d "$(distdir)/$$subdir" \
697
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
698
 
            || exit 1; \
699
 
          fi; \
700
 
        done
701
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
702
 
          if test "$$subdir" = .; then :; else \
 
732
            $(am__make_dryrun) \
 
733
              || test -d "$(distdir)/$$subdir" \
 
734
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
735
              || exit 1; \
703
736
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
704
737
            $(am__relativize); \
705
738
            new_distdir=$$reldir; \
731
764
        $(am__remove_distdir)
732
765
 
733
766
dist-bzip2: distdir
734
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
767
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
768
        $(am__remove_distdir)
 
769
 
 
770
dist-lzip: distdir
 
771
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
735
772
        $(am__remove_distdir)
736
773
 
737
774
dist-lzma: distdir
739
776
        $(am__remove_distdir)
740
777
 
741
778
dist-xz: distdir
742
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
779
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
743
780
        $(am__remove_distdir)
744
781
 
745
782
dist-tarZ: distdir
770
807
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
771
808
        *.tar.lzma*) \
772
809
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
810
        *.tar.lz*) \
 
811
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
773
812
        *.tar.xz*) \
774
813
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
775
814
        *.tar.Z*) \
779
818
        *.zip*) \
780
819
          unzip $(distdir).zip ;;\
781
820
        esac
782
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
821
        chmod -R a-w $(distdir); chmod u+w $(distdir)
783
822
        mkdir $(distdir)/_build
784
823
        mkdir $(distdir)/_inst
785
824
        chmod a-w $(distdir)
789
828
          && am__cwd=`pwd` \
790
829
          && $(am__cd) $(distdir)/_build \
791
830
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
831
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
792
832
            $(DISTCHECK_CONFIGURE_FLAGS) \
793
833
          && $(MAKE) $(AM_MAKEFLAGS) \
794
834
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
817
857
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
818
858
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
819
859
distuninstallcheck:
820
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
821
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
860
        @test -n '$(distuninstallcheck_dir)' || { \
 
861
          echo 'ERROR: trying to run $@ with an empty' \
 
862
               '$$(distuninstallcheck_dir)' >&2; \
 
863
          exit 1; \
 
864
        }; \
 
865
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
866
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
867
          exit 1; \
 
868
        }; \
 
869
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
822
870
           || { echo "ERROR: files left after uninstall:" ; \
823
871
                if test -n "$(DESTDIR)"; then \
824
872
                  echo "  (check DESTDIR support)"; \
854
902
 
855
903
installcheck: installcheck-recursive
856
904
install-strip:
857
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
858
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
859
 
          `test -z '$(STRIP)' || \
860
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
905
        if test -z '$(STRIP)'; then \
 
906
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
907
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
908
              install; \
 
909
        else \
 
910
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
911
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
912
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
913
        fi
861
914
mostlyclean-generic:
862
915
 
863
916
clean-generic:
950
1003
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
951
1004
        clean-generic clean-libLTLIBRARIES clean-libtool \
952
1005
        clean-noinstLTLIBRARIES ctags ctags-recursive dist dist-all \
953
 
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
954
 
        dist-zip distcheck distclean distclean-compile \
 
1006
        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
 
1007
        dist-xz dist-zip distcheck distclean distclean-compile \
955
1008
        distclean-generic distclean-hdr distclean-libtool \
956
1009
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
957
1010
        dvi-am html html-am info info-am install install-am \
1010
1063
xml_test$(EXEEXT): pgmxml/libpgmxml.a genxml/libpgmxml.a libdxml.la libxstyx.la libdstyx.la
1011
1064
        $(LINK) pgmxml/xml_test.o genxml/xml_test_cim.o libdxml.la libxstyx.la libdstyx.la $(LIBS)
1012
1065
 
1013
 
lim2dot$(EXEEXT): pgm/libpgm.a gen/libpgm.a libxstyx.la libdstyx.la 
 
1066
lim2dot$(EXEEXT): pgm/libpgm.a gen/libpgm.a libxstyx.la libdstyx.la
1014
1067
        $(LINK) pgm/lim2dot.o gen/lim2dot_cim.o libxstyx.la libdstyx.la $(LIBS)
1015
1068
 
1016
1069
pim2dot$(EXEEXT): pgm/libpgm.a gen/libpgm.a libxstyx.la libdstyx.la