Mercurial > audlegacy-plugins
annotate src/stdio/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 | b47f02042530 |
| children | ad8e44bcdf8a |
| rev | line source |
|---|---|
| 306 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libstdio$(SHARED_SUFFIX) | |
| 5 | |
| 6 # XXX | |
| 7 LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) | |
| 8 | |
| 9 SOURCES = stdio.c | |
| 10 | |
| 11 OBJECTS = ${SOURCES:.c=.o} | |
| 12 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
306
diff
changeset
|
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
| 306 | 14 |
| 15 CXXFLAGS = $(CFLAGS) | |
| 16 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
306
diff
changeset
|
17 LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) |
| 306 | 18 |
| 19 include ../../mk/objective.mk |
