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

« back to all changes in this revision

Viewing changes to noatun/noatun/library/noatunarts/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
INCLUDES= -I$(kde_includes)/arts $(all_includes)
 
2
KDE_OPTIONS = nofinal
 
3
 
 
4
lib_LTLIBRARIES = libnoatunarts.la
 
5
libnoatunarts_la_SOURCES = noatunarts.cc fft.c Equalizer_impl.cpp \
 
6
                           FFTScopes.cpp StereoEffectStack_impl.cpp \
 
7
                           StereoVolumeControl_impl.cpp Session_impl.cpp
 
8
 
 
9
libnoatunarts_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
 
10
libnoatunarts_la_LIBADD =  -lkmedia2_idl -lsoundserver_idl -lartsflow
 
11
libnoatunarts_la_METASOURCES = AUTO
 
12
 
 
13
noatunarts.mcoptype: noatunarts.h
 
14
noatunarts.mcopclass: noatunarts.h
 
15
 
 
16
noatunarts.cc: noatunarts.h
 
17
 
 
18
noatunarts.h: noatunarts.idl 
 
19
        $(MCOPIDL) -t -I$(kde_includes)/arts $(srcdir)/noatunarts.idl
 
20
 
 
21
mcoptypedir = $(libdir)/mcop
 
22
mcoptype_DATA = noatunarts.mcoptype noatunarts.mcopclass
 
23
 
 
24
mcopclassdir = $(libdir)/mcop/Noatun
 
25
mcopclass_DATA = Equalizer.mcopclass FFTScopeStereo.mcopclass StereoEffectStack.mcopclass \
 
26
                 EqualizerSSE.mcopclass RawScope.mcopclass StereoVolumeControl.mcopclass \
 
27
                 FFTScope.mcopclass RawScopeStereo.mcopclass StereoVolumeControlSSE.mcopclass \
 
28
                                 Session.mcopclass Listener.mcopclass
 
29
 
 
30
noatuninclude_HEADERS= noatunarts.h
 
31
 
 
32
noatunincludedir = $(includedir)/noatun
 
33
 
 
34