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 | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /kscd/kscdmagic/Makefile.am | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.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/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kscd/kscdmagic/Makefile.am')
-rw-r--r-- | kscd/kscdmagic/Makefile.am | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/kscd/kscdmagic/Makefile.am b/kscd/kscdmagic/Makefile.am new file mode 100644 index 00000000..c5cc3a21 --- /dev/null +++ b/kscd/kscdmagic/Makefile.am @@ -0,0 +1,40 @@ + +# this 10 paths are KDE specific. Use them: +# kde_htmldir Where your docs should go to. (contains lang subdirs) +# kde_appsdir Where your application file (.kdelnk) should go to. +# kde_icondir Where your icon should go to. +# kde_minidir Where your mini icon should go to. +# kde_datadir Where you install application data. (Use a subdir) +# kde_locale Where translation files should go to.(contains lang subdirs) +# kde_cgidir Where cgi-bin executables should go to. +# kde_confdir Where config files should go to. +# kde_mimedir Where mimetypes should go to. +# kde_toolbardir Where general toolbar icons should go to. +# kde_wallpaperdir Where general wallpapers should go to. + +# just set the variable +APPSDIR = $(kde_appsdir)/Multimedia + +# set the include path for X, qt and KDE +INCLUDES= $(all_includes) + +####### This part is very kscdmagic specific +# you can add here more. This one gets installed +bin_PROGRAMS = kscdmagic + +# Which sources should be compiled for kscdmagic +kscdmagic_SOURCES = core.cpp main.cpp sound.cpp xlibwrap.cpp xlib.c + +# the library search path. +kscdmagic_LDFLAGS = $(all_libraries) $(KDE_RPATH) + +# the libraries to link against. Be aware of the order. First the libraries, +# that depend on the following ones. +kscdmagic_LDADD = -lm $(LIB_KDEUI) + +# this option you can leave out. Just, if you use "make dist", you need it +noinst_HEADERS = symbol.h syna.h xlib.h magicconf.h + +messages: +# $(XGETTEXT) -kTRANS $(kscdmagic_SOURCES) + |