mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
608 lines
23 KiB
Plaintext
608 lines
23 KiB
Plaintext
--- ./Makefile.in.orig 2010-04-01 16:39:49.000000000 +0300
|
|
+++ ./Makefile.in 2014-12-27 03:01:18.000000000 +0200
|
|
@@ -1,9 +1,8 @@
|
|
-# Makefile.in generated by automake 1.11 from Makefile.am.
|
|
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
-# Inc.
|
|
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
|
|
+
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
@@ -20,6 +19,23 @@
|
|
|
|
|
|
VPATH = @srcdir@
|
|
+am__make_dryrun = \
|
|
+ { \
|
|
+ am__dry=no; \
|
|
+ case $$MAKEFLAGS in \
|
|
+ *\\[\ \ ]*) \
|
|
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
|
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
|
+ *) \
|
|
+ for am__flg in $$MAKEFLAGS; do \
|
|
+ case $$am__flg in \
|
|
+ *=*|--*) ;; \
|
|
+ *n*) am__dry=yes; break;; \
|
|
+ esac; \
|
|
+ done;; \
|
|
+ esac; \
|
|
+ test $$am__dry = yes; \
|
|
+ }
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
@@ -56,7 +72,7 @@
|
|
configure.lineno config.status.lineno
|
|
mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = config.h
|
|
-CONFIG_CLEAN_FILES = libart-features.h libart-2.0.pc \
|
|
+CONFIG_CLEAN_FILES = libart-features.h libart.pc \
|
|
libart-2.0-uninstalled.pc libart-zip libart-config \
|
|
gen_art_config.sh
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
@@ -81,14 +97,20 @@
|
|
am__base_list = \
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
+am__uninstall_files_from_dir = { \
|
|
+ test -z "$$files" \
|
|
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
+ $(am__cd) "$$dir" && rm -f $$files; }; \
|
|
+ }
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
|
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libart_lgplincdir)"
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
am__DEPENDENCIES_1 =
|
|
-libart_lgpl_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
|
-am_libart_lgpl_2_la_OBJECTS = art_affine.lo art_alphagamma.lo \
|
|
- art_bpath.lo art_gray_svp.lo art_misc.lo art_pixbuf.lo \
|
|
- art_rect.lo art_rect_svp.lo art_rect_uta.lo art_render.lo \
|
|
+libart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
|
+am_libart_la_OBJECTS = art_affine.lo art_alphagamma.lo art_bpath.lo \
|
|
+ art_gray_svp.lo art_misc.lo art_pixbuf.lo art_rect.lo \
|
|
+ art_rect_svp.lo art_rect_uta.lo art_render.lo \
|
|
art_render_gradient.lo art_render_mask.lo art_render_svp.lo \
|
|
art_rgb.lo art_rgb_affine.lo art_rgb_affine_private.lo \
|
|
art_rgb_bitmap_affine.lo art_rgb_pixbuf_affine.lo \
|
|
@@ -99,10 +121,10 @@
|
|
art_uta_ops.lo art_uta_rect.lo art_uta_vpath.lo art_uta_svp.lo \
|
|
art_vpath.lo art_vpath_bpath.lo art_vpath_dash.lo \
|
|
art_vpath_svp.lo libart-features.lo
|
|
-libart_lgpl_2_la_OBJECTS = $(am_libart_lgpl_2_la_OBJECTS)
|
|
-libart_lgpl_2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
+libart_la_OBJECTS = $(am_libart_la_OBJECTS)
|
|
+libart_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
- $(libart_lgpl_2_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
+ $(libart_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
|
am_testart_OBJECTS = testart.$(OBJEXT)
|
|
testart_OBJECTS = $(am_testart_OBJECTS)
|
|
@@ -128,24 +150,36 @@
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
-SOURCES = $(libart_lgpl_2_la_SOURCES) $(testart_SOURCES) \
|
|
- $(testuta_SOURCES)
|
|
-DIST_SOURCES = $(libart_lgpl_2_la_SOURCES) $(testart_SOURCES) \
|
|
+SOURCES = $(libart_la_SOURCES) $(testart_SOURCES) $(testuta_SOURCES)
|
|
+DIST_SOURCES = $(libart_la_SOURCES) $(testart_SOURCES) \
|
|
$(testuta_SOURCES)
|
|
+am__can_run_installinfo = \
|
|
+ case $$AM_UPDATE_INFO_DIR in \
|
|
+ n|no|NO) false;; \
|
|
+ *) (install-info --version) >/dev/null 2>&1;; \
|
|
+ esac
|
|
DATA = $(noinst_DATA) $(pkgconfig_DATA)
|
|
HEADERS = $(libart_lgplinc_HEADERS)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
+CSCOPE = cscope
|
|
+AM_RECURSIVE_TARGETS = cscope
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
am__remove_distdir = \
|
|
- { test ! -d "$(distdir)" \
|
|
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
- && rm -fr "$(distdir)"; }; }
|
|
+ if test -d "$(distdir)"; then \
|
|
+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
+ && rm -rf "$(distdir)" \
|
|
+ || { sleep 5 && rm -rf "$(distdir)"; }; \
|
|
+ else :; fi
|
|
+am__post_remove_distdir = $(am__remove_distdir)
|
|
GZIP_ENV = --best
|
|
DIST_ARCHIVES = $(distdir).tar.bz2
|
|
+DIST_TARGETS = dist-bzip2
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
|
+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
|
distcleancheck_listfiles = find . -type f -print
|
|
ACLOCAL = @ACLOCAL@
|
|
ALLOCA = @ALLOCA@
|
|
@@ -198,6 +232,7 @@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAINT = @MAINT@
|
|
MAKEINFO = @MAKEINFO@
|
|
+MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
MKDIR_P = @MKDIR_P@
|
|
NM = @NM@
|
|
NMEDIT = @NMEDIT@
|
|
@@ -210,6 +245,7 @@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
+PACKAGE_URL = @PACKAGE_URL@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
RANLIB = @RANLIB@
|
|
@@ -222,6 +258,7 @@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
+ac_ct_AR = @ac_ct_AR@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
am__include = @am__include@
|
|
@@ -254,7 +291,6 @@
|
|
libexecdir = @libexecdir@
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
-lt_ECHO = @lt_ECHO@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
ms_librarian = @ms_librarian@
|
|
@@ -272,7 +308,7 @@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
bin_SCRIPTS = \
|
|
- libart2-config
|
|
+ libart-config
|
|
|
|
noinst_SCRIPTS = gen_art_config.sh
|
|
BUILT_SOURCES = art_config.h
|
|
@@ -282,12 +318,12 @@
|
|
libart-2.0.pc.in \
|
|
libart-2.0-uninstalled.pc.in
|
|
|
|
-lib_LTLIBRARIES = libart_lgpl_2.la
|
|
+lib_LTLIBRARIES = libart.la
|
|
@PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
|
|
@OS_WIN32_TRUE@export_symbols = -export-symbols libart.def
|
|
@OS_WIN32_FALSE@libm = -lm
|
|
-@MS_LIB_AVAILABLE_TRUE@noinst_DATA = art_lgpl_2.lib
|
|
-libart_lgpl_2_la_SOURCES = \
|
|
+@MS_LIB_AVAILABLE_TRUE@noinst_DATA = art_lgpl.lib
|
|
+libart_la_SOURCES = \
|
|
art_affine.c \
|
|
art_alphagamma.c \
|
|
art_bpath.c \
|
|
@@ -330,9 +366,9 @@
|
|
art_vpath_svp.c \
|
|
libart-features.c
|
|
|
|
-libart_lgpl_2_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ $(no_undefined) $(export_symbols)
|
|
-libart_lgpl_2_la_LIBADD = $(libm)
|
|
-libart_lgplincdir = $(includedir)/libart-2.0/libart_lgpl
|
|
+libart_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ $(no_undefined) $(export_symbols)
|
|
+libart_la_LIBADD = $(libm)
|
|
+libart_lgplincdir = $(includedir)/libart/libart_lgpl
|
|
libart_lgplinc_HEADERS = \
|
|
art_affine.h \
|
|
art_alphagamma.h \
|
|
@@ -380,8 +416,8 @@
|
|
libart-features.h
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -DLIBART_COMPILATION
|
|
-DEPS = $(top_builddir)/libart_lgpl_2.la
|
|
-LDADDS = $(top_builddir)/libart_lgpl_2.la
|
|
+DEPS = $(top_builddir)/libart.la
|
|
+LDADDS = $(top_builddir)/libart.la
|
|
testart_SOURCES = testart.c
|
|
testart_LDFLAGS =
|
|
testart_DEPENDENCIES = $(DEPS)
|
|
@@ -391,7 +427,7 @@
|
|
testuta_DEPENDENCIES = $(DEPS)
|
|
testuta_LDADD = $(LDADDS) $(libm)
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
-pkgconfig_DATA = libart-2.0.pc
|
|
+pkgconfig_DATA = libart.pc
|
|
CLEANFILES = $(BUILT_SOURCES) $(bin_SCRIPTS)
|
|
DISTCLEANFILES = $(BUILT_SOURCES) $(bin_SCRIPTS)
|
|
all: $(BUILT_SOURCES) config.h
|
|
@@ -399,7 +435,7 @@
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .lo .o .obj
|
|
-am--refresh:
|
|
+am--refresh: Makefile
|
|
@:
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
@@ -435,10 +471,8 @@
|
|
$(am__aclocal_m4_deps):
|
|
|
|
config.h: stamp-h1
|
|
- @if test ! -f $@; then \
|
|
- rm -f stamp-h1; \
|
|
- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
|
- else :; fi
|
|
+ @if test ! -f $@; then rm -f stamp-h1; else :; fi
|
|
+ @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
@rm -f stamp-h1
|
|
@@ -452,7 +486,7 @@
|
|
-rm -f config.h stamp-h1
|
|
libart-features.h: $(top_builddir)/config.status $(srcdir)/libart-features.h.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
-libart-2.0.pc: $(top_builddir)/config.status $(srcdir)/libart-2.0.pc.in
|
|
+libart.pc: $(top_builddir)/config.status $(srcdir)/libart-2.0.pc.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
libart-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libart-2.0-uninstalled.pc.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
@@ -464,7 +498,6 @@
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
list2=; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
@@ -472,6 +505,8 @@
|
|
else :; fi; \
|
|
done; \
|
|
test -z "$$list2" || { \
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
|
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
|
}
|
|
@@ -487,14 +522,16 @@
|
|
|
|
clean-libLTLIBRARIES:
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
- test "$$dir" != "$$p" || dir=.; \
|
|
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
- rm -f "$${dir}/so_locations"; \
|
|
- done
|
|
-libart_lgpl_2.la: $(libart_lgpl_2_la_OBJECTS) $(libart_lgpl_2_la_DEPENDENCIES)
|
|
- $(libart_lgpl_2_la_LINK) -rpath $(libdir) $(libart_lgpl_2_la_OBJECTS) $(libart_lgpl_2_la_LIBADD) $(LIBS)
|
|
+ @list='$(lib_LTLIBRARIES)'; \
|
|
+ locs=`for p in $$list; do echo $$p; done | \
|
|
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
+ sort -u`; \
|
|
+ test -z "$$locs" || { \
|
|
+ echo rm -f $${locs}; \
|
|
+ rm -f $${locs}; \
|
|
+ }
|
|
+libart.la: $(libart_la_OBJECTS) $(libart_la_DEPENDENCIES) $(EXTRA_libart_la_DEPENDENCIES)
|
|
+ $(libart_la_LINK) -rpath $(libdir) $(libart_la_OBJECTS) $(libart_la_LIBADD) $(LIBS)
|
|
|
|
clean-noinstPROGRAMS:
|
|
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
@@ -504,16 +541,19 @@
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
echo " rm -f" $$list; \
|
|
rm -f $$list
|
|
-testart$(EXEEXT): $(testart_OBJECTS) $(testart_DEPENDENCIES)
|
|
+testart$(EXEEXT): $(testart_OBJECTS) $(testart_DEPENDENCIES) $(EXTRA_testart_DEPENDENCIES)
|
|
@rm -f testart$(EXEEXT)
|
|
$(testart_LINK) $(testart_OBJECTS) $(testart_LDADD) $(LIBS)
|
|
-testuta$(EXEEXT): $(testuta_OBJECTS) $(testuta_DEPENDENCIES)
|
|
+testuta$(EXEEXT): $(testuta_OBJECTS) $(testuta_DEPENDENCIES) $(EXTRA_testuta_DEPENDENCIES)
|
|
@rm -f testuta$(EXEEXT)
|
|
$(testuta_LINK) $(testuta_OBJECTS) $(testuta_LDADD) $(LIBS)
|
|
install-binSCRIPTS: $(bin_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
|
|
+ if test -n "$$list"; then \
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
+ fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
@@ -541,9 +581,7 @@
|
|
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 's,.*/,,;$(transform)'`; \
|
|
- test -n "$$list" || exit 0; \
|
|
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
|
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
|
+ dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
@@ -625,8 +663,11 @@
|
|
-rm -f libtool config.lt
|
|
install-pkgconfigDATA: $(pkgconfig_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
|
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
|
+ if test -n "$$list"; then \
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
|
|
+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
|
|
+ fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
@@ -640,13 +681,14 @@
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
- test -n "$$files" || exit 0; \
|
|
- echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
|
|
- cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
|
|
+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
|
install-libart_lgplincHEADERS: $(libart_lgplinc_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(libart_lgplincdir)" || $(MKDIR_P) "$(DESTDIR)$(libart_lgplincdir)"
|
|
@list='$(libart_lgplinc_HEADERS)'; test -n "$(libart_lgplincdir)" || list=; \
|
|
+ if test -n "$$list"; then \
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(libart_lgplincdir)'"; \
|
|
+ $(MKDIR_P) "$(DESTDIR)$(libart_lgplincdir)" || exit 1; \
|
|
+ fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
@@ -660,9 +702,7 @@
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(libart_lgplinc_HEADERS)'; test -n "$(libart_lgplincdir)" || list=; \
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
- test -n "$$files" || exit 0; \
|
|
- echo " ( cd '$(DESTDIR)$(libart_lgplincdir)' && rm -f" $$files ")"; \
|
|
- cd "$(DESTDIR)$(libart_lgplincdir)" && rm -f $$files
|
|
+ dir='$(DESTDIR)$(libart_lgplincdir)'; $(am__uninstall_files_from_dir)
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
@@ -713,8 +753,32 @@
|
|
&& $(am__cd) $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
+cscope: cscope.files
|
|
+ test ! -s cscope.files \
|
|
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
|
+
|
|
+clean-cscope:
|
|
+ -rm -f cscope.files
|
|
+
|
|
+cscope.files: clean-cscope cscopelist
|
|
+
|
|
+cscopelist: $(HEADERS) $(SOURCES) $(LISP)
|
|
+ list='$(SOURCES) $(HEADERS) $(LISP)'; \
|
|
+ case "$(srcdir)" in \
|
|
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
+ *) sdir=$(subdir)/$(srcdir) ;; \
|
|
+ esac; \
|
|
+ for i in $$list; do \
|
|
+ if test -f "$$i"; then \
|
|
+ echo "$(subdir)/$$i"; \
|
|
+ else \
|
|
+ echo "$$sdir/$$i"; \
|
|
+ fi; \
|
|
+ done >> $(top_builddir)/cscope.files
|
|
+
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
|
|
|
distdir: $(DISTFILES)
|
|
$(am__remove_distdir)
|
|
@@ -749,42 +813,43 @@
|
|
fi; \
|
|
done
|
|
-test -n "$(am__skip_mode_fix)" \
|
|
- || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|
+ || find "$(distdir)" -type d ! -perm -755 \
|
|
+ -exec chmod u+rwx,go+rx {} \; -o \
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
|
|| chmod -R a+r "$(distdir)"
|
|
dist-gzip: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
- $(am__remove_distdir)
|
|
+ $(am__post_remove_distdir)
|
|
dist-bzip2: distdir
|
|
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
- $(am__remove_distdir)
|
|
+ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
+ $(am__post_remove_distdir)
|
|
|
|
-dist-lzma: distdir
|
|
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
|
- $(am__remove_distdir)
|
|
+dist-lzip: distdir
|
|
+ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
|
+ $(am__post_remove_distdir)
|
|
|
|
dist-xz: distdir
|
|
- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
|
- $(am__remove_distdir)
|
|
+ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
|
+ $(am__post_remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
- $(am__remove_distdir)
|
|
+ $(am__post_remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
- $(am__remove_distdir)
|
|
+ $(am__post_remove_distdir)
|
|
|
|
dist-zip: distdir
|
|
-rm -f $(distdir).zip
|
|
zip -rq $(distdir).zip $(distdir)
|
|
- $(am__remove_distdir)
|
|
+ $(am__post_remove_distdir)
|
|
|
|
-dist dist-all: distdir
|
|
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
- $(am__remove_distdir)
|
|
+dist dist-all:
|
|
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
|
+ $(am__post_remove_distdir)
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
# it guarantees that the distribution is self-contained by making another
|
|
@@ -792,21 +857,21 @@
|
|
distcheck: dist
|
|
case '$(DIST_ARCHIVES)' in \
|
|
*.tar.gz*) \
|
|
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|
+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
|
*.tar.bz2*) \
|
|
- bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
- *.tar.lzma*) \
|
|
- unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
|
|
+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
+ *.tar.lz*) \
|
|
+ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
|
*.tar.xz*) \
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
|
*.tar.Z*) \
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
*.shar.gz*) \
|
|
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|
+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
- chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
+ chmod -R a-w $(distdir); chmod u+w $(distdir)
|
|
mkdir $(distdir)/_build
|
|
mkdir $(distdir)/_inst
|
|
chmod a-w $(distdir)
|
|
@@ -816,6 +881,7 @@
|
|
&& am__cwd=`pwd` \
|
|
&& $(am__cd) $(distdir)/_build \
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
+ $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
@@ -839,13 +905,21 @@
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
|
&& cd "$$am__cwd" \
|
|
|| exit 1
|
|
- $(am__remove_distdir)
|
|
+ $(am__post_remove_distdir)
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
distuninstallcheck:
|
|
- @$(am__cd) '$(distuninstallcheck_dir)' \
|
|
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
+ @test -n '$(distuninstallcheck_dir)' || { \
|
|
+ echo 'ERROR: trying to run $@ with an empty' \
|
|
+ '$$(distuninstallcheck_dir)' >&2; \
|
|
+ exit 1; \
|
|
+ }; \
|
|
+ $(am__cd) '$(distuninstallcheck_dir)' || { \
|
|
+ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
|
+ exit 1; \
|
|
+ }; \
|
|
+ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
if test -n "$(DESTDIR)"; then \
|
|
echo " (check DESTDIR support)"; \
|
|
@@ -881,10 +955,15 @@
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
- `test -z '$(STRIP)' || \
|
|
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
+ if test -z '$(STRIP)'; then \
|
|
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
+ install; \
|
|
+ else \
|
|
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
+ fi
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
@@ -979,16 +1058,17 @@
|
|
.MAKE: all check install install-am install-strip
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
|
|
- clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
- clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
|
|
- dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
|
|
- distclean distclean-compile distclean-generic distclean-hdr \
|
|
- distclean-libtool distclean-tags distcleancheck distdir \
|
|
- distuninstallcheck dvi dvi-am html html-am info info-am \
|
|
- install install-am install-binSCRIPTS install-data \
|
|
- install-data-am install-data-local install-dvi install-dvi-am \
|
|
- install-exec install-exec-am install-html install-html-am \
|
|
- install-info install-info-am install-libLTLIBRARIES \
|
|
+ clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
+ clean-noinstPROGRAMS cscope cscopelist ctags dist dist-all \
|
|
+ dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
|
|
+ dist-zip distcheck distclean distclean-compile \
|
|
+ distclean-generic distclean-hdr distclean-libtool \
|
|
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
|
+ dvi-am html html-am info info-am install install-am \
|
|
+ install-binSCRIPTS install-data install-data-am \
|
|
+ install-data-local install-dvi install-dvi-am install-exec \
|
|
+ install-exec-am install-html install-html-am install-info \
|
|
+ install-info-am install-libLTLIBRARIES \
|
|
install-libart_lgplincHEADERS install-man install-pdf \
|
|
install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
|
|
install-strip installcheck installcheck-am installdirs \
|
|
@@ -1004,29 +1084,26 @@
|
|
./gen_art_config.sh > art_config.h
|
|
|
|
@OS_WIN32_TRUE@install-libtool-import-lib:
|
|
-@OS_WIN32_TRUE@ $(INSTALL) .libs/libart_lgpl_2.dll.a $(DESTDIR)$(libdir)
|
|
+@OS_WIN32_TRUE@ $(INSTALL) .libs/libart2.dll.a $(DESTDIR)$(libdir)
|
|
@OS_WIN32_TRUE@uninstall-libtool-import-lib:
|
|
-@OS_WIN32_TRUE@ -rm $(DESTDIR)$(libdir)/libart_lgpl_2.dll.a
|
|
+@OS_WIN32_TRUE@ -rm $(DESTDIR)$(libdir)/libart2.dll.a
|
|
@OS_WIN32_FALSE@install-libtool-import-lib:
|
|
@OS_WIN32_FALSE@uninstall-libtool-import-lib:
|
|
|
|
@MS_LIB_AVAILABLE_TRUE@install-ms-lib:
|
|
-@MS_LIB_AVAILABLE_TRUE@ $(INSTALL) art_lgpl_2.lib $(DESTDIR)$(libdir)
|
|
+@MS_LIB_AVAILABLE_TRUE@ $(INSTALL) art_lgpl.lib $(DESTDIR)$(libdir)
|
|
|
|
@MS_LIB_AVAILABLE_TRUE@uninstall-ms-lib:
|
|
-@MS_LIB_AVAILABLE_TRUE@ -rm $(DESTDIR)$(libdir)/art_lgpl_2.lib
|
|
+@MS_LIB_AVAILABLE_TRUE@ -rm $(DESTDIR)$(libdir)/art_lgpl.lib
|
|
|
|
-@MS_LIB_AVAILABLE_TRUE@art_lgpl_2.lib : libart_lgpl_2.la
|
|
-@MS_LIB_AVAILABLE_TRUE@ lib -name:libart_lgpl_2-@LIBART_MAJOR_VERSION@.dll -def:libart.def -out:$@
|
|
+@MS_LIB_AVAILABLE_TRUE@art_lgpl_2.lib : libart.la
|
|
+@MS_LIB_AVAILABLE_TRUE@ lib -name:libart.dll -def:libart.def -out:$@
|
|
|
|
@MS_LIB_AVAILABLE_FALSE@install-ms-lib:
|
|
@MS_LIB_AVAILABLE_FALSE@uninstall-ms-lib:
|
|
|
|
tests: testart testuta
|
|
|
|
-libart2-config: libart-config
|
|
- cp -f libart-config libart2-config
|
|
-
|
|
install-data-local: install-ms-lib install-libtool-import-lib
|
|
|
|
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
|