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)
|
||||
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.6)
|
||||
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.2.0.8)
|
||||
|
||||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# these are the headers for your project
|
||||
noinst_HEADERS = *.h
|
||||
noinst_HEADERS = $(srcdir)/*.h
|
||||
|
||||
#########################################################################
|
||||
# APPLICATION SECTION
|
||||
|
@ -29,58 +29,26 @@ xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
|||
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
||||
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
||||
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
||||
rulesets png rng xpm templates copying help po \
|
||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||
xmlcopyeditor.desktop
|
||||
|
||||
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
|
||||
|
||||
nobase_xmlcopyeditor_DATA = png/*.png \
|
||||
rulesets/*.* \
|
||||
rng/*.rng \
|
||||
rng/*.rnc \
|
||||
rng/exclude/*.rng \
|
||||
rng/modules/*.rng \
|
||||
xpm/*.xpm \
|
||||
templates/*.xml \
|
||||
templates/*.dtd \
|
||||
templates/*.xsl \
|
||||
templates/*.rss \
|
||||
templates/*.html \
|
||||
templates/*.xtm \
|
||||
templates/*.xsd \
|
||||
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/*
|
||||
dist_xmlcopyeditor_DATA = $(srcdir)/catalog/* \
|
||||
$(srcdir)/copying/* \
|
||||
$(srcdir)/dtd/* \
|
||||
$(srcdir)/help/* \
|
||||
$(srcdir)/png/*.png \
|
||||
$(srcdir)/po/*/messages.mo \
|
||||
$(srcdir)/rng/*.rnc \
|
||||
$(srcdir)/rng/*.rng \
|
||||
$(srcdir)/rng/exclude/*.rng \
|
||||
$(srcdir)/rng/modules/*.rng \
|
||||
$(srcdir)/rulesets/* \
|
||||
$(srcdir)/templates/* \
|
||||
$(srcdir)/xpm/*.xpm \
|
||||
$(srcdir)/xsl/*
|
||||
|
||||
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@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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.
|
||||
|
@ -38,8 +38,8 @@ build_triplet = @build@
|
|||
host_triplet = @host@
|
||||
bin_PROGRAMS = xmlcopyeditor$(EXEEXT)
|
||||
subdir = src
|
||||
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in
|
||||
DIST_COMMON = $(dist_xmlcopyeditor_DATA) $(noinst_HEADERS) \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
|
@ -119,8 +119,13 @@ am__nobase_list = $(am__nobase_strip_setup); \
|
|||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
DATA = $(applications_DATA) $(nobase_xmlcopyeditor_DATA) \
|
||||
$(pixmap_DATA)
|
||||
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; }; \
|
||||
}
|
||||
DATA = $(applications_DATA) $(dist_xmlcopyeditor_DATA) $(pixmap_DATA)
|
||||
HEADERS = $(noinst_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
|
@ -145,14 +150,15 @@ CXXFLAGS = @CXXFLAGS@
|
|||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
DUMPBIN = @DUMPBIN@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
|
||||
ENCHANT_LIBS = @ENCHANT_LIBS@
|
||||
ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
|
||||
ENCHANT_LIBS = @ENCHANT_LIBS@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
GREP = @GREP@
|
||||
|
@ -170,6 +176,7 @@ LIPO = @LIPO@
|
|||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NM = @NM@
|
||||
NMEDIT = @NMEDIT@
|
||||
|
@ -185,7 +192,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
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@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
|
@ -197,6 +206,7 @@ abs_builddir = @abs_builddir@
|
|||
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_CXX = @ac_ct_CXX@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
|
@ -230,7 +240,6 @@ libdir = @libdir@
|
|||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
lt_ECHO = @lt_ECHO@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
|
@ -248,7 +257,7 @@ top_builddir = @top_builddir@
|
|||
top_srcdir = @top_srcdir@
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = *.h
|
||||
noinst_HEADERS = $(srcdir)/*.h
|
||||
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
||||
pixmapdir = /usr/share/pixmaps
|
||||
applicationsdir = /usr/share/applications
|
||||
|
@ -270,59 +279,26 @@ xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
|||
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp validationthread.cpp \
|
||||
wrapdaisy.cpp exportdialog.cpp mp3album.cpp xmlprodnote.cpp \
|
||||
xmlsuppressprodnote.cpp xmlcopyimg.cpp xmlschemagenerator.cpp \
|
||||
rulesets png rng xpm templates copying help po \
|
||||
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
|
||||
xmlcopyeditor.desktop
|
||||
|
||||
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
|
||||
-lexpat -lxslt -lxml2 -lpcre -lxerces-c $(ASPELL_LIBS) $(ENCHANT_LIBS)
|
||||
|
||||
nobase_xmlcopyeditor_DATA = png/*.png \
|
||||
rulesets/*.* \
|
||||
rng/*.rng \
|
||||
rng/*.rnc \
|
||||
rng/exclude/*.rng \
|
||||
rng/modules/*.rng \
|
||||
xpm/*.xpm \
|
||||
templates/*.xml \
|
||||
templates/*.dtd \
|
||||
templates/*.xsl \
|
||||
templates/*.rss \
|
||||
templates/*.html \
|
||||
templates/*.xtm \
|
||||
templates/*.xsd \
|
||||
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/*
|
||||
dist_xmlcopyeditor_DATA = $(srcdir)/catalog/* \
|
||||
$(srcdir)/copying/* \
|
||||
$(srcdir)/dtd/* \
|
||||
$(srcdir)/help/* \
|
||||
$(srcdir)/png/*.png \
|
||||
$(srcdir)/po/*/messages.mo \
|
||||
$(srcdir)/rng/*.rnc \
|
||||
$(srcdir)/rng/*.rng \
|
||||
$(srcdir)/rng/exclude/*.rng \
|
||||
$(srcdir)/rng/modules/*.rng \
|
||||
$(srcdir)/rulesets/* \
|
||||
$(srcdir)/templates/* \
|
||||
$(srcdir)/xpm/*.xpm \
|
||||
$(srcdir)/xsl/*
|
||||
|
||||
pixmap_DATA = xmlcopyeditor.png
|
||||
applications_DATA = xmlcopyeditor.desktop
|
||||
|
@ -404,7 +380,7 @@ clean-binPROGRAMS:
|
|||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " 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)
|
||||
$(xmlcopyeditor_LINK) $(xmlcopyeditor_OBJECTS) $(xmlcopyeditor_LDADD) $(LIBS)
|
||||
|
||||
|
@ -516,32 +492,25 @@ uninstall-applicationsDATA:
|
|||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
test -n "$$files" || exit 0; \
|
||||
echo " ( cd '$(DESTDIR)$(applicationsdir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(applicationsdir)" && rm -f $$files
|
||||
install-nobase_xmlcopyeditorDATA: $(nobase_xmlcopyeditor_DATA)
|
||||
dir='$(DESTDIR)$(applicationsdir)'; $(am__uninstall_files_from_dir)
|
||||
install-dist_xmlcopyeditorDATA: $(dist_xmlcopyeditor_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(xmlcopyeditordir)" || $(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)"
|
||||
@list='$(nobase_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
||||
$(am__nobase_list) | while read dir files; do \
|
||||
xfiles=; for file in $$files; do \
|
||||
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
|
||||
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
|
||||
test -z "$$xfiles" || { \
|
||||
test "x$$dir" = x. || { \
|
||||
echo "$(MKDIR_P) '$(DESTDIR)$(xmlcopyeditordir)/$$dir'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(xmlcopyeditordir)/$$dir"; }; \
|
||||
echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(xmlcopyeditordir)/$$dir'"; \
|
||||
$(INSTALL_DATA) $$xfiles "$(DESTDIR)$(xmlcopyeditordir)/$$dir" || exit $$?; }; \
|
||||
@list='$(dist_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
||||
for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
echo "$$d$$p"; \
|
||||
done | $(am__base_list) | \
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmlcopyeditordir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(xmlcopyeditordir)" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-nobase_xmlcopyeditorDATA:
|
||||
uninstall-dist_xmlcopyeditorDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(nobase_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
||||
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
|
||||
test -n "$$files" || exit 0; \
|
||||
echo " ( cd '$(DESTDIR)$(xmlcopyeditordir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(xmlcopyeditordir)" && rm -f $$files
|
||||
@list='$(dist_xmlcopyeditor_DATA)'; test -n "$(xmlcopyeditordir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
dir='$(DESTDIR)$(xmlcopyeditordir)'; $(am__uninstall_files_from_dir)
|
||||
install-pixmapDATA: $(pixmap_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)"
|
||||
|
@ -559,9 +528,7 @@ uninstall-pixmapDATA:
|
|||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
test -n "$$files" || exit 0; \
|
||||
echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files
|
||||
dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
|
@ -662,10 +629,15 @@ install-am: all-am
|
|||
|
||||
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:
|
||||
|
@ -700,7 +672,7 @@ info: info-am
|
|||
info-am:
|
||||
|
||||
install-data-am: install-applicationsDATA \
|
||||
install-nobase_xmlcopyeditorDATA install-pixmapDATA
|
||||
install-dist_xmlcopyeditorDATA install-pixmapDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
|
@ -747,7 +719,7 @@ ps: ps-am
|
|||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
|
||||
uninstall-nobase_xmlcopyeditorDATA uninstall-pixmapDATA
|
||||
uninstall-dist_xmlcopyeditorDATA uninstall-pixmapDATA
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
|
@ -756,16 +728,16 @@ uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
|
|||
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-applicationsDATA install-binPROGRAMS install-data \
|
||||
install-data-am install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-man install-nobase_xmlcopyeditorDATA \
|
||||
install-data-am install-dist_xmlcopyeditorDATA install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-pixmapDATA install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue