1 ## PSPP - a program for statistical analysis.
2 ## Copyright (C) 2019, 2020 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 AUTOMAKE_OPTIONS = std-options check-news 1.10.1 subdir-objects
22 DISTCLEANFILES = ./po/stamp-po xconfigure
24 built-sources: $(BUILT_SOURCES)
28 -I$(top_builddir)/gl \
29 -DINSTALLDIR=\"$(bindir)\"
36 AM_CFLAGS+=-Wall -Wextra -Wwrite-strings -Wstrict-prototypes \
37 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
40 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
49 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
58 UNINSTALL_DATA_HOOKS =
66 # This ensures that files added to EXTRA_DIST are always distributed,
67 # even if they are inside an Automake if...endif conditional block that is
68 # disabled by some particular "configure" run. For more information, see:
69 # http://article.gmane.org/gmane.comp.sysutils.automake.general/10891
70 noinst_HEADERS = $(EXTRA_DIST)
73 if test -d $(top_srcdir)/.git; then \
74 $(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 --srcdir=$(top_srcdir) \
75 > $(distdir)/cl-t || exit 1; \
76 rm -f $(distdir)/ChangeLog; \
77 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
80 DIST_HOOKS += generate-changelog
83 include $(top_srcdir)/build-aux/automake.mk
84 include $(top_srcdir)/po/automake.mk
85 include $(top_srcdir)/lib/automake.mk
86 include $(top_srcdir)/examples/automake.mk
87 include $(top_srcdir)/src/automake.mk
88 include $(top_srcdir)/utilities/automake.mk
89 include $(top_srcdir)/tests/automake.mk
90 include $(top_srcdir)/doc/automake.mk
91 include $(top_srcdir)/Windows/automake.mk
94 include $(top_srcdir)/perl-module/automake.mk
97 PHONY += $(DIST_HOOKS) $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS)
101 dist-hook: $(DIST_HOOKS)
103 install-data-hook: $(INSTALL_DATA_HOOKS)
105 uninstall-hook: $(UNINSTALL_DATA_HOOKS)
107 clean-local: $(CLEAN_LOCAL)
108 all-local: $(ALL_LOCAL)
109 check-local: $(CHECK_LOCAL)
111 # A convenience target to build all the binaries
112 programs: $(PROGRAMS)
114 # The following rules are from Open vSwitch. The original copyright notice
117 # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
119 # Copying and distribution of this file, with or without modification,
120 # are permitted in any medium without royalty provided the copyright
121 # notice and this notice are preserved. This file is offered as-is,
122 # without warranty of any kind.
124 # If we're checked out from a Git repository, make sure that every
125 # file that is in Git is distributed.
126 # The debian package is now also maintained in git and that contains
127 # the distribution files. Do not run this check if we are
128 # in a debian package git repository, because the check fails there
129 ALL_LOCAL += dist-hook-git
130 dist-hook-git: distfiles
131 @if test -e $(srcdir)/.git && \
132 test ! -d $(srcdir)/debian && \
133 (git --version) >/dev/null 2>&1; then \
134 (cd $(srcdir) && git ls-files) \
135 | grep -vE '\.gitignore|README.Git|Smake|Bug-administration' \
136 | grep -vE '\.gitattributes' \
137 | LC_ALL=C sort -u > gitfiles; \
138 LC_ALL=C comm -1 -3 distfiles gitfiles > missing-distfiles; \
139 if test -s missing-distfiles; then \
140 echo "The distribution is missing the following files:"; \
141 cat missing-distfiles; \
145 # The following is based on commands for the Automake "distdir" target.
147 @srcdirstrip=`echo "$(srcdir)" | $(SED) 's/[].[^$$\\*]/\\\\&/g'`; \
148 topsrcdirstrip=`echo "$(top_srcdir)" | $(SED) 's/[].[^$$\\*]/\\\\&/g'`; \
149 list='$(DISTFILES)'; \
150 for file in $$list; do echo $$file; done | \
151 $(SED) -e "s|^$$srcdirstrip/||;t" \
152 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" \
153 | LC_ALL=C sort -u > $@
154 CLEANFILES += distfiles gitfiles missing-distfiles
155 PHONY += dist-hook-git
157 $(bin_PROGRAMS) $(RECURSIVE_TARGETS) dist: $(BUILT_SOURCES) gl/libgl.la
161 mimedir = $(datadir)/mime/packages
163 EXTRA_DIST += pspp.xml