1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
5 # If you change this, you must also change the corresponding line in
7 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
11 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib \
15 AM_CFLAGS=-Wall -W -Wno-uninitialized -Wwrite-strings -Wstrict-prototypes \
16 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
19 DISTCLEANFILES = foo $(q_sources_c)
20 MAINTAINERCLEANFILES = Makefile.in
21 EXTRA_DIST = $(q_sources_q) q2c.c
22 ETAGS_ARGS = -l c $(q_sources_c)
25 $(q_sources_c): q2c$(EXEEXT)
29 q_sources_c = correlations.c crosstabs.c descript.c file-handle.c \
30 frequencies.c list.c means.c set.c t-test.c
32 q_sources_q = correlations.q crosstabs.q descript.q file-handle.q \
33 frequencies.q list.q means.q set.q t-test.q
35 pspp_SOURCES = aggregate.c algorithm.c algorithm.h alloc.c alloc.h \
36 apply-dict.c approx.h ascii.c autorecode.c bitvector.h cases.c cases.h \
37 cmdline.c cmdline.h command.c command.def command.h compute.c \
38 correlations.c count.c crosstabs.c data-in.c data-in.h data-list.c \
39 data-out.c debug-print.h descript.c dfm.c dfm.h dictionary.c do-if.c \
40 do-ifP.h error.c error.h expr-evl.c expr-opt.c expr-prs.c expr.h \
41 exprP.h file-handle.c file-handle.h file-type.c filename.c filename.h \
42 flip.c font.h format.c format.def format.h formats.c frequencies.c \
43 get.c getline.c getline.h glob.c glob.h groff-font.c hash.c hash.h \
44 heap.c heap.h html.c htmlP.h include.c inpt-pgm.c lexer.c lexer.h \
45 list.c log.h loop.c magic.c magic.h main.c main.h matrix-data.c \
46 matrix.c matrix.h means.c mis-val.c misc.c misc.h modify-vars.c \
47 numeric.c output.c output.h pfm-read.c pfm-write.c pfm.h pool.c pool.h \
48 postscript.c print.c random.c random.h recode.c rename-vars.c repeat.c \
49 repeat.h sample.c sel-if.c set.c settings.h sfm-read.c sfm-write.c \
50 sfm.h sfmP.h som.c som.h sort.c sort.h split-file.c stat.h stats.c \
51 stats.h str.c str.h sysfile-info.c tab.c tab.h temporary.c title.c \
52 t-test.c val-labs.c value-labels.c value-labels.h var-labs.c var.h \
53 vars-atr.c vars-prs.c vector.c version.c version.h vfm.c vfm.h vfmP.h \
56 pspp_LDADD = ../lib/julcal/libjulcal.a \
57 ../lib/misc/libmisc.a \
58 ../lib/dcdflib/libdcdflib.a \
62 echo "#include <config.h>" > version.c
63 echo "#include \"version.h\"" > version.c
64 echo "const char bare_version[] = \"@VERSION@\";" >> version.c
65 echo "const char version[] = \"GNU @PACKAGE@ @VERSION@\";" >> version.c
66 echo "const char stat_version[] = \"GNU @PACKAGE@ @VERSION@ \
67 (`date`).\";" >> version.c
68 echo "const char host_system[] = \"$(host_triplet)\";" >> version.c
69 echo "const char build_system[] = \"$(build_triplet)\";" >> version.c
70 echo "const char default_config_path[] =\
71 \"~/.pspp:$(pkgsysconfdir)\";" >> version.c
72 echo "const char include_path[] =\
73 \"./:~/.pspp/include:$(pkgdatadir)\";" >> version.c
74 echo "const char groff_font_path[] = \"~/.pspp/font:\" \\" >> version.c
75 echo " \"$(pkgdatadir)/font:\" \\" >> version.c
76 echo " \"/usr/local/lib/groff/font:\" \\" >> version.c
77 echo " \"/usr/lib/groff/font:\" \\" >> version.c
78 echo " \"/usr/local/share/groff/font:\" \\" >> version.c
79 echo " \"/usr/share/groff/font\";" >> version.c
80 echo "const char locale_dir[] = \"$(datadir)/locale\";" >> version.c