summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/mediaplayer/Makefile.am
blob: 3a79209872f3376dc8ea4fc23da0e5fbc03ab815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# this has all of the subdirectories that make will recurse into.  if
# there are none, comment this out
SUBDIRS = . pics

# set the include path for X, qt and KDE
INCLUDES = -I$(kde_includes)/tdeio -I$(kde_includes)/arts $(all_includes)        

# these are the headers for your project
noinst_HEADERS = 
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO

kde_module_LTLIBRARIES = konqsidebar_mediaplayer.la

# the Part's source, library search path, and link libraries
konqsidebar_mediaplayer_la_SOURCES = mediawidget_skel.ui engine.cpp player.cpp mediawidget.cpp mediaplayer.cpp controls.cpp
konqsidebar_mediaplayer_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
konqsidebar_mediaplayer_la_LIBADD  = $(LIB_KPARTS) $(LIB_KFILE) -lkonqsidebarplugin -lqtmcop -lkmedia2_idl -lsoundserver_idl -lartskde 

globaladddir   = $(kde_datadir)/konqsidebartng/add
globaladd_DATA = mplayer_add.desktop

appsdir = $(kde_appsdir)/.hidden
apps_DATA = mediaplayerplugin.desktop

mediawidget_skel.ui: mediawidget_skel_designer.ui
	perl -p -e "s/QSlider/L33tSlider/" mediawidget_skel_designer.ui >mediawidget_skel.ui

extendedclean:
	rm mediawidget_skel.*

messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/konqsidebar_mediaplayer.pot