Update identifiers to reflect new identity of upstream package
[pspp] / src / ui / gui / efficient-sheet.mk
index c2512ad73c61b05898e1914df38c2b9f27a0eaf3..04042766d741b7ec5bfeb631037d8bbe072a00b0 100644 (file)
@@ -1,29 +1,26 @@
 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 \
-       src/ui/gui/efficient-sheet/jmd-cell.c
-
+       src/ui/gui/efficient-sheet/src/ssw-axis-model.c \
+       src/ui/gui/efficient-sheet/src/ssw-constraint.c \
+       src/ui/gui/efficient-sheet/src/ssw-sheet.c \
+       src/ui/gui/efficient-sheet/src/ssw-sheet-axis.c \
+       src/ui/gui/efficient-sheet/src/ssw-sheet-body.c \
+       src/ui/gui/efficient-sheet/src/ssw-sheet-single.c \
+       src/ui/gui/efficient-sheet/src/ssw-datum.c \
+       src/ui/gui/efficient-sheet/src/ssw-cell.c
 
 nodist_src_ui_gui_psppire_SOURCES += \
-       src/ui/gui/efficient-sheet/jmd-marshaller.c \
-       src/ui/gui/efficient-sheet/jmd-marshaller.h
-
-src_ui_gui_psppire_CPPFLAGS+=-Isrc/ui/gui/efficient-sheet
-
+       src/ui/gui/efficient-sheet/src/ssw-marshaller.c \
+       src/ui/gui/efficient-sheet/src/ssw-marshaller.h
 
+src_ui_gui_psppire_CPPFLAGS+=-Isrc/ui/gui/efficient-sheet/src
 
 BUILT_SOURCES += \
-       src/ui/gui/efficient-sheet/jmd-marshaller.c \
-       src/ui/gui/efficient-sheet/jmd-marshaller.h
+       src/ui/gui/efficient-sheet/src/ssw-marshaller.c \
+       src/ui/gui/efficient-sheet/src/ssw-marshaller.h
 
-src/ui/gui/efficient-sheet/jmd-marshaller.c: src/ui/gui/efficient-sheet/marshall-list
-       glib-genmarshal --body --prefix=jmd_cclosure_marshal $< > $@
+src/ui/gui/efficient-sheet/src/ssw-marshaller.c: src/ui/gui/efficient-sheet/src/marshall-list
+       glib-genmarshal --body --prefix=ssw_cclosure_marshal $< > $@
 
-src/ui/gui/efficient-sheet/jmd-marshaller.h: src/ui/gui/efficient-sheet/marshall-list
-       glib-genmarshal --header --prefix=jmd_cclosure_marshal $< > $@
+src/ui/gui/efficient-sheet/src/ssw-marshaller.h: src/ui/gui/efficient-sheet/src/marshall-list
+       glib-genmarshal --header --prefix=ssw_cclosure_marshal $< > $@