minix/commands/aal/Makefile

13 lines
327 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for aal
PROG= aal
SRCS= archiver.c print.c rd.c rd_arhdr.c rd_unsig2.c sprint.c \
wr_arhdr.c wr_bytes.c wr_int2.c wr_long.c wr_ranlib.c \
format.c rd_bytes.c system.c write.c long2str.c
CPPFLAGS+= -I${.CURDIR} -DAAL -DSTB -DNDEBUG -DDISTRIBUTION
2005-04-21 16:53:53 +02:00
LINKS+= ${BINDIR}/aal ${BINDIR}/ar
MAN=
2005-04-21 16:53:53 +02:00
.include <minix.prog.mk>