projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix parent position in RnNames.nubAvails
[ghc-hetmet.git]
/
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
CLEAN_FILES += verbatim.c
16
17
include $(TOP)/mk/target.mk