PACKAGE = uni-posixutil PACKAGES = uni-events ifeq "@WORK_AROUND_BDB_LINUX_BUG@" "1" SRCS = CopyFile.hs ProcessClasses.hs FdRead.hs ChildProcess.hs \ Expect.hs SafeSystem.hs SysVars.hs else SRCS = CopyFile.hs ProcessClasses.hs FdRead.hs ChildProcess.hs \ Expect.hs SafeSystem.hs endif SRCSC = MainrunCommand.c Mainlog.c SUBDIRS = test EXTRAEXPORTS = runCommand log daVinci.debug.in wish.debug.in # For runCommand we link with -no-hs-main since it's not actually a Haskell # program. runCommand_HC_OPTIONS = -no-hs-main log_HC_OPTIONS = -no-hs-main include @TOP@/mk/boilerplate.mk prepareexports : runCommand log .PHONY : displayextrasrcs displaysrcshere : displayextrasrcs displayextrasrcs : @echo @TOP@/posixutil/daVinci.debug.in @TOP@/posixutil/wish.debug.in