From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/editor/Makefile.am | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 kommander/editor/Makefile.am (limited to 'kommander/editor/Makefile.am') diff --git a/kommander/editor/Makefile.am b/kommander/editor/Makefile.am new file mode 100644 index 00000000..aad9e81d --- /dev/null +++ b/kommander/editor/Makefile.am @@ -0,0 +1,53 @@ +SUBDIRS = pics +# this is the program that gets installed. it's name is used for all +# of the other Makefile.am variables +bin_PROGRAMS = kmdr-editor + +# set the include path for X, qt and KDE +AM_CPPFLAGS = -I$(top_srcdir)/kommander/widget -I$(top_srcdir)/kommander/widgets -I$(top_srcdir)/kommander/plugin -I$(top_srcdir)/kommander/factory -Ishared -Iinterfaces -Ipics $(all_includes) + +# the library search path. +kmdr_editor_LDFLAGS = $(KDE_RPATH) $(all_libraries) + +# the libraries to link against. +kmdr_editor_LDADD = $(top_builddir)/kommander/factory/libkommanderfactory.la \ + $(top_builddir)/kommander/widget/libkommanderwidget.la \ + $(top_builddir)/kommander/widgets/libkommanderwidgets.la \ + $(top_builddir)/kommander/plugin/libkommanderplugin.la -lktexteditor + +# which sources should be compiled for kmdr_editor +kmdr_editor_SOURCES = actiondnd.cpp actioneditorimpl.cpp \ + assoctexteditorimpl.cpp actionlistview.cpp asciivalidator.cpp assistproc.cpp command.cpp \ + connectioneditorimpl.cpp defs.cpp filechooser.cpp formfile.cpp formsettingsimpl.cpp \ + formwindow.cpp hierarchyview.cpp iconvieweditorimpl.cpp layout.cpp \ + listboxeditorimpl.cpp listvieweditorimpl.cpp main.cpp mainwindow.cpp mainwindowactions.cpp \ + metadatabase.cpp multilineeditorimpl.cpp newformimpl.cpp orderindicator.cpp \ + paletteeditoradvancedimpl.cpp paletteeditorimpl.cpp parser.cpp pixmapchooser.cpp previewframe.cpp \ + previewwidgetimpl.cpp propertyeditor.cpp qcompletionedit.cpp resource.cpp sizehandle.cpp \ + styledbutton.cpp tableeditorimpl.cpp widgetdatabase.cpp widgetfactory.cpp \ + wizardeditorimpl.cpp workspace.cpp actioneditor.ui assoctexteditor.ui connectioneditor.ui \ + createtemplate.ui formsettings.ui iconvieweditor.ui listboxeditor.ui listeditor.ui \ + listvieweditor.ui multilineeditor.ui newform.ui paletteeditor.ui paletteeditoradvanced.ui \ + pixmapfunction.ui preferences.ui previewwidget.ui tableeditor.ui wizardeditor.ui \ + choosewidget.ui choosewidgetimpl.cpp functions.ui functionsimpl.cpp messagelog.cpp + +# these are the headers for your project that won't be installed +noinst_HEADERS = actiondnd.h actioneditorimpl.h actionlistview.h \ + asciivalidator.h assistproc.h assoctexteditorimpl.h command.h connectioneditorimpl.h \ + defs.h filechooser.h formfile.h formsettingsimpl.h formwindow.h globaldefs.h \ + hierarchyview.h iconvieweditorimpl.h layout.h listboxeditorimpl.h listvieweditorimpl.h \ + mainwindow.h metadatabase.h multilineeditorimpl.h newformimpl.h orderindicator.h \ + paletteeditoradvancedimpl.h paletteeditorimpl.h parser.h pixmapchooser.h previewframe.h \ + previewwidgetimpl.h propertyeditor.h qcompletionedit.h resource.h sizehandle.h \ + styledbutton.h tableeditorimpl.h widgetdatabase.h widgetfactory.h widgetinterface.h \ + wizardeditorimpl.h workspace.h choosewidgetimpl.h messagelog.h + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +xdg_apps_DATA = kmdr-editor.desktop + +syntaxkatedir = $(kde_datadir)/katepart/syntax +syntaxkate_DATA = kommander.xml kommander-new.xml + + -- cgit v1.2.1