Mercurial > audlegacy-plugins
annotate src/projectm/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 | bc3bae2880ec |
| children | ad8e44bcdf8a |
| rev | line source |
|---|---|
| 358 | 1 include ../../mk/rules.mk |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libprojectm$(SHARED_SUFFIX) | |
| 5 | |
| 6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | |
| 7 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
358
diff
changeset
|
8 LIBADD = $(GTK_LIBS) $(SDL_LIBS) $(AUDACIOUS_LIBS) $(LIBPROJECTM_LIBS) -lprojectM |
| 358 | 9 |
| 10 SOURCES = main.c video_init.c | |
| 11 | |
| 12 OBJECTS = ${SOURCES:.c=.o} | |
| 13 | |
|
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
358
diff
changeset
|
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) $(SDL_CFLAGS) $(LIBPROJECTM_CFLAGS) -I../../intl -I../.. |
| 358 | 15 |
| 16 include ../../mk/objective.mk |
