Mercurial > audlegacy
annotate libaudacious/Makefile @ 1939:e090f66574f6 trunk
[svn] Compile errors are bad, hmmkay?
author | chainsaw |
---|---|
date | Sun, 05 Nov 2006 06:25:22 -0800 |
parents | 60934ccc817d |
children | e00f2d82233b |
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 |
1621 | 2 include ../mk/init.mk |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
3 |
1630 | 4 PICLDFLAGS = $(LIBLDFLAGS) |
5 | |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
6 beepincludedir = $(includedir)/audacious |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
7 |
1625 | 8 OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX) |
1873
68c0c8620b17
[svn] - libaudacious.so.4 actually, due to remote-access API addition
nenolod
parents:
1872
diff
changeset
|
9 OBJECTIVE_SONAME_SUFFIX = 4 |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
10 |
730 | 11 LIBADD = \ |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
12 $(GTK_LIBS) \ |
1939 | 13 $(GCONF_LIBS) |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
14 |
1625 | 15 CFLAGS += $(PICFLAGS) \ |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
16 $(GTK_CFLAGS) \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
17 $(GCONF_CFLAGS) \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
18 -I.. \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
19 -I../intl |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
20 |
727 | 21 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c |
1936 | 22 VFS_SRC = vfs_stdio.c vfs_common.c |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
23 |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
24 SOURCES = \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
25 $(CONF_SRC) \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
26 rcfile.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
27 $(VFS_SRC) \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
28 beepctrl.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
29 dirbrowser.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
30 util.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
31 formatter.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
32 titlestring.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
33 xentry.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
34 xconvert.c \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
35 xml_document.c |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
36 |
614 | 37 OBJECTS = ${SOURCES:.c=.o} |
38 | |
583
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
39 HEADERS = \ |
2abba1360af4
[svn] libaudacious has two objectives that are evaluated, a static object and
nenolod
parents:
diff
changeset
|
40 vfs.h rcfile.h configdb.h \ |
1734
43c197f55dda
[svn] - merge libaudacious (public) and audacious util APIs
nenolod
parents:
1630
diff
changeset
|
41 beepctrl.h dirbrowser.h \ |
1739 | 42 formatter.h titlestring.h xentry.h xconvert.h xml_document.h |
657 | 43 |
1621 | 44 include ../mk/objective.mk |
45 | |
657 | 46 install-posthook: |
1873
68c0c8620b17
[svn] - libaudacious.so.4 actually, due to remote-access API addition
nenolod
parents:
1872
diff
changeset
|
47 @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 |
68c0c8620b17
[svn] - libaudacious.so.4 actually, due to remote-access API addition
nenolod
parents:
1872
diff
changeset
|
48 @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 \ |
68c0c8620b17
[svn] - libaudacious.so.4 actually, due to remote-access API addition
nenolod
parents:
1872
diff
changeset
|
49 ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 |
68c0c8620b17
[svn] - libaudacious.so.4 actually, due to remote-access API addition
nenolod
parents:
1872
diff
changeset
|
50 @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 \ |
1625 | 51 ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) |