annotate libaudacious++/Makefile @ 2155:840263ee3a5c trunk

[svn] - fix the logic of bmp_playback_stop(). now JTF works well even if the playing is paused.
author yaz
date Mon, 18 Dec 2006 03:34:52 -0800
parents 36d4043b3df2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2118
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
1 include ../mk/rules.mk
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
2 include ../mk/init.mk
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
3
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
4 PICLDFLAGS = $(LIBLDFLAGS)
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
5
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
6 includedir = $(includedir)/audacious++
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
7
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
8 OBJECTIVE_LIBS = libaudacious++$(SHARED_SUFFIX)
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
9 OBJECTIVE_SONAME_SUFFIX = 1
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
10
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
11 LIBADD = \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
12 $(GTK_LIBS) \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
13 $(GCONF_LIBS)
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
14
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
15 CXXFLAGS += $(PICFLAGS) \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
16 $(GTK_CFLAGS) \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
17 $(GCONF_CFLAGS) \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
18 -D_AUDACIOUS_CORE \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
19 -I.. \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
20 -I../intl
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
21
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
22 SOURCES = configdb.cxx
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
23
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
24 OBJECTS = ${SOURCES:.cxx=.o}
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
25
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
26 HEADERS = configdb.hh
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
27
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
28 include ../mk/objective.mk
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
29
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
30 install-posthook:
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
31 @mv ${DESTDIR}/${LIBDIR}/libaudacious++$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious++$(SHARED_SUFFIX).1.0.0
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
32 @ln -sf ${LIBDIR}/libaudacious++$(SHARED_SUFFIX).1.0.0 \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
33 ${DESTDIR}/${LIBDIR}/libaudacious++$(SHARED_SUFFIX).1
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
34 @ln -sf ${LIBDIR}/libaudacious++$(SHARED_SUFFIX).1 \
36d4043b3df2 [svn] - add the starting point of some audacious C++ bindings
nenolod
parents:
diff changeset
35 ${DESTDIR}/${LIBDIR}/libaudacious++$(SHARED_SUFFIX)