Updated make files for 1.2.0.8
This commit is contained in:
parent
2aa38f6da9
commit
a3dbae7241
|
@ -1,2 +1,6 @@
|
||||||
|
xmlcopyeditor (1.2.0.8) unstable; urgency=low
|
||||||
|
|
||||||
|
* Supported creating schema
|
||||||
|
* Many bug fixes
|
||||||
|
|
||||||
|
-- Zane U. Ji <ZaneUJi@gmail.com> Fri, 15 Sep 2012 00:00:20 +0800
|
||||||
|
|
1441
Makefile.in
1441
Makefile.in
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
||||||
AC_INIT(src/xmlcopyeditor.cpp)
|
AC_INIT(src/xmlcopyeditor.cpp)
|
||||||
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.6)
|
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.8)
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# these are the headers for your project
|
# these are the headers for your project
|
||||||
noinst_HEADERS = *.h
|
noinst_HEADERS = $(srcdir)/*.h
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# APPLICATION SECTION
|
# APPLICATION SECTION
|
||||||
|
@ -29,58 +29,26 @@ xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
||||||
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
||||||
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
||||||
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
||||||
rulesets png rng xpm templates copying help po \
|
|
||||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||||
xmlcopyeditor.desktop
|
xmlcopyeditor.desktop
|
||||||
|
|
||||||
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
||||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
|
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
|
||||||
|
|
||||||
nobase_xmlcopyeditor_DATA = png/*.png \
|
dist_xmlcopyeditor_DATA = $(srcdir)/catalog/* \
|
||||||
rulesets/*.* \
|
$(srcdir)/copying/* \
|
||||||
rng/*.rng \
|
$(srcdir)/dtd/* \
|
||||||
rng/*.rnc \
|
$(srcdir)/help/* \
|
||||||
rng/exclude/*.rng \
|
$(srcdir)/png/*.png \
|
||||||
rng/modules/*.rng \
|
$(srcdir)/po/*/messages.mo \
|
||||||
xpm/*.xpm \
|
$(srcdir)/rng/*.rnc \
|
||||||
templates/*.xml \
|
$(srcdir)/rng/*.rng \
|
||||||
templates/*.dtd \
|
$(srcdir)/rng/exclude/*.rng \
|
||||||
templates/*.xsl \
|
$(srcdir)/rng/modules/*.rng \
|
||||||
templates/*.rss \
|
$(srcdir)/rulesets/* \
|
||||||
templates/*.html \
|
$(srcdir)/templates/* \
|
||||||
templates/*.xtm \
|
$(srcdir)/xpm/*.xpm \
|
||||||
templates/*.xsd \
|
$(srcdir)/xsl/*
|
||||||
templates/*.rng \
|
|
||||||
templates/*.lzx \
|
|
||||||
templates/*.xlf \
|
|
||||||
help/*.* help/html/*.* \
|
|
||||||
copying/*.txt copying/boost_shared_ptr/* \
|
|
||||||
copying/Expat/* copying/libxml2/* copying/libxslt/* \
|
|
||||||
copying/PCRE/* copying/Scintilla/* \
|
|
||||||
copying/wxStyledTextCtrl/* \
|
|
||||||
copying/wxStEditor/* \
|
|
||||||
copying/xmlcopyeditor/* \
|
|
||||||
copying/Aspell/* \
|
|
||||||
copying/Apache/LICENSE-2.0 \
|
|
||||||
copying/Apache/LICENSE-2_files/* \
|
|
||||||
po/sk/messages.mo \
|
|
||||||
po/sv/messages.mo \
|
|
||||||
po/fr/messages.mo \
|
|
||||||
po/de/messages.mo \
|
|
||||||
po/ru/messages.mo \
|
|
||||||
po/es/messages.mo \
|
|
||||||
po/zh_CN/messages.mo \
|
|
||||||
po/zh_TW/messages.mo \
|
|
||||||
po/uk_UA/messages.mo \
|
|
||||||
po/ca/messages.mo \
|
|
||||||
po/en_us/messages.po \
|
|
||||||
catalog/catalog \
|
|
||||||
dtd/*.* dtd/dita/* \
|
|
||||||
dtd/docbook/4.4/*.* \
|
|
||||||
dtd/docbook/4.4/ent/* \
|
|
||||||
dtd/docbook/5.0b/* \
|
|
||||||
dtd/tei/p4/* \
|
|
||||||
dtd/tei/p5/* \
|
|
||||||
xsl/openlearn2daisyhtml/*
|
|
||||||
|
|
||||||
pixmap_DATA = xmlcopyeditor.png
|
pixmap_DATA = xmlcopyeditor.png
|
||||||
|
|
||||||
|
|
160
src/Makefile.in
160
src/Makefile.in
|
@ -1,9 +1,9 @@
|
||||||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
# Makefile.in generated by automake 1.11.3 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
||||||
# Inc.
|
# Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -38,8 +38,8 @@ build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
bin_PROGRAMS = xmlcopyeditor$(EXEEXT)
|
bin_PROGRAMS = xmlcopyeditor$(EXEEXT)
|
||||||
subdir = src
|
subdir = src
|
||||||
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
|
DIST_COMMON = $(dist_xmlcopyeditor_DATA) $(noinst_HEADERS) \
|
||||||
$(srcdir)/Makefile.in
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
@ -119,8 +119,13 @@ am__nobase_list = $(am__nobase_strip_setup); \
|
||||||
am__base_list = \
|
am__base_list = \
|
||||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||||
DATA = $(applications_DATA) $(nobase_xmlcopyeditor_DATA) \
|
am__uninstall_files_from_dir = { \
|
||||||
$(pixmap_DATA)
|
test -z "$$files" \
|
||||||
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||||
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||||
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||||
|
}
|
||||||
|
DATA = $(applications_DATA) $(dist_xmlcopyeditor_DATA) $(pixmap_DATA)
|
||||||
HEADERS = $(noinst_HEADERS)
|
HEADERS = $(noinst_HEADERS)
|
||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
CTAGS = ctags
|
CTAGS = ctags
|
||||||
|
@ -145,14 +150,15 @@ CXXFLAGS = @CXXFLAGS@
|
||||||
CYGPATH_W = @CYGPATH_W@
|
CYGPATH_W = @CYGPATH_W@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
|
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
|
||||||
ENCHANT_LIBS = @ENCHANT_LIBS@
|
ENCHANT_LIBS = @ENCHANT_LIBS@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
|
@ -170,6 +176,7 @@ LIPO = @LIPO@
|
||||||
LN_S = @LN_S@
|
LN_S = @LN_S@
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
NM = @NM@
|
NM = @NM@
|
||||||
NMEDIT = @NMEDIT@
|
NMEDIT = @NMEDIT@
|
||||||
|
@ -185,7 +192,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||||
PACKAGE_URL = @PACKAGE_URL@
|
PACKAGE_URL = @PACKAGE_URL@
|
||||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
PKG_CONFIG = @PKG_CONFIG@
|
PKG_CONFIG = @PKG_CONFIG@
|
||||||
|
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||||||
|
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
|
@ -197,6 +206,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_CXX = @ac_ct_CXX@
|
ac_ct_CXX = @ac_ct_CXX@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
@ -230,7 +240,6 @@ libdir = @libdir@
|
||||||
libexecdir = @libexecdir@
|
libexecdir = @libexecdir@
|
||||||
localedir = @localedir@
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
oldincludedir = @oldincludedir@
|
oldincludedir = @oldincludedir@
|
||||||
|
@ -248,7 +257,7 @@ top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
# these are the headers for your project
|
# these are the headers for your project
|
||||||
noinst_HEADERS = *.h
|
noinst_HEADERS = $(srcdir)/*.h
|
||||||
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
||||||
pixmapdir = /usr/share/pixmaps
|
pixmapdir = /usr/share/pixmaps
|
||||||
applicationsdir = /usr/share/applications
|
applicationsdir = /usr/share/applications
|
||||||
|
@ -270,59 +279,26 @@ xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
||||||
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
||||||
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
||||||
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
||||||
rulesets png rng xpm templates copying help po \
|
|
||||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||||
xmlcopyeditor.desktop
|
xmlcopyeditor.desktop
|
||||||
|
|
||||||
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
||||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
|
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
|
||||||
|
|
||||||
nobase_xmlcopyeditor_DATA = png/*.png \
|
dist_xmlcopyeditor_DATA = $(srcdir)/catalog/* \
|
||||||
rulesets/*.* \
|
$(srcdir)/copying/* \
|
||||||
rng/*.rng \
|
$(srcdir)/dtd/* \
|
||||||
rng/*.rnc \
|
$(srcdir)/help/* \
|
||||||
rng/exclude/*.rng \
|
$(srcdir)/png/*.png \
|
||||||
rng/modules/*.rng \
|
$(srcdir)/po/*/messages.mo \
|
||||||
xpm/*.xpm \
|
$(srcdir)/rng/*.rnc \
|
||||||
templates/*.xml \
|
$(srcdir)/rng/*.rng \
|
||||||
templates/*.dtd \
|
$(srcdir)/rng/exclude/*.rng \
|
||||||
templates/*.xsl \
|
$(srcdir)/rng/modules/*.rng \
|
||||||
templates/*.rss \
|
$(srcdir)/rulesets/* \
|
||||||
templates/*.html \
|
$(srcdir)/templates/* \
|
||||||
templates/*.xtm \
|
$(srcdir)/xpm/*.xpm \
|
||||||
templates/*.xsd \
|
$(srcdir)/xsl/*
|
||||||
templates/*.rng \
|
|
||||||
templates/*.lzx \
|
|
||||||
templates/*.xlf \
|
|
||||||
help/*.* help/html/*.* \
|
|
||||||
copying/*.txt copying/boost_shared_ptr/* \
|
|
||||||
copying/Expat/* copying/libxml2/* copying/libxslt/* \
|
|
||||||
copying/PCRE/* copying/Scintilla/* \
|
|
||||||
copying/wxStyledTextCtrl/* \
|
|
||||||
copying/wxStEditor/* \
|
|
||||||
copying/xmlcopyeditor/* \
|
|
||||||
copying/Aspell/* \
|
|
||||||
copying/Apache/LICENSE-2.0 \
|
|
||||||
copying/Apache/LICENSE-2_files/* \
|
|
||||||
po/sk/messages.mo \
|
|
||||||
po/sv/messages.mo \
|
|
||||||
po/fr/messages.mo \
|
|
||||||
po/de/messages.mo \
|
|
||||||
po/ru/messages.mo \
|
|
||||||
po/es/messages.mo \
|
|
||||||
po/zh_CN/messages.mo \
|
|
||||||
po/zh_TW/messages.mo \
|
|
||||||
po/uk_UA/messages.mo \
|
|
||||||
po/ca/messages.mo \
|
|
||||||
po/en_us/messages.po \
|
|
||||||
catalog/catalog \
|
|
||||||
dtd/*.* dtd/dita/* \
|
|
||||||
dtd/docbook/4.4/*.* \
|
|
||||||
dtd/docbook/4.4/ent/* \
|
|
||||||
dtd/docbook/5.0b/* \
|
|
||||||
dtd/tei/p4/* \
|
|
||||||
dtd/tei/p5/* \
|
|
||||||
xsl/openlearn2daisyhtml/*
|
|
||||||
|
|
||||||
pixmap_DATA = xmlcopyeditor.png
|
pixmap_DATA = xmlcopyeditor.png
|
||||||
applications_DATA = xmlcopyeditor.desktop
|
applications_DATA = xmlcopyeditor.desktop
|
||||||
|
@ -404,7 +380,7 @@ clean-binPROGRAMS:
|
||||||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||||||
echo " rm -f" $$list; \
|
echo " rm -f" $$list; \
|
||||||
rm -f $$list
|
rm -f $$list
|
||||||
xmlcopyeditor$(EXEEXT): $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_DEPENDENCIES)
|
xmlcopyeditor$(EXEEXT): $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_DEPENDENCIES) $(EXTRA_xmlcopyeditor_DEPENDENCIES)
|
||||||
@rm -f xmlcopyeditor$(EXEEXT)
|
@rm -f xmlcopyeditor$(EXEEXT)
|
||||||
$(xmlcopyeditor_LINK) $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_LDADD) $(LIBS)
|
$(xmlcopyeditor_LINK) $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_LDADD) $(LIBS)
|
||||||
|
|
||||||
|
@ -516,32 +492,25 @@ uninstall-applicationsDATA:
|
||||||
@$(NORMAL_UNINSTALL)
|
@$(NORMAL_UNINSTALL)
|
||||||
@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
|
@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
|
||||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||||
test -n "$$files" || exit 0; \
|
dir='$(DESTDIR)$(applicationsdir)'; $(am__uninstall_files_from_dir)
|
||||||
echo " ( cd '$(DESTDIR)$(applicationsdir)' && rm -f" $$files ")"; \
|
install-dist_xmlcopyeditorDATA: $(dist_xmlcopyeditor_DATA)
|
||||||
cd "$(DESTDIR)$(applicationsdir)" && rm -f $$files
|
|
||||||
install-nobase_xmlcopyeditorDATA: $(nobase_xmlcopyeditor_DATA)
|
|
||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
test -z "$(xmlcopyeditordir)" || $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)"
|
test -z "$(xmlcopyeditordir)" || $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)"
|
||||||
@list='$(nobase_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
@list='$(dist_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
||||||
$(am__nobase_list) | while read dir files; do \
|
for p in $$list; do \
|
||||||
xfiles=; for file in $$files; do \
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||||
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
echo "$$d$$p"; \
|
||||||
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
done | $(am__base_list) | \
|
||||||
test -z "$$xfiles" || { \
|
while read files; do \
|
||||||
test "x$$dir" = x. || { \
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmlcopyeditordir)'"; \
|
||||||
echo "$(MKDIR_P) '$(DESTDIR)$(xmlcopyeditordir)/$$dir'"; \
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(xmlcopyeditordir)" || exit $$?; \
|
||||||
$(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)/$$dir"; }; \
|
|
||||||
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(xmlcopyeditordir)/$$dir'"; \
|
|
||||||
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(xmlcopyeditordir)/$$dir" || exit $$?; }; \
|
|
||||||
done
|
done
|
||||||
|
|
||||||
uninstall-nobase_xmlcopyeditorDATA:
|
uninstall-dist_xmlcopyeditorDATA:
|
||||||
@$(NORMAL_UNINSTALL)
|
@$(NORMAL_UNINSTALL)
|
||||||
@list='$(nobase_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
@list='$(dist_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
||||||
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||||
test -n "$$files" || exit 0; \
|
dir='$(DESTDIR)$(xmlcopyeditordir)'; $(am__uninstall_files_from_dir)
|
||||||
echo " ( cd '$(DESTDIR)$(xmlcopyeditordir)' && rm -f" $$files ")"; \
|
|
||||||
cd "$(DESTDIR)$(xmlcopyeditordir)" && rm -f $$files
|
|
||||||
install-pixmapDATA: $(pixmap_DATA)
|
install-pixmapDATA: $(pixmap_DATA)
|
||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)"
|
test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)"
|
||||||
|
@ -559,9 +528,7 @@ uninstall-pixmapDATA:
|
||||||
@$(NORMAL_UNINSTALL)
|
@$(NORMAL_UNINSTALL)
|
||||||
@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
|
@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
|
||||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||||
test -n "$$files" || exit 0; \
|
dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
|
||||||
echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \
|
|
||||||
cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files
|
|
||||||
|
|
||||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||||
|
@ -662,10 +629,15 @@ install-am: all-am
|
||||||
|
|
||||||
installcheck: installcheck-am
|
installcheck: installcheck-am
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
if test -z '$(STRIP)'; then \
|
||||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
`test -z '$(STRIP)' || \
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
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:
|
mostlyclean-generic:
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
|
@ -700,7 +672,7 @@ info: info-am
|
||||||
info-am:
|
info-am:
|
||||||
|
|
||||||
install-data-am: install-applicationsDATA \
|
install-data-am: install-applicationsDATA \
|
||||||
install-nobase_xmlcopyeditorDATA install-pixmapDATA
|
install-dist_xmlcopyeditorDATA install-pixmapDATA
|
||||||
|
|
||||||
install-dvi: install-dvi-am
|
install-dvi: install-dvi-am
|
||||||
|
|
||||||
|
@ -747,7 +719,7 @@ ps: ps-am
|
||||||
ps-am:
|
ps-am:
|
||||||
|
|
||||||
uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
|
uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
|
||||||
uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA
|
uninstall-dist_xmlcopyeditorDATA uninstall-pixmapDATA
|
||||||
|
|
||||||
.MAKE: install-am install-strip
|
.MAKE: install-am install-strip
|
||||||
|
|
||||||
|
@ -756,16 +728,16 @@ uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
|
||||||
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
||||||
dvi-am html html-am info info-am install install-am \
|
dvi-am html html-am info info-am install install-am \
|
||||||
install-applicationsDATA install-binPROGRAMS install-data \
|
install-applicationsDATA install-binPROGRAMS install-data \
|
||||||
install-data-am install-dvi install-dvi-am install-exec \
|
install-data-am install-dist_xmlcopyeditorDATA install-dvi \
|
||||||
install-exec-am install-html install-html-am install-info \
|
install-dvi-am install-exec install-exec-am install-html \
|
||||||
install-info-am install-man install-nobase_xmlcopyeditorDATA \
|
install-html-am install-info install-info-am install-man \
|
||||||
install-pdf install-pdf-am install-pixmapDATA install-ps \
|
install-pdf install-pdf-am install-pixmapDATA install-ps \
|
||||||
install-ps-am install-strip installcheck installcheck-am \
|
install-ps-am install-strip installcheck installcheck-am \
|
||||||
installdirs maintainer-clean maintainer-clean-generic \
|
installdirs maintainer-clean maintainer-clean-generic \
|
||||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||||
uninstall-am uninstall-applicationsDATA uninstall-binPROGRAMS \
|
uninstall-am uninstall-applicationsDATA uninstall-binPROGRAMS \
|
||||||
uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA
|
uninstall-dist_xmlcopyeditorDATA uninstall-pixmapDATA
|
||||||
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
|
Loading…
Reference in New Issue