1 # PSPP - a program for statistical analysis.
2 # Copyright (C) 2017 Free Software Foundation, Inc.
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 ## Process this file with automake to produce Makefile.in -*- makefile -*-
19 module_LTLIBRARIES
= libglade-psppire.la
21 moduledir
= `pkg-config --variable=moduledir gladeui-2.0`
22 catalogdir
= `pkg-config --variable=catalogdir gladeui-2.0`
23 pixmapdir
= `pkg-config --variable=pixmapdir gladeui-2.0`
25 small_pixmapdir
= $(pixmapdir
)/hicolor
/16x16
/actions
26 large_pixmapdir
= $(pixmapdir
)/hicolor
/22x22
/actions
28 # format.c for psppire-value-entry.c
30 libglade_psppire_la_SOURCES
= \
32 src
/ui
/gui
/dialog-common.c \
33 src
/ui
/gui
/psppire-var-ptr.c \
35 src
/ui
/gui
/psppire-format.c \
36 src
/data
/value-labels.c \
37 src
/ui
/gui
/psppire-conf.c \
38 src
/ui
/gui
/psppire-acr.c \
39 src
/ui
/gui
/psppire-buttonbox.c \
40 src
/ui
/gui
/psppire-dialog.c \
41 src
/ui
/gui
/psppire-keypad.c \
42 src
/ui
/gui
/psppire-dictview.c \
43 src
/ui
/gui
/psppire-selector.c \
44 src
/ui
/gui
/psppire-select-dest.c \
45 src
/ui
/gui
/psppire-var-view.c \
46 src
/ui
/gui
/psppire-checkbox-treeview.c \
47 src
/ui
/gui
/psppire-val-chooser.c \
48 src
/ui
/gui
/psppire-value-entry.c \
49 src
/ui
/gui
/psppire-window-base.c
54 dist_small_pixmap_DATA
= \
55 glade
/icons
/16x16
/widget-psppire-psppire-acr.png \
56 glade
/icons
/16x16
/widget-psppire-psppire-dialog.png \
57 glade
/icons
/16x16
/widget-psppire-psppire-keypad.png \
58 glade
/icons
/16x16
/widget-psppire-psppire-selector.png
60 dist_large_pixmap_DATA
= \
61 glade
/icons
/22x22
/widget-psppire-psppire-acr.png \
62 glade
/icons
/22x22
/widget-psppire-psppire-dialog.png \
63 glade
/icons
/22x22
/widget-psppire-psppire-keypad.png \
64 glade
/icons
/22x22
/widget-psppire-psppire-selector.png
67 libglade_psppire_la_CFLAGS
= $(GLADE_UI_CFLAGS
) $(GLADE_CFLAGS
) \
68 $(GTKSOURCEVIEW_CFLAGS
) -I
$(top_srcdir
)/src
/ui
/gui
-DDEBUGGING
70 libglade_psppire_la_LIBADD
= gl
/libgl.la