Mercurial > audlegacy
annotate src/libaudacious/Makefile @ 2416:0fd7f4f969ad trunk
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
| author | mf0102 |
|---|---|
| date | Fri, 26 Jan 2007 14:50:30 -0800 |
| parents | 30ab29ed32d8 |
| children | b23f52fe132f |
| rev | line source |
|---|---|
|
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
1 include ../../mk/rules.mk |
|
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
2 include ../../mk/init.mk |
| 2313 | 3 |
| 4 PICLDFLAGS = $(LIBLDFLAGS) | |
| 5 | |
| 6 OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX) | |
| 7 OBJECTIVE_SONAME_SUFFIX = 4 | |
| 8 | |
| 9 LIBADD = \ | |
| 10 $(GTK_LIBS) \ | |
|
2359
75598f596c92
[svn] - support for libmcs (pass --enable-mcs to configure)
nenolod
parents:
2346
diff
changeset
|
11 $(GCONF_LIBS) \ |
|
75598f596c92
[svn] - support for libmcs (pass --enable-mcs to configure)
nenolod
parents:
2346
diff
changeset
|
12 $(LIBMCS_LIBS) |
| 2313 | 13 |
| 14 CFLAGS += $(PICFLAGS) \ | |
| 15 $(GTK_CFLAGS) \ | |
| 16 $(GCONF_CFLAGS) \ | |
|
2359
75598f596c92
[svn] - support for libmcs (pass --enable-mcs to configure)
nenolod
parents:
2346
diff
changeset
|
17 $(LIBMCS_CFLAGS) \ |
| 2313 | 18 -D_AUDACIOUS_CORE \ |
|
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
19 -I.. -I../.. \ |
| 2313 | 20 -I../intl |
| 21 | |
| 22 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c | |
| 23 | |
| 24 SOURCES = \ | |
| 25 $(CONF_SRC) \ | |
| 26 rcfile.c \ | |
| 27 beepctrl.c \ | |
| 28 util.c \ | |
| 29 formatter.c \ | |
| 30 titlestring.c \ | |
|
2416
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
31 xconvert.c |
| 2313 | 32 |
| 33 OBJECTS = ${SOURCES:.c=.o} | |
| 34 | |
| 35 HEADERS = \ | |
|
2416
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
36 rcfile.h \ |
|
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
37 configdb.h \ |
|
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
38 beepctrl.h \ |
|
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
39 formatter.h \ |
|
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
40 titlestring.h \ |
|
0fd7f4f969ad
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.*
mf0102
parents:
2409
diff
changeset
|
41 xconvert.h |
| 2313 | 42 |
|
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
43 include ../../mk/objective.mk |
| 2313 | 44 |
| 45 install-posthook: | |
| 46 @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 | |
| 47 @ln -sf libaudacious$(SHARED_SUFFIX).4.0.0 \ | |
| 48 ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 | |
| 49 @ln -sf libaudacious$(SHARED_SUFFIX).4 \ | |
| 50 ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) |
