diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bd9e6617827818fd043452c08c606f07b78014a0 (patch) | |
tree | 425bb4c3168f9c02f10150f235d2cb998dcc6108 /kbabel/datatools/Makefile.am | |
download | tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.tar.gz tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.zip |
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/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbabel/datatools/Makefile.am')
-rw-r--r-- | kbabel/datatools/Makefile.am | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kbabel/datatools/Makefile.am b/kbabel/datatools/Makefile.am new file mode 100644 index 00000000..07600eac --- /dev/null +++ b/kbabel/datatools/Makefile.am @@ -0,0 +1,39 @@ +## Makefile.am for kbabeldict + +# this has all of the subdirectories that make will recurse into. if +# there are none, comment this out +SUBDIRS = arguments accelerators context equations pluralforms xml \ +not-translated whitespace length setfuzzy punctuation regexp + +#pkgincludedir = $(includedir)/kbabel + +# this is the program that gets installed. it's name is used for all +# of the other Makefile.am variables +#lib_LTLIBRARIES = libkbabeltools.la + +# set the include path for X, qt and KDE +INCLUDES = $(all_includes) + + +# which sources should be compiled for kbabeldict +#libkbabeltools_la_SOURCES = toolaction.cpp kactionselector.cpp toolselectionwidget.cpp +#libkbabeltools_la_LIBADD = $(LIB_KDECORE) $(LIB_KIO) +#libkbabeltools_la_LDFLAGS = $(all_libraries) -module -version-info 1:0:0 -no-undefined + +# these are the headers for your project +#noinst_HEADERS = kactionselector.h toolselectionwidget.h +#pkginclude_HEADERS = toolaction.h + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +# KDE_OPTIONS = nofinal +#rcdir = $(kde_datadir)/kbabel +#rc_DATA = kbabelui.rc + +#api: +# mkdir -p API && kdoc -d API -u $$PWD/API -p -lkdeui -lkdecore -lqt -ldcop *.h + +#distclean-local: +# rm -r -f API + |