summaryrefslogtreecommitdiff
path: root/audio/kdemultimedia3/patches/patch-bn
blob: 5f8d6567fda0a95c7558bff72134303a4b26bdae (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
$NetBSD: patch-bn,v 1.2 2003/01/02 09:12:22 skrll Exp $

--- noatun/modules/kaiman/Makefile.in.orig	Sat Dec 28 14:04:00 2002
+++ noatun/modules/kaiman/Makefile.in
@@ -300,7 +300,7 @@ noatun_kaiman_la_SOURCES = \
 
 
 noatun_kaiman_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_kaiman_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
+noatun_kaiman_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la \
                         -lqtmcop -lkmedia2_idl -lsoundserver_idl
 
 
@@ -320,7 +320,7 @@ CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(kde_module_LTLIBRARIES)
 
 noatun_kaiman_la_DEPENDENCIES = \
-	$(top_builddir)/noatun/library/libnoatun.la
+	$(top_builddir)/noatun/library/libnoatun_core.la
 am_noatun_kaiman_la_OBJECTS = noatunui.lo style.lo userinterface.lo \
 	pref.lo
 #>- noatun_kaiman_la_OBJECTS = $(am_noatun_kaiman_la_OBJECTS)
@@ -574,7 +574,7 @@ distclean-tags:
 
 #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 #>+ 4
-KDE_DIST=kaiman.plugin kaimanui.rc SKIN-SPECS 
+KDE_DIST=kaimanui.rc SKIN-SPECS kaiman.plugin 
 
 DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
 
@@ -725,20 +725,20 @@ noatun_kaiman.la.closure: $(noatun_kaima
 
 
 #>+ 3
-userinterface.moc: $(srcdir)/userinterface.h
-	$(MOC) $(srcdir)/userinterface.h -o userinterface.moc
+style.moc: $(srcdir)/style.h
+	$(MOC) $(srcdir)/style.h -o style.moc
 
 #>+ 3
 pref.moc: $(srcdir)/pref.h
 	$(MOC) $(srcdir)/pref.h -o pref.moc
 
 #>+ 3
-style.moc: $(srcdir)/style.h
-	$(MOC) $(srcdir)/style.h -o style.moc
+userinterface.moc: $(srcdir)/userinterface.h
+	$(MOC) $(srcdir)/userinterface.h -o userinterface.moc
 
 #>+ 3
 clean-metasources:
-	-rm -f  userinterface.moc pref.moc style.moc
+	-rm -f  style.moc pref.moc userinterface.moc
 
 #>+ 3
 clean-closures:
@@ -755,7 +755,7 @@ force-reedit:
 
 
 #>+ 11
-noatun_kaiman_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/noatunui.cpp $(srcdir)/style.cpp $(srcdir)/userinterface.cpp $(srcdir)/pref.cpp  userinterface.moc style.moc pref.moc
+noatun_kaiman_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/noatunui.cpp $(srcdir)/style.cpp $(srcdir)/userinterface.cpp $(srcdir)/pref.cpp  style.moc pref.moc userinterface.moc
 	@echo 'creating noatun_kaiman_la.all_cpp.cpp ...'; \
 	rm -f noatun_kaiman_la.all_cpp.files noatun_kaiman_la.all_cpp.final; \
 	echo "#define KDE_USE_FINAL 1" >> noatun_kaiman_la.all_cpp.final; \
@@ -791,9 +791,9 @@ kde-rpo-clean:
 	-rm -f *.rpo
 
 #>+ 7
-userinterface.lo: userinterface.moc 
-style.lo: style.moc 
 pref.lo: pref.moc 
+style.lo: style.moc 
 userinterface.o: userinterface.moc 
 style.o: style.moc 
 pref.o: pref.moc 
+userinterface.lo: userinterface.moc