~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpg123_artsplugin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am,v 1.8 2001/05/19 01:35:54 waba Exp $
 
2
 
 
3
INCLUDES= -I$(kde_includes)/arts $(all_includes)
 
4
 
 
5
noinst_HEADERS = mpg123PlayObject_impl.h
 
6
 
 
7
lib_LTLIBRARIES = libmpg123arts.la
 
8
libmpg123arts_la_SOURCES = mpg123arts.cc mpg123PlayObject_impl.cpp dxhead.c
 
9
libmpg123arts_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
 
10
libmpg123arts_la_LIBADD =  -lkmedia2_idl -lsoundserver_idl -lartsflow mpg123/libmpg123.la
 
11
libmpg123arts_la_METASOURCES = AUTO
 
12
 
 
13
mpg123arts.cc: mpg123arts.h
 
14
mpg123arts.mcoptype: mpg123arts.h
 
15
mpg123arts.mcopclass: mpg123arts.h
 
16
mpg123arts.h: $(srcdir)/mpg123arts.idl $(MCOPIDL)
 
17
        $(MCOPIDL) -t -I$(kde_includes)/arts $(srcdir)/mpg123arts.idl
 
18
 
 
19
mcoptypedir = $(libdir)/mcop
 
20
mcoptype_DATA = mpg123arts.mcoptype mpg123arts.mcopclass
 
21
 
 
22
mcopclassdir = $(libdir)/mcop/Arts
 
23
mcopclass_DATA = mpg123PlayObject.mcopclass
 
24
 
 
25
SUBDIRS = mpg123 .