projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[project @ 1998-03-06 17:40:11 by simonpj]
[ghc-hetmet.git]
/
glafp-utils
/
verbatim
/
Makefile
1
TOP=..
2
include $(TOP)/mk/boilerplate.mk
3
4
C_SRCS = verbatim.c
5
C_PROG = verbatim
6
LIBS = $(FLEX_LIB)
7
8
override SRC_FLEX_OPTS=-8
9
10
#
11
# For src distributions, include flex output.
12
#
13
SRC_DIST_FILES += verbatim.c
14
15
include $(TOP)/mk/target.mk