annotate libaudacious/Makefile.in @ 984:bcd1ebd0a7c1 trunk

[svn] - jumptofile and queue support fun
author nhjm449
date Fri, 28 Apr 2006 22:46:00 -0700
parents d2234cb542b3
children 4dfe83e30bfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
583
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
1 include ../mk/rules.mk
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
2 include ../mk/objective.mk
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
3
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
4 beepincludedir = $(includedir)/audacious
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
5
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
6 OBJECTIVE_LIBS = libaudacious.so
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
7 OBJECTIVE_LIBS_NOINST = libaudacious.a
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
8
803
93c749c9e794 [svn] Don't override input LD_FLAGS - needed to enable profiling.
nemo
parents: 730
diff changeset
9 LDFLAGS += -Wl,-export-dynamic
583
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
10
730
1b3adae291b3 [svn] - fix gconf at no additional charge
nenolod
parents: 727
diff changeset
11 LIBADD = \
583
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
12 $(GTK_LIBS) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
13 $(GCONF_LIBS) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
14 $(GNOMEVFS_LIBS)
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
15
615
b2378031a53e [svn] buildsystem fixes, shouldn't bomb now :P
nenolod
parents: 614
diff changeset
16 CFLAGS += -fPIC -DPIC \
583
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
17 $(GTK_CFLAGS) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
18 $(GCONF_CFLAGS) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
19 $(GNOMEVFS_CFLAGS) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
20 -I.. \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
21 -I../intl
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
22
727
c331d6c6880a [svn] - gconf
nenolod
parents: 726
diff changeset
23 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c
726
b50d5337a8ce [svn] - gnomevfs
nenolod
parents: 711
diff changeset
24 VFS_SRC = vfs_$(VFS_BACKEND).c
583
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
25
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
26 SOURCES = \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
27 $(CONF_SRC) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
28 rcfile.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
29 $(VFS_SRC) \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
30 configfile.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
31 beepctrl.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
32 dirbrowser.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
33 util.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
34 formatter.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
35 titlestring.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
36 xentry.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
37 xconvert.c \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
38 xml_document.c
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
39
614
2eaaf9c7b6e5 [svn] Oops.
nenolod
parents: 583
diff changeset
40 OBJECTS = ${SOURCES:.c=.o}
2eaaf9c7b6e5 [svn] Oops.
nenolod
parents: 583
diff changeset
41
583
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
42 HEADERS = \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
43 vfs.h rcfile.h configdb.h \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
44 configfile.h \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
45 beepctrl.h dirbrowser.h util.h \
2abba1360af4 [svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff changeset
46 formatter.h titlestring.h xml_document.h
657
0fd4f4a28ce1 [svn] versioning for libaudacious.so
nenolod
parents: 615
diff changeset
47
0fd4f4a28ce1 [svn] versioning for libaudacious.so
nenolod
parents: 615
diff changeset
48 install-posthook:
0fd4f4a28ce1 [svn] versioning for libaudacious.so
nenolod
parents: 615
diff changeset
49 @echo [adding versioning information to libaudacious]
702
125772830320 [svn] - fix installation i think
nenolod
parents: 670
diff changeset
50 @mv -f ${DESTDIR}/${LIBDIR}/libaudacious.so \
711
6792c5fb22f8 [svn] - fix version info
nenolod
parents: 702
diff changeset
51 ${DESTDIR}/${LIBDIR}/libaudacious.so.2.0.0
823
d2234cb542b3 [svn] - do not include ${DESTDIR} in the symlink target. reported by mokoshi.
nenolod
parents: 803
diff changeset
52 @ln -sf ${LIBDIR}/libaudacious.so.2.0.0 \
657
0fd4f4a28ce1 [svn] versioning for libaudacious.so
nenolod
parents: 615
diff changeset
53 ${DESTDIR}/${LIBDIR}/libaudacious.so.2
823
d2234cb542b3 [svn] - do not include ${DESTDIR} in the symlink target. reported by mokoshi.
nenolod
parents: 803
diff changeset
54 @ln -sf ${LIBDIR}/libaudacious.so.2.0.0 \
702
125772830320 [svn] - fix installation i think
nenolod
parents: 670
diff changeset
55 ${DESTDIR}/${LIBDIR}/libaudacious.so