[project @ 1996-06-30 15:56:44 by partain]
[ghc-hetmet.git] / ghc / runtime / regex / Jmakefile
1 /* based on the Makefile that comes with "gmp" */
2
3 REGEX_OBJS = regex.o
4
5 REGEX_SRCS = regex.c
6
7 CC_OPTS = -I../../includes
8
9 SuffixRule_c_o()
10
11 NormalLibraryTarget(regex,$(REGEX_OBJS))
12
13 #if DoInstallGHCSystem == YES
14 InstallLibraryTarget(regex,$(INSTLIBDIR_GHC))
15 #endif /* DoInstallGHCSystem */
16
17 /* ToDo: something to make the doc */
18
19 CDependTarget( $(REGEX_SRCS) )