PACKAGE = uni-graphs PACKAGES = uni-server uni-htk SRCS = GraphDisp.hs GraphConfigure.hs NewNames.hs Graph.hs \ SimpleGraph.hs GetAttributes.hs DisplayGraph.hs GraphEditor.hs \ GraphEditorService.hs MainGraphEditorServer.hs GraphEditorRemote.hs \ GraphConnection.hs RemoveAncestors.hs GraphOps.hs TopSort.hs \ FindCommonParents.hs FindCycle.hs GetAncestors.hs EmptyGraphSort.hs \ SUBDIRS = test XHCDIRS = $(HTKDIRS) EXTRA_HC_OPTIONS += -cpp # Sadly unavoidable because of tricks in DisplayGraph.hs include @TOP@/mk/boilerplate.mk