# ============================================================== # Copyright (c) 1999 Tim Barbour. # All Rights Reserved. # This file may be used and distributed under the terms # of the GNU LGPL, as published by the Free Software Foundation. # See the file COPYING for details. # ============================================================== # $Id: Makefile,v 1.4 2001/11/21 21:34:07 trb Exp $ TARGET_TYPE = library MAIN_LANGUAGE = haskell PRE_PROJECT_LIBS = %highland %extradis # this project interfaces with C C_INCS_TOO = yes ifeq ($($(already_seen)),) # for StdDIS for Greencard FOREIGN_INTDIRS += /usr/local/ghc/share # Posix module # FOREIGN_INTDIRS += /usr/local/ghc/lib/imports/posix HSFLAGS += -package posix # tell ghc to compile via C HSFLAGS += -fvia-C endif # generic makefile support include gluon.mk