1- # Makefile.in generated by automake 1.14.1 from Makefile.am.
1+ # Makefile.in generated by automake 1.15 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2014 Free Software Foundation, Inc.
55
66# This Makefile.in is free software; the Free Software Foundation
77# gives unlimited permission to copy and/or distribute it,
1313# PARTICULAR PURPOSE.
1414
1515@SET_MAKE@
16+
1617VPATH = @srcdir@
17- am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
18+ am__is_gnu_make = { \
19+ if test -z '$(MAKELEVEL ) '; then \
20+ false; \
21+ elif test -n '$(MAKE_HOST ) '; then \
22+ true; \
23+ elif test -n '$(MAKE_VERSION ) ' && test -n '$(CURDIR ) '; then \
24+ true; \
25+ else \
26+ false; \
27+ fi; \
28+ }
1829am__make_running_with_option = \
1930 case $${target_option-} in \
2031 ?) ;; \
@@ -78,21 +89,19 @@ POST_UNINSTALL = :
7889build_triplet = @build@
7990host_triplet = @host@
8091subdir = .
81- DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
82- $(top_srcdir ) /configure $(am__configure_deps ) \
83- $(top_srcdir ) /include/cjose/version.h.in compile config.guess \
84- config.sub depcomp install-sh missing ltmain.sh
8592ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
8693am__aclocal_m4_deps = $(top_srcdir ) /m4/doxygen.m4 \
8794 $(top_srcdir ) /m4/libtool.m4 $(top_srcdir ) /m4/ltoptions.m4 \
8895 $(top_srcdir ) /m4/ltsugar.m4 $(top_srcdir ) /m4/ltversion.m4 \
8996 $(top_srcdir ) /m4/lt~obsolete.m4 $(top_srcdir ) /configure.ac
9097am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
9198 $(ACLOCAL_M4 )
99+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
100+ $(am__configure_deps ) $(am__DIST_COMMON )
92101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
93102 configure.lineno config.status.lineno
94103mkinstalldirs = $(install_sh ) -d
95- CONFIG_CLEAN_FILES = include/cjose/version.h
104+ CONFIG_CLEAN_FILES = include/cjose/version.h cjose.pc
96105CONFIG_CLEAN_VPATH_FILES =
97106AM_V_P = $(am__v_P_@AM_V@ )
98107am__v_P_ = $(am__v_P_@AM_DEFAULT_V@ )
@@ -121,6 +130,35 @@ am__can_run_installinfo = \
121130 n|no|NO) false;; \
122131 *) (install-info --version) >/dev/null 2>&1;; \
123132 esac
133+ am__vpath_adj_setup = srcdirstrip=` echo " $( srcdir) " | sed ' s|.|.|g' ` ;
134+ am__vpath_adj = case $$p in \
135+ $(srcdir ) /*) f=` echo " $$ p" | sed " s|^$$ srcdirstrip/||" ` ;; \
136+ *) f=$$p;; \
137+ esac;
138+ am__strip_dir = f=` echo $$ p | sed -e ' s|^.*/||' ` ;
139+ am__install_max = 40
140+ am__nobase_strip_setup = \
141+ srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*|]/\\\\&/g' `
142+ am__nobase_strip = \
143+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144+ am__nobase_list = $(am__nobase_strip_setup ) ; \
145+ for p in $$list; do echo "$$p $$p"; done | \
146+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147+ $(AWK ) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148+ if (++n[$$2] == $(am__install_max ) ) \
149+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150+ END { for (dir in files) print dir, files[dir] }'
151+ am__base_list = \
152+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154+ am__uninstall_files_from_dir = { \
155+ test -z "$$files" \
156+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158+ $(am__cd ) "$$dir" && rm -f $$files; }; \
159+ }
160+ am__installdirs = "$(DESTDIR )$(pkgconfigdir ) "
161+ DATA = $(pkgconfig_DATA )
124162RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
125163 distclean-recursive maintainer-clean-recursive
126164am__recursive_targets = \
@@ -150,6 +188,9 @@ ETAGS = etags
150188CTAGS = ctags
151189CSCOPE = cscope
152190DIST_SUBDIRS = $(SUBDIRS )
191+ am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /cjose.pc.in \
192+ $(top_srcdir ) /include/cjose/version.h.in AUTHORS compile \
193+ config.guess config.sub depcomp install-sh ltmain.sh missing
153194DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
154195distdir = $(PACKAGE ) -$(VERSION )
155196top_distdir = $(distdir )
@@ -257,6 +298,7 @@ LIBTOOL = @LIBTOOL@
257298LIPO = @LIPO@
258299LN_S = @LN_S@
259300LTLIBOBJS = @LTLIBOBJS@
301+ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260302MAKEINFO = @MAKEINFO@
261303MANIFEST_TOOL = @MANIFEST_TOOL@
262304MKDIR_P = @MKDIR_P@
@@ -274,6 +316,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
274316PACKAGE_URL = @PACKAGE_URL@
275317PACKAGE_VERSION = @PACKAGE_VERSION@
276318PATH_SEPARATOR = @PATH_SEPARATOR@
319+ PKG_CONFIG = @PKG_CONFIG@
320+ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
321+ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
277322RANLIB = @RANLIB@
278323SED = @SED@
279324SET_MAKE = @SET_MAKE@
@@ -332,7 +377,9 @@ target_alias = @target_alias@
332377top_build_prefix = @top_build_prefix@
333378top_builddir = @top_builddir@
334379top_srcdir = @top_srcdir@
335- SUBDIRS = . include src test doc
380+ SUBDIRS = . include src doc test
381+ pkgconfigdir = $(libdir ) /pkgconfig
382+ pkgconfig_DATA = cjose.pc
336383all : all-recursive
337384
338385.SUFFIXES :
@@ -351,7 +398,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
351398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
352399 $(am__cd ) $(top_srcdir ) && \
353400 $(AUTOMAKE ) --foreign Makefile
354- .PRECIOUS : Makefile
355401Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
356402 @case ' $?' in \
357403 * config.status* ) \
@@ -372,6 +418,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
372418$(am__aclocal_m4_deps ) :
373419include/cjose/version.h : $(top_builddir ) /config.status $(top_srcdir ) /include/cjose/version.h.in
374420 cd $(top_builddir ) && $(SHELL ) ./config.status $@
421+ cjose.pc : $(top_builddir ) /config.status $(srcdir ) /cjose.pc.in
422+ cd $(top_builddir ) && $(SHELL ) ./config.status $@
375423
376424mostlyclean-libtool :
377425 -rm -f * .lo
@@ -381,6 +429,27 @@ clean-libtool:
381429
382430distclean-libtool :
383431 -rm -f libtool config.lt
432+ install-pkgconfigDATA : $(pkgconfig_DATA )
433+ @$(NORMAL_INSTALL )
434+ @list=' $(pkgconfig_DATA)' ; test -n " $( pkgconfigdir) " || list=; \
435+ if test -n " $$ list" ; then \
436+ echo " $( MKDIR_P) '$( DESTDIR) $( pkgconfigdir) '" ; \
437+ $(MKDIR_P ) " $( DESTDIR) $( pkgconfigdir) " || exit 1; \
438+ fi ; \
439+ for p in $$ list; do \
440+ if test -f " $$ p" ; then d=; else d=" $( srcdir) /" ; fi ; \
441+ echo " $$ d$$ p" ; \
442+ done | $(am__base_list ) | \
443+ while read files; do \
444+ echo " $( INSTALL_DATA) $$ files '$( DESTDIR) $( pkgconfigdir) '" ; \
445+ $(INSTALL_DATA ) $$ files " $( DESTDIR) $( pkgconfigdir) " || exit $$? ; \
446+ done
447+
448+ uninstall-pkgconfigDATA :
449+ @$(NORMAL_UNINSTALL )
450+ @list=' $(pkgconfig_DATA)' ; test -n " $( pkgconfigdir) " || list=; \
451+ files=` for p in $$ list; do echo $$ p; done | sed -e ' s|^.*/||' ` ; \
452+ dir=' $(DESTDIR)$(pkgconfigdir)' ; $(am__uninstall_files_from_dir )
384453
385454# This directory's subdirectories are mostly independent; you can cd
386455# into them and run 'make' without going through this Makefile.
@@ -569,15 +638,15 @@ dist-xz: distdir
569638 $(am__post_remove_distdir )
570639
571640dist-tarZ : distdir
572- @echo WARNING: " Support for shar distribution archives is " \
573- " deprecated." >&2
641+ @echo WARNING: " Support for distribution archives compressed with " \
642+ " legacy program 'compress' is deprecated." >&2
574643 @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
575644 tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
576645 $(am__post_remove_distdir )
577646
578647dist-shar : distdir
579- @echo WARNING: " Support for distribution archives compressed with " \
580- " legacy program 'compress' is deprecated." >&2
648+ @echo WARNING: " Support for shar distribution archives is " \
649+ " deprecated." >&2
581650 @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
582651 shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
583652 $(am__post_remove_distdir )
@@ -613,17 +682,17 @@ distcheck: dist
613682 esac
614683 chmod -R a-w $(distdir )
615684 chmod u+w $(distdir )
616- mkdir $(distdir ) /_build $(distdir ) /_inst
685+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
617686 chmod a-w $(distdir )
618687 test -d $(distdir ) /_build || exit 0; \
619688 dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
620689 && dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
621690 && am__cwd=` pwd` \
622- && $(am__cd ) $(distdir ) /_build \
623- && ../configure \
691+ && $(am__cd ) $(distdir ) /_build/sub \
692+ && ../../ configure \
624693 $(AM_DISTCHECK_CONFIGURE_FLAGS ) \
625694 $(DISTCHECK_CONFIGURE_FLAGS ) \
626- --srcdir=.. --prefix=" $$ dc_install_base" \
695+ --srcdir=../.. --prefix=" $$ dc_install_base" \
627696 && $(MAKE ) $(AM_MAKEFLAGS ) \
628697 && $(MAKE ) $(AM_MAKEFLAGS ) dvi \
629698 && $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -678,9 +747,12 @@ distcleancheck: distclean
678747 exit 1; } >&2
679748check-am : all-am
680749check : check-recursive
681- all-am : Makefile
750+ all-am : Makefile $( DATA )
682751installdirs : installdirs-recursive
683752installdirs-am :
753+ for dir in " $( DESTDIR) $( pkgconfigdir) " ; do \
754+ test -z " $$ dir" || $(MKDIR_P ) " $$ dir" ; \
755+ done
684756install : install-recursive
685757install-exec : install-exec-recursive
686758install-data : install-data-recursive
@@ -733,7 +805,7 @@ info: info-recursive
733805
734806info-am :
735807
736- install-data-am :
808+ install-data-am : install-pkgconfigDATA
737809
738810install-dvi : install-dvi-recursive
739811
@@ -779,7 +851,7 @@ ps: ps-recursive
779851
780852ps-am :
781853
782- uninstall-am :
854+ uninstall-am : uninstall-pkgconfigDATA
783855
784856.MAKE : $(am__recursive_targets ) install-am install-strip
785857
@@ -793,11 +865,14 @@ uninstall-am:
793865 install install-am install-data install-data-am install-dvi \
794866 install-dvi-am install-exec install-exec-am install-html \
795867 install-html-am install-info install-info-am install-man \
796- install-pdf install-pdf-am install-ps install-ps-am \
797- install-strip installcheck installcheck-am installdirs \
798- installdirs-am maintainer-clean maintainer-clean-generic \
799- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
800- ps ps-am tags tags-am uninstall uninstall-am
868+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \
869+ install-ps-am install-strip installcheck installcheck-am \
870+ installdirs installdirs-am maintainer-clean \
871+ maintainer-clean-generic mostlyclean mostlyclean-generic \
872+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
873+ uninstall-am uninstall-pkgconfigDATA
874+
875+ .PRECIOUS : Makefile
801876
802877
803878doxygen :
0 commit comments