summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-11-28 13:32:39 +0000
committerbapt <bapt@FreeBSD.org>2011-11-28 13:32:39 +0000
commit0d5c584942b4969017d0bf120398070c8fd2f97a (patch)
tree5de96cd08140867e02d44da62c0ad8d89e243890 /usr.bin/m4/Makefile
parent273ffa0653ea7a2d8c5cf90c7625a5e3915bb9f3 (diff)
downloadFreeBSD-src-0d5c584942b4969017d0bf120398070c8fd2f97a.zip
FreeBSD-src-0d5c584942b4969017d0bf120398070c8fd2f97a.tar.gz
Synchronize with laster version of m4 from OpenBSD and NetBSD
This bring better compatibility with gnum4 Reviewed by: cognet Approved by: cognet Obtained from: OpenBSD, NetBSD
Diffstat (limited to 'usr.bin/m4/Makefile')
-rw-r--r--usr.bin/m4/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index 702b3f3..ce93ede 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -5,8 +5,20 @@
# if you want the paste & spaste macros.
PROG= m4
-CFLAGS+=-DEXTENDED
+CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
+LDADD= -ly -ll
+# clang needs 1 while with gcc we can use 2
+#WARNS= 1
-SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
+SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
+.PATH: ${.CURDIR}/lib
+SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
+ ohash_enum.c ohash_init.c ohash_int.h ohash_interval.c \
+ ohash_lookup_interval.c ohash_lookup_memory.c ohash_qlookup.c \
+ ohash_qlookupi.c
+
+tokenizer.o: parser.h
+
+CLEANFILES+= parser.c parser.h tokenizer.o
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud