xml-copy-editor-code/src/Makefile.am

78 lines
2.7 KiB
Makefile
Raw Normal View History

2007-08-30 01:57:39 +02:00
# these are the headers for your project
noinst_HEADERS = *.h
#########################################################################
# APPLICATION SECTION
#########################################################################
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS = xmlcopyeditor
bindir = ${prefix}/bin
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
pixmapdir = /usr/share/pixmaps
applicationsdir = /usr/share/applications
# the application source, library search path, and link libraries
xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
contexthandler.cpp globalreplacedialog.cpp housestyle.cpp \
housestylereader.cpp myhtmlpane.cpp nocasecompare.cpp readfile.cpp \
2008-01-22 00:06:36 +01:00
replace.cpp styledialog.cpp wraplibxml.cpp \
2007-08-30 01:57:39 +02:00
wrapregex.cpp wraptempfilename.cpp xmlassociatedtd.cpp xmlassociatexsd.cpp \
xmlassociatexsl.cpp xmlctrl.cpp xmldoc.cpp xmlencodinghandler.cpp xmlfilterreader.cpp \
xmlpromptgenerator.cpp xmlrulereader.cpp xmlschemalocator.cpp xmlutf8reader.cpp xsllocator.cpp \
wrapexpat.cpp mypropertysheet.cpp rule.cpp housestylewriter.cpp myipc.cpp aboutdialog.cpp pathresolver.cpp mynotebook.cpp \
2007-09-28 22:30:52 +02:00
insertpanel.cpp xmlwordcount.cpp getword.cpp locationpanel.cpp catalogresolver.cpp getlinuxappdir.cpp \
2007-08-30 01:57:39 +02:00
xmlparseschemans.cpp xmlshallowvalidator.cpp wrapxerces.cpp \
2008-01-06 23:37:35 +01:00
findreplacepanel.cpp commandpanel.cpp \
2008-01-22 00:06:36 +01:00
binaryfile.cpp xmlencodingspy.cpp wrapaspell.cpp \
2008-07-05 14:42:15 +02:00
rulesets png rng xpm templates copying help po \
2008-07-02 01:23:22 +02:00
xmlcopyeditor.spec xmlcopyeditor.png custom.xpm \
2007-08-30 01:57:39 +02:00
xmlcopyeditor.desktop
xmlcopyeditor_LDFLAGS = $(WX_LIBS) \
2008-01-22 00:06:36 +01:00
-lexpat -lxslt -lxml2 -lpcre -lxerces-c -laspell
2007-08-30 01:57:39 +02:00
nobase_xmlcopyeditor_DATA = png/*.png \
rulesets/*.* \
rng/*.rng \
rng/*.rnc \
rng/exclude/*.rng \
rng/modules/*.rng \
xpm/*.xpm \
2007-11-25 23:26:33 +01:00
templates/*.xml \
templates/*.dtd \
templates/*.xsl \
templates/*.rss \
templates/*.html \
templates/*.xtm \
templates/*.xsd \
templates/*.rng \
templates/*.lzx \
templates/*.xlf \
2007-08-30 01:57:39 +02:00
help/*.* help/html/*.* \
copying/*.txt copying/boost_shared_ptr/* \
copying/Expat/* copying/libxml2/* copying/libxslt/* \
copying/PCRE/* copying/Scintilla/* \
2008-07-02 01:23:22 +02:00
copying/wxStyledTextCtrl/* \
2007-08-30 01:57:39 +02:00
copying/wxStEditor/* \
copying/xmlcopyeditor/* \
2008-01-22 00:06:36 +01:00
copying/Aspell/* \
2007-08-30 01:57:39 +02:00
copying/Apache/LICENSE-2.0 \
copying/Apache/LICENSE-2_files/* \
2007-09-07 23:34:57 +02:00
po/sk/messages.mo \
po/sv/messages.mo \
po/fr/messages.mo \
po/de/messages.mo \
2008-07-02 01:23:22 +02:00
po/ru/messages.mo \
2007-09-07 23:34:57 +02:00
po/zh_CN/messages.mo \
po/zh_TW/messages.mo \
po/uk_UA/messages.mo \
po/uk_UA/messages.mo \
2008-07-02 01:23:22 +02:00
po/en_us/messages.po
2007-08-30 01:57:39 +02:00
pixmap_DATA = xmlcopyeditor.png
applications_DATA = xmlcopyeditor.desktop
INCLUDES = -I/usr/include/libxml2