minix/commands/m4/Makefile
2010-05-12 16:28:54 +00:00

15 lines
364 B
Makefile

# Makefile for M4
# -DEXTENDED #if you like to get paste & spaste macros.
# -DVOID #if your C compiler does NOT support void.
# -DGETOPT #if you STILL do not have getopt in your library.
# -DDUFFCP #if you do not have fast memcpy in your library.
#
PROG= m4
SRCS= main.c eval.c serv.c look.c misc.c expr.c
CPPFLAGS+= -DEXTENDED
MAN=
.include <minix.prog.mk>