annotate Makefile @ 15:f6177d3ed5c2

handle directives
author David A. Holland
date Sun, 19 Dec 2010 21:42:01 -0500
parents 97243badae69
children 9dda765ee85c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
1 # $NetBSD$
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
2
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
3 PROG= tradcpp
15
f6177d3ed5c2 handle directives
David A. Holland
parents: 8
diff changeset
4 SRCS= main.c files.c directive.c place.c array.c utils.c
4
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
5 WARNS= 5
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
6
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
7 .include <bsd.prog.mk>