Differences From Artifact [11ab56c388]:
- File tests/Makefile — part of check-in [7516424d65] at 2011-03-30 11:29:10 on branch trunk — Use the "js buildsys". (user: js, size: 142) [annotate] [blame] [check-ins using]
To Artifact [f32ebd5129]:
- File tests/Makefile — part of check-in [93bb18bcbf] at 2018-01-21 22:44:58 on branch trunk — Add support for building as a .framework (user: js, size: 196) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | PROG_NOINST = tests${PROG_SUFFIX} SRCS = test.m include ../buildsys.mk CPPFLAGS += -I../src | > > | | 1 2 3 4 5 6 7 8 9 10 | include ../extra.mk PROG_NOINST = tests${PROG_SUFFIX} SRCS = test.m include ../buildsys.mk CPPFLAGS += -I../src LIBS := -L../src -lobjxmpp ${OBJOPENSSL_LIBS} ${OBJFW_LIBS} ${LIBS} LD = ${OBJC} |