Added a `build-tools' target for internal tools.
Honor LDFLAGS for building internal tools.
This commit is contained in:
parent
78764e3ba6
commit
8e1f3205b7
@ -11,12 +11,14 @@ CLEANFILES=${DATAFILES} map setup setup.o stamp.setuprun
|
|||||||
|
|
||||||
all: stamp.setuprun
|
all: stamp.setuprun
|
||||||
|
|
||||||
|
build-tools: setup
|
||||||
|
|
||||||
stamp.setuprun: monsters.asc setup
|
stamp.setuprun: monsters.asc setup
|
||||||
./setup -m ${.CURDIR}/monsters.asc
|
./setup -m ${.CURDIR}/monsters.asc
|
||||||
touch ${.TARGET}
|
touch ${.TARGET}
|
||||||
|
|
||||||
setup: phantglobs.o setup.o ${LIBM}
|
setup: phantglobs.o setup.o ${LIBM}
|
||||||
${CC} ${CFLAGS} phantglobs.o setup.o -o ${.TARGET} -lm
|
${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} phantglobs.o setup.o -lm
|
||||||
|
|
||||||
beforeinstall:
|
beforeinstall:
|
||||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 \
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 \
|
||||||
|
Loading…
Reference in New Issue
Block a user