Differences From Artifact [9a218c4a65]:
- File tests/plugin/Makefile — part of check-in [85640ce6c1] at 2010-07-25 11:23:51 on branch trunk — Update buildsys. This allows building a static and a shared lib at once. (user: js size: 195)
To Artifact [49897d6981]:
- File tests/plugin/Makefile — part of check-in [feed2dbe67] at 2012-03-05 00:13:27 on branch runtime — Add missing -I for runtime in tests. (user: js size: 215) [more...]
1 2 3 4 5 6 |
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m
include ../../buildsys.mk
include ../../extra.mk
| | | 1 2 3 4 5 6 7 8 9 |
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m
include ../../buildsys.mk
include ../../extra.mk
CPPFLAGS += -I../.. -I../../src -I../../src/runtime
LIBS := -L../../src -lobjfw ${LIBS}
LD = ${OBJC}
|