PACKAGE = uni-htk ifeq "@WINDOWS@" "1" PACKAGES = uni-reactor else PACKAGES = uni-posixutil uni-reactor endif DOIMPORTS = YES # Sadly we need -cpp for CallWish. EXTRA_HC_OPTIONS += -cpp -icanvasitems:components:containers:devices:kernel:menuitems:packer:resources:textitems:tix:toolkit:toplevel:widgets -H200M SRCS = resources/Resources.hs\ resources/GUIValue.hs\ resources/Geometry.hs\ resources/Cursor.hs\ resources/Colour.hs\ resources/Font.hs\ resources/Tooltip.hs\ kernel/CallWish.hs\ kernel/Wish.hs\ kernel/EventInfo.hs\ packer/Packer.hs\ packer/PackOptions.hs\ packer/GridPackOptions.hs\ kernel/GUIObject.hs\ kernel/GUIObjectKind.hs\ kernel/GUIObjectName.hs\ kernel/BaseClasses.hs\ kernel/Configuration.hs\ kernel/ButtonWidget.hs\ kernel/Core.hs\ kernel/TkVariables.hs\ toplevel/HTk.hs\ containers/Window.hs\ containers/Toplevel.hs\ containers/Frame.hs\ containers/Box.hs\ widgets/Button.hs\ widgets/CheckButton.hs\ widgets/RadioButton.hs\ widgets/MenuButton.hs\ widgets/Canvas.hs\ widgets/Label.hs\ widgets/Message.hs\ widgets/ScrollBar.hs\ widgets/Scale.hs\ widgets/Editor.hs\ widgets/Entry.hs\ widgets/OptionMenu.hs\ widgets/ListBox.hs\ widgets/Space.hs\ components/Icon.hs\ components/Index.hs\ components/Selection.hs\ components/ICursor.hs\ components/Slider.hs\ components/BitMap.hs\ components/Image.hs\ components/Focus.hs\ textitems/EmbeddedTextWin.hs\ textitems/TextTag.hs\ textitems/Mark.hs\ devices/Bell.hs\ devices/XSelection.hs\ devices/Screen.hs\ devices/Printer.hs\ canvasitems/CanvasItem.hs\ canvasitems/CanvasItemAux.hs\ canvasitems/CanvasTag.hs\ canvasitems/Line.hs\ canvasitems/Rectangle.hs\ canvasitems/Oval.hs\ canvasitems/Polygon.hs\ canvasitems/Arc.hs\ canvasitems/EmbeddedCanvasWin.hs\ canvasitems/BitMapItem.hs\ canvasitems/ImageItem.hs\ canvasitems/TextItem.hs\ toolkit/ScrollBox.hs\ toolkit/Name.hs\ toolkit/CItem.hs\ toolkit/TreeList.hs\ toolkit/Notepad.hs\ toolkit/GenGUI.hs\ toolkit/IconBar.hs\ toolkit/SelectBox.hs\ toolkit/MarkupText.hs\ toolkit/ModalDialog.hs\ toolkit/Separator.hs\ toolkit/TextDisplay.hs\ toolkit/DialogWin.hs\ toolkit/SpinButton.hs\ menuitems/Indicator.hs\ menuitems/MenuItem.hs\ menuitems/Menu.hs\ menuitems/MenuCascade.hs\ menuitems/MenuCommand.hs\ menuitems/MenuCheckButton.hs\ menuitems/MenuRadioButton.hs\ menuitems/MenuSeparator.hs\ tix/NoteBook.hs\ tix/LabelFrame.hs\ tix/PanedWindow.hs\ tix/ComboBox.hs\ toolkit/Prompt.hs\ toolkit/InputWin.hs\ toolkit/InputForm.hs\ toolkit/MenuType.hs\ toolkit/HTkMenu.hs\ toolkit/SimpleForm.hs\ toolkit/GenericBrowser.hs\ toolkit/SimpleListBox.hs\ $(UNIXSRCS) ifeq "@WINDOWS@" "1" UNIXSRCS = SRCSC = kernel/runWish.c else UNIXSRCS = toolkit/FileDialog.hs toolkit/LogWin.hs endif SUBDIRS = test examples include @TOP@/mk/boilerplate.mk