Mercurial > audlegacy-plugins
annotate src/sun/Makefile @ 387:0c50f248ed10 trunk
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 07:06:34 -0800 |
| parents | cf1054422f81 |
| children | ad8e44bcdf8a |
| rev | line source |
|---|---|
| 17 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 sunsources = sun.c \ | |
| 5 audio.c \ | |
| 6 convert.c \ | |
| 7 mixer.c \ | |
| 8 configure.c \ | |
| 9 about.c | |
| 10 | |
| 11 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
| 12 OBJECTIVE_LIBS = libsun$(SHARED_SUFFIX) | |
| 13 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
17
diff
changeset
|
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../../intl -I../.. |
|
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
17
diff
changeset
|
15 LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) |
| 17 | 16 SOURCES= $(sunsources) |
| 17 OBJECTS= ${SOURCES:.c=.o} | |
| 18 | |
| 19 include ../../mk/objective.mk |
