comparison test/call_suite_aggrs/Makefile.generic @ 602:22e4e3f06797

tests: - removed stale test/sharedlib (which built a dll, but is unused now, dynload_plain prob used it but provides such libs itself, now) - sync'ed some embedded Makefiles w/ generic ones - suite3: fixed C++ flags
author Tassilo Philipp
date Wed, 21 Sep 2022 13:25:35 +0200
parents bb4933eab7d6
children
comparison
equal deleted inserted replaced
601:1539ebfabebb 602:22e4e3f06797
6 LDLIBS += -L${BLDTOP}/dyncall -ldyncall_s 6 LDLIBS += -L${BLDTOP}/dyncall -ldyncall_s
7 LUA = lua 7 LUA = lua
8 .PHONY: all clean install config config-random 8 .PHONY: all clean install config config-random
9 all: ${APP} 9 all: ${APP}
10 ${APP}: ${OBJS} 10 ${APP}: ${OBJS}
11 ${CC} ${CFLAGS} ${LDFLAGS} ${OBJS} ${LDLIBS} -o ${APP} 11 ${CC} ${CFLAGS} ${LDFLAGS} ${OBJS} ${LDLIBS} -o ${APP}
12 clean: 12 clean:
13 rm -f ${APP} ${OBJS} 13 rm -f ${APP} ${OBJS}
14 install: 14 install:
15 mkdir -p ${PREFIX}/test 15 mkdir -p ${PREFIX}/test
16 cp ${APP} ${PREFIX}/test 16 cp ${APP} ${PREFIX}/test