tests: Fix synthetic system file reader tests on Windows.
[pspp] / Smake
1 # -*- makefile -*-
2
3 # PSPP - a program for statistical analysis.
4 # Copyright (C) 2017 Free Software Foundation, Inc.
5 #
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 #
19
20
21 all: everything
22
23 # Adjust these to reflect where you've installed gnulib.
24 GNULIB = ../gnulib
25 GNULIB_TOOL = $(GNULIB)/gnulib-tool
26
27 GNULIB_MODULES = \
28         assert \
29         byteswap \
30         c-snprintf \
31         c-strcase \
32         c-strcasestr \
33         c-ctype \
34         c-strtod \
35         c-xvasprintf \
36         clean-temp \
37         close \
38         configmake \
39         count-one-bits \
40         count-leading-zeros \
41         crc \
42         crypto/md4 \
43         crypto/rijndael \
44         dirname \
45         dtoastr \
46         environ \
47         fatal-signal \
48         fcntl \
49         fpieee \
50         fprintf-posix \
51         full-read \
52         full-write \
53         fseeko \
54         ftello \
55         fwriteerror \
56         getline \
57         getpass \
58         gettext \
59         gettimeofday \
60         getopt-gnu \
61         gitlog-to-changelog \
62         include_next \
63         isfinite \
64         isinf \
65         isnan \
66         intprops \
67         inttostr \
68         localcharset \
69         mbchar \
70         mbiter \
71         memcasecmp \
72         memchr \
73         memchr2 \
74         memmem \
75         mempcpy \
76         memrchr \
77         minmax \
78         mkdtemp \
79         mkstemp \
80         pipe2 \
81         printf-posix \
82         printf-safe \
83         progname \
84         rawmemchr \
85         read-file \
86         regex \
87         relocatable-prog \
88         rename \
89         round \
90         select \
91         snprintf \
92         snprintf-posix \
93         sprintf-posix \
94         stdarg \
95         stdbool \
96         stdint \
97         strcasestr \
98         stpcpy \
99         strerror \
100         strftime \
101         strsep \
102         strtod \
103         strtok_r \
104         sys_stat \
105         tempname \
106         termios \
107         trunc \
108         unicase/u8-casecmp \
109         unicase/u8-casefold \
110         unicase/u8-tolower \
111         unicase/u8-toupper \
112         unicase/u8-totitle \
113         unictype/ctype-print \
114         unictype/category-of \
115         unigbrk/uc-is-grapheme-break \
116         unilbrk/u8-possible-linebreaks \
117         uninorm/nfkd \
118         unistd \
119         unistr/u8-check \
120         unistr/u8-cpy \
121         unistr/u8-mblen \
122         unistr/u8-mbtouc \
123         unistr/u8-mbtoucr \
124         unistr/u8-strlen \
125         unistr/u8-strmbtouc \
126         unistr/u8-strncat \
127         unistr/u8-uctomb \
128         uniwidth/u8-strwidth \
129         unitypes \
130         unlocked-io \
131         vasprintf-posix \
132         version-etc \
133         version-etc-fsf \
134         vfprintf-posix \
135         vprintf-posix \
136         vsnprintf \
137         vsnprintf-posix \
138         vsprintf-posix \
139         xalloc \
140         xalloc-die \
141         xbinary-io \
142         xmalloca \
143         xmemdup0 \
144         xsize \
145         xstrndup \
146         xvasprintf
147
148 APP_ICONS = \
149 src/ui/gui/icons/16x16/apps/pspp.png \
150 src/ui/gui/icons/32x32/apps/pspp.png \
151 src/ui/gui/icons/48x48/apps/pspp.png \
152 src/ui/gui/icons/256x256/apps/pspp.png \
153 src/ui/gui/icons/scalable/apps/pspp.svg
154
155 CATEGORY_ICONS = \
156 src/ui/gui/icons/48x48/categories/align-left.png \
157 src/ui/gui/icons/48x48/categories/align-center.png \
158 src/ui/gui/icons/48x48/categories/align-right.png \
159 src/ui/gui/icons/48x48/categories/measure-scale.png \
160 src/ui/gui/icons/48x48/categories/measure-ordinal.png \
161 src/ui/gui/icons/48x48/categories/measure-nominal.png \
162 src/ui/gui/icons/48x48/categories/measure-date-scale.png \
163 src/ui/gui/icons/48x48/categories/measure-date-nominal.png \
164 src/ui/gui/icons/48x48/categories/measure-date-ordinal.png \
165 src/ui/gui/icons/48x48/categories/measure-time-scale.png \
166 src/ui/gui/icons/48x48/categories/measure-time-nominal.png \
167 src/ui/gui/icons/48x48/categories/measure-time-ordinal.png \
168 src/ui/gui/icons/48x48/categories/measure-string-nominal.png \
169 src/ui/gui/icons/48x48/categories/measure-string-ordinal.png \
170 src/ui/gui/icons/48x48/categories/measure-currency-scale.png \
171 src/ui/gui/icons/48x48/categories/measure-currency-nominal.png \
172 src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png \
173 src/ui/gui/icons/48x48/categories/role-input.png \
174 src/ui/gui/icons/48x48/categories/role-target.png \
175 src/ui/gui/icons/48x48/categories/role-both.png \
176 src/ui/gui/icons/48x48/categories/role-none.png \
177 src/ui/gui/icons/48x48/categories/role-partition.png \
178 src/ui/gui/icons/48x48/categories/role-split.png \
179 src/ui/gui/icons/scalable/categories/align-left.svg \
180 src/ui/gui/icons/scalable/categories/align-center.svg \
181 src/ui/gui/icons/scalable/categories/align-right.svg \
182 src/ui/gui/icons/scalable/categories/measure-scale.svg \
183 src/ui/gui/icons/scalable/categories/measure-ordinal.svg \
184 src/ui/gui/icons/scalable/categories/measure-nominal.svg \
185 src/ui/gui/icons/scalable/categories/measure-date-scale.svg \
186 src/ui/gui/icons/scalable/categories/measure-date-nominal.svg \
187 src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg \
188 src/ui/gui/icons/scalable/categories/measure-time-scale.svg \
189 src/ui/gui/icons/scalable/categories/measure-time-nominal.svg \
190 src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg \
191 src/ui/gui/icons/scalable/categories/measure-string-nominal.svg \
192 src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg \
193 src/ui/gui/icons/scalable/categories/measure-currency-scale.svg \
194 src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg \
195 src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg \
196 src/ui/gui/icons/scalable/categories/role-input.svg \
197 src/ui/gui/icons/scalable/categories/role-target.svg \
198 src/ui/gui/icons/scalable/categories/role-both.svg \
199 src/ui/gui/icons/scalable/categories/role-none.svg \
200 src/ui/gui/icons/scalable/categories/role-partition.svg \
201 src/ui/gui/icons/scalable/categories/role-split.svg
202
203 # Mimetype icons have size dependent layouts
204 MIMETYPE_ICONS = \
205 src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png \
206 src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png \
207 src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png \
208 src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png \
209 src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png \
210 src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png \
211 src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png \
212 src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png \
213 src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png \
214 src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png \
215 src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png \
216 src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png \
217 src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png \
218 src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png \
219 src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png \
220 src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png \
221 src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png \
222 src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png \
223 src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png \
224 src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png \
225 src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png \
226 src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png \
227 src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png \
228 src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png
229
230 src/ui/gui/artwork/splash-t.svg: src/ui/gui/artwork/splash.svg
231         cp $< $@
232
233 src/ui/gui/artwork/splash-r.svg: src/ui/gui/artwork/splash.svg
234         sed -e '/inkscape:label="Overlay"/s/inline/none/' $< > $@
235
236 MISC_ICONS = src/ui/gui/icons/splash-t.png \
237         src/ui/gui/icons/splash-r.png
238
239 ACTION_ICONS = \
240 src/ui/gui/icons/24x24/actions/pspp-file-open-data.png \
241 src/ui/gui/icons/24x24/actions/pspp-file-save-data.png \
242 src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png \
243 src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png \
244 src/ui/gui/icons/24x24/actions/pspp-edit-find.png \
245 src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png \
246 src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png \
247 src/ui/gui/icons/24x24/actions/pspp-data-split-file.png \
248 src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png \
249 src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png \
250 src/ui/gui/icons/48x48/actions/pspp-file-open-data.png \
251 src/ui/gui/icons/48x48/actions/pspp-file-save-data.png \
252 src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png \
253 src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png \
254 src/ui/gui/icons/48x48/actions/pspp-edit-find.png \
255 src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png \
256 src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png \
257 src/ui/gui/icons/48x48/actions/pspp-data-split-file.png \
258 src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png \
259 src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png \
260 src/ui/gui/icons/96x96/actions/pspp-file-open-data.png \
261 src/ui/gui/icons/96x96/actions/pspp-file-save-data.png \
262 src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png \
263 src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png \
264 src/ui/gui/icons/96x96/actions/pspp-edit-find.png \
265 src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png \
266 src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png \
267 src/ui/gui/icons/96x96/actions/pspp-data-split-file.png \
268 src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png \
269 src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png \
270 src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg \
271 src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg \
272 src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg \
273 src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg \
274 src/ui/gui/icons/scalable/actions/pspp-edit-find.svg \
275 src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg \
276 src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg \
277 src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg \
278 src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg \
279 src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg
280
281 ICONS=$(CATEGORY_ICONS) $(ACTION_ICONS) $(MIMETYPE_ICONS) $(APP_ICONS) $(MISC_ICONS)
282
283 ICON_SOURCES = $(wildcard src/ui/gui/artwork/*/*/*.svg)
284 ICON_SOURCES += $(wildcard src/ui/gui/artwork/splash*.svg)
285
286 everything: prep_ph  icons
287         $(MAKE) -f Smake Makefile.in configure
288
289 icons: $(ICONS)
290
291 src/ui/gui/icons/manifest: $(MAKEFILE_LIST)
292         $(RM) $@
293         printf '# This is a generated file. Do not edit.\n' >> $@
294         printf 'icons =' >> $@
295         for i in  $(ICONS); do \
296                 printf ' \\\n\t '$$i >> $@; \
297         done
298         echo >> $@
299         echo >> $@
300         printf 'icon_srcs = ' >> $@
301         for i in  $(ICON_SOURCES); do \
302                 printf ' \\\n\t '$$i  >> $@ ;\
303         done
304         echo ' ' >> $@
305         echo >> $@
306
307
308 src/ui/gui/resources.xml: $(ICONS)
309         printf '<?xml version="1.0" encoding="UTF-8"?>\n' > $@
310         printf '<gresources>\n' >> $@
311         printf ' <gresource prefix="gnu/pspp">\n' >> $@
312         for x in $^; do \
313           z=`echo "$$x" | sed -e 's%src/ui/gui/%%'` ; \
314           printf "  <file>$$z</file>\n" >> $@ ; \
315         done
316         printf ' </gresource>\n' >> $@
317         printf '</gresources>\n' >> $@
318
319
320 .PHONY: prep_ph
321 prep_ph:
322         test -e ChangeLog || touch ChangeLog
323         test -d m4 || mkdir m4
324         touch m4/Makefile.am
325         $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \
326                 --source-base=gl --lib=libgl --tests-base=tests \
327                 --doc-base=gl/doc --aux-dir=build-aux  \
328                 --libtool $(GNULIB_MODULES)
329         if (glibtoolize --version) >/dev/null 2>&1; then        \
330                 LIBTOOLIZE=glibtoolize;                         \
331         elif (libtoolize --version) >/dev/null 2>&1; then       \
332                 LIBTOOLIZE=libtoolize;                          \
333         else                                                    \
334                 echo >&2 "libtoolize not found";                \
335                 exit 1;                                         \
336         fi;                                                     \
337         $$LIBTOOLIZE --force --automake --copy
338
339 aclocal.m4:
340         aclocal -I m4 -I gl/m4
341
342 configure: configure.ac aclocal.m4
343         autoconf || rm $@  # autoconf 2.69 has (what I think is) a bug.  It will create configure even when failure is detected.
344
345 config.h.in: configure.ac
346         autoheader
347
348 Makefile.in: Makefile.am config.h.in aclocal.m4 src/ui/gui/resources.xml src/ui/gui/icons/manifest
349         automake --add-missing --copy --no-force --include-deps
350
351
352 gettextize:
353         test -d m4 || mkdir m4
354         touch m4/Makefile.am
355         gettextize --force --no-changelog
356
357 check: all
358         rm -rf _check
359         mkdir _check
360         cd _check && ../configure $(CONFIGUREFLAGS)
361         cd _check && make distcheck
362         rm -rf _check
363
364 _build: all
365         test -d _build || mkdir _build
366         cd _build && ../configure $(CONFIGUREFLAGS)
367
368 _debug: all
369         test -d _debug || mkdir _debug
370         cd _debug && ../configure $(CONFIGUREFLAGS) --enable-debug
371
372
373
374 PO_FILES = po/Rules-quot po/boldquot.sed \
375 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header                 \
376 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po     \
377 po/Makevars.template po/pspp.pot
378
379 clean:
380         rm -f config.sub config.guess config.rpath
381         rm -fr autom4te.cache
382         rm -f aclocal.m4
383         rm -f missing mkinstalldirs
384         rm -f install-sh
385         rm -f configure Makefile
386         rm -f depcomp
387         rm -rf intl gl
388         rm -f m4/*.m4
389         rm -f $(PO_FILES) po/*.gmo
390         rm -f mdate-sh texinfo.tex
391         rm -f doc/stamp-vti
392         rm -f config.h.in~
393         rm -f config.h.in
394         rm -f gl/Makefile.in
395         rm -f Makefile.in
396         rm -f build-aux/compile
397         rm -f build-aux/ltmain.sh
398         rm -f build-aux/reloc-ldflags
399         rm -f build-aux/install-reloc
400         rm -f build-aux/config.rpath
401         rm -f build-aux/config.libpath
402         rm -f build-aux/libtool-reloc
403         rm -f build-aux/gitlog-to-changelog
404
405 .PHONY: all gettextize clean
406
407
408 # The "convert" program from imagemagick can be used to create png from svg but doesn't properly deal
409 # with the alpha channels.  Therefore, it is not recommended for production pspp builds, but might
410 # be useful to get something working on a platform which doesn't have a working gimp.
411
412 #svg2png=convert -background transparent $1 $3
413
414 # Graphical layout of icons and our portfolio
415 # ===========================================
416 #
417 # We have two different kinds of icons in our artwork collection
418 #
419 #   a) The mimetype icons have a different graphical layout depending on resolution
420 #      This assumes that a higher resolution means a bigger size. On the bigger
421 #      size you can identify more details and this is used in the design.
422 #   b) Icons which are designed based on 16x16 pixels which are just scaled
423 #      This are all other icons.
424 #
425 # Icon resolutions
426 #
427 # The different icon resolutions are historically derived for bitmaps when an icon
428 # is displayed in different sizes. Then a scaled version of the icon requires a new
429 # bitmap image. All our icons are now svg type and can be scaled from one svg file as
430 # the names suggests - scalable vector format.
431 #
432 # The strategy for pspp gui
433 #
434 # All icons which are simply scaled provide a default 48x48 bitmap png image plus
435 # an svg version in the scalable directory.
436 # The mimetype icons with different layouts provide png bitmaps in their original resolutions
437 #
438 # The artwork directory contains only the pure source svg files. No copies and no
439 # version has another size indication although it is an svg.
440 #
441 #  => mimetype icons are located in 16x16, 32x32, ... , 256x256 (different designs)
442 #  => all others are in scaled (just one design svg)
443 #
444
445 # Rule for icons with size dependent graphical design
446 src/ui/gui/icons/%.png: src/ui/gui/artwork/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
447         mkdir -p $(dir $@)
448         build-aux/svg2png "$<" "$(lastword $^)" "$@"
449
450 # Rules for icons which are simply scaled - Attention multitarget would trigger only once...
451 src/ui/gui/icons/16x16/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
452         mkdir -p $(dir $@)
453         build-aux/svg2png "$<" "$(lastword $^)" "$@"
454 src/ui/gui/icons/22x22/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
455         mkdir -p $(dir $@)
456         build-aux/svg2png "$<" "$(lastword $^)" "$@"
457 src/ui/gui/icons/24x24/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
458         mkdir -p $(dir $@)
459         build-aux/svg2png "$<" "$(lastword $^)" "$@"
460 src/ui/gui/icons/32x32/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
461         mkdir -p $(dir $@)
462         build-aux/svg2png "$<" "$(lastword $^)" "$@"
463 src/ui/gui/icons/48x48/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
464         mkdir -p $(dir $@)
465         build-aux/svg2png "$<" "$(lastword $^)" "$@"
466 src/ui/gui/icons/96x96/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
467         mkdir -p $(dir $@)
468         build-aux/svg2png "$<" "$(lastword $^)" "$@"
469 src/ui/gui/icons/256x256/%.png : src/ui/gui/artwork/scalable/%.svg build-aux/svg2png src/ui/gui/icons/COPYING_CCBYSA3
470         mkdir -p $(dir $@)
471         build-aux/svg2png "$<" "$(lastword $^)" "$@"
472
473 # Copy svg
474 src/ui/gui/icons/%.svg: src/ui/gui/artwork/%.svg
475         mkdir -p $(dir $@)
476         cp $< $@