04042766d741b7ec5bfeb631037d8bbe072a00b0
[pspp] / src / ui / gui / efficient-sheet.mk
1 src_ui_gui_psppire_SOURCES += \
2         src/ui/gui/efficient-sheet/src/ssw-axis-model.c \
3         src/ui/gui/efficient-sheet/src/ssw-constraint.c \
4         src/ui/gui/efficient-sheet/src/ssw-sheet.c \
5         src/ui/gui/efficient-sheet/src/ssw-sheet-axis.c \
6         src/ui/gui/efficient-sheet/src/ssw-sheet-body.c \
7         src/ui/gui/efficient-sheet/src/ssw-sheet-single.c \
8         src/ui/gui/efficient-sheet/src/ssw-datum.c \
9         src/ui/gui/efficient-sheet/src/ssw-cell.c
10
11 nodist_src_ui_gui_psppire_SOURCES += \
12         src/ui/gui/efficient-sheet/src/ssw-marshaller.c \
13         src/ui/gui/efficient-sheet/src/ssw-marshaller.h
14
15 src_ui_gui_psppire_CPPFLAGS+=-Isrc/ui/gui/efficient-sheet/src
16
17 BUILT_SOURCES += \
18         src/ui/gui/efficient-sheet/src/ssw-marshaller.c \
19         src/ui/gui/efficient-sheet/src/ssw-marshaller.h
20
21 src/ui/gui/efficient-sheet/src/ssw-marshaller.c: src/ui/gui/efficient-sheet/src/marshall-list
22         glib-genmarshal --body --prefix=ssw_cclosure_marshal $< > $@
23
24 src/ui/gui/efficient-sheet/src/ssw-marshaller.h: src/ui/gui/efficient-sheet/src/marshall-list
25         glib-genmarshal --header --prefix=ssw_cclosure_marshal $< > $@
26