Skip to content
Snippets Groups Projects
Commit 65fafba5 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-08 17:24:10 by panne]

Committing the Makefile, too, might be a good idea: Removed ctypes.
parent 891e78b3
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.75 2000/04/21 14:35:46 simonpj Exp $
# $Id: Makefile,v 1.76 2000/05/08 17:24:10 panne Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
......@@ -66,7 +66,7 @@ endif
HS_OBJS = \
$(patsubst %.hc, %.o, $(HCS)) \
parser/ctypes.o parser/hschooks.o
parser/hschooks.o
DESTDIR = $(INSTALL_LIBRARY_DIR_GHC)
......@@ -74,7 +74,7 @@ DESTDIR = $(INSTALL_LIBRARY_DIR_GHC)
#
# Add misc .c helper code (used by the frontend.)
#
C_SRCS += parser/ctypes.c parser/hschooks.c
C_SRCS += parser/hschooks.c
#
# Big Fudge to get around inherent problem that Makefile setup
......@@ -228,10 +228,6 @@ parser/hschooks.o : parser/hschooks.c
@$(RM) $@
$(HC) -c -o $@ $(HC_OPTS) parser/hschooks.c
parser/ctypes.o : parser/ctypes.c
@$(RM) $@
$(HC) -c -o $@ $(HC_OPTS) parser/ctypes.c
# Interface-file parser uses Happy
SRC_HAPPY_OPTS += +RTS -K2m -H16m -RTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment