Mercurial > audlegacy-plugins
diff src/sid/Makefile @ 17:cf1054422f81 trunk
[svn] - fix a lot of paths
- reduce more makefiles
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:38:44 -0700 |
parents | ada5b8bf1471 |
children | 0c50f248ed10 |
line wrap: on
line diff
--- a/src/sid/Makefile Mon Sep 18 03:34:48 2006 -0700 +++ b/src/sid/Makefile Mon Sep 18 03:38:44 2006 -0700 @@ -1,5 +1,5 @@ -include ../../../mk/rules.mk -include ../../../mk/init.mk +include ../../mk/rules.mk +include ../../mk/init.mk OBJECTIVE_LIBS = libsid$(SHARED_SUFFIX) @@ -9,8 +9,8 @@ EXTRA_DIST = xmms-sid-logo.xpm # Generals -CFLAGS += $(PICFLAGS) -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../../intl -I../../.. -CXXFLAGS += $(PICFLAGS) -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../../intl -I../../.. +CFLAGS += $(PICFLAGS) -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../intl -I../.. +CXXFLAGS += $(PICFLAGS) -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../intl -I../.. # Generated libraries @@ -39,4 +39,4 @@ OBJECTS1 = ${SOURCES:.c=.o} OBJECTS = ${OBJECTS1:.cc=.o} -include ../../../mk/objective.mk +include ../../mk/objective.mk