pivot table procedure conceptually works
[pspp] / examples / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3
4 examplesdir = $(pkgdatadir)/examples
5
6 examples_DATA = \
7         examples/descript.sps \
8         examples/grid.sps \
9         examples/hotel.sav \
10         examples/physiology.sav \
11         examples/repairs.sav \
12         examples/regress.sps \
13         examples/regress_categorical.sps \
14         examples/pivot.sps
15
16 EXTRA_DIST += $(examples_DATA)