Mercurial > audlegacy-plugins
comparison src/adplug/core/Makefile @ 35:33ed88fef9f5 trunk
[svn] Let us not go crazy with the ../ there, your includes are not *that* far away, hmmkay?
author | chainsaw |
---|---|
date | Mon, 18 Sep 2006 08:54:41 -0700 |
parents | 1564e11adc2b |
children | d19ac60697ec |
comparison
equal
deleted
inserted
replaced
34:d8dc80263d98 | 35:33ed88fef9f5 |
---|---|
1 include ../../../../mk/rules.mk | 1 include ../../../mk/rules.mk |
2 include ../../../../mk/init.mk | 2 include ../../../mk/init.mk |
3 | 3 |
4 OBJECTIVE_LIBS_NOINST = libadplugcore.a | 4 OBJECTIVE_LIBS_NOINST = libadplugcore.a |
5 | 5 |
6 SOURCES = adplug.cxx emuopl.cxx fmopl.c diskopl.cxx debug.c fprovide.cxx \ | 6 SOURCES = adplug.cxx emuopl.cxx fmopl.c diskopl.cxx debug.c fprovide.cxx \ |
7 player.cxx database.cxx hsc.cxx sng.cxx imf.cxx players.cxx protrack.cxx \ | 7 player.cxx database.cxx hsc.cxx sng.cxx imf.cxx players.cxx protrack.cxx \ |
21 CXXFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp | 21 CXXFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp |
22 CFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp | 22 CFLAGS += $(PICFLAGS) $(BINIO_CFLAGS) -I../../../../intl -I../../../.. -Dstricmp=strcasecmp |
23 | 23 |
24 OBJECTS = ${SOURCES:.c=.o} ${SOURCES:.cxx=.o} | 24 OBJECTS = ${SOURCES:.c=.o} ${SOURCES:.cxx=.o} |
25 | 25 |
26 include ../../../../mk/objective.mk | 26 include ../../../mk/objective.mk |