Added makefile to build the efficient-sheet
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 28 Feb 2016 14:08:54 +0000 (15:08 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 28 Feb 2016 14:08:54 +0000 (15:08 +0100)
src/ui/gui/automake.mk
src/ui/gui/efficient-sheet.mk [new file with mode: 0644]

index fb4c2d65cea4127e4d3a75e9446d3061e61f0312..99ba25df011e6d6a848dfd3cfe78af64de661a3f 100644 (file)
@@ -384,7 +384,7 @@ dist_appdata_DATA = src/ui/gui/pspp.appdata.xml
 BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h
 CLEANFILES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h \
        $(nodist_src_ui_gui_psppire_DATA)
-include $(top_srcdir)/src/ui/gui/efficient-sheet/automake.mk
+include $(top_srcdir)/src/ui/gui/efficient-sheet.mk
 endif HAVE_GUI
 
 #ensure the installcheck passes even if there is no X server available
diff --git a/src/ui/gui/efficient-sheet.mk b/src/ui/gui/efficient-sheet.mk
new file mode 100644 (file)
index 0000000..ae2b383
--- /dev/null
@@ -0,0 +1,8 @@
+src_ui_gui_psppire_SOURCES += \
+       src/ui/gui/efficient-sheet/jmd-axis-model.c \
+       src/ui/gui/efficient-sheet/jmd-constraint.c \
+       src/ui/gui/efficient-sheet/jmd-sheet.c \
+       src/ui/gui/efficient-sheet/jmd-sheet-axis.c \
+       src/ui/gui/efficient-sheet/jmd-sheet-body.c \
+       src/ui/gui/efficient-sheet/jmd-sheet-single.c \
+       src/ui/gui/efficient-sheet/jmd-datum.c