Bump to 4.4
[platform/upstream/make.git] / Makefile.am
1 # This is a -*-Makefile-*-, or close enough
2 #
3 # Copyright (C) 1997-2022 Free Software Foundation, Inc.
4 # This file is part of GNU Make.
5 #
6 # GNU Make is free software; you can redistribute it and/or modify it under
7 # the terms of the GNU General Public License as published by the Free Software
8 # Foundation; either version 3 of the License, or (at your option) any later
9 # version.
10 #
11 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
14 # details.
15 #
16 # You should have received a copy of the GNU General Public License along with
17 # this program.  If not, see <https://www.gnu.org/licenses/>.
18
19 AUTOMAKE_OPTIONS = dist-lzip silent-rules std-options subdir-objects nostdinc
20 ACLOCAL_AMFLAGS = -I m4
21
22 MAKE_HOST =     @MAKE_HOST@
23
24 SUBDIRS =       lib po doc
25
26 bin_PROGRAMS =  make
27 include_HEADERS = src/gnumake.h
28
29 man_MANS =      doc/make.1
30
31 make_SRCS =     src/ar.c src/arscan.c src/commands.c src/commands.h \
32                 src/debug.h src/default.c src/dep.h src/dir.c src/expand.c \
33                 src/file.c src/filedef.h src/function.c src/getopt.c \
34                 src/getopt.h src/getopt1.c src/gettext.h src/guile.c \
35                 src/hash.c src/hash.h src/implicit.c src/job.c src/job.h \
36                 src/load.c src/loadapi.c src/main.c src/makeint.h src/misc.c \
37                 src/os.h src/output.c src/output.h src/read.c src/remake.c \
38                 src/rule.c src/rule.h src/shuffle.h src/shuffle.c \
39                 src/signame.c src/strcache.c src/variable.c src/variable.h \
40                 src/version.c src/vpath.c
41
42 w32_SRCS =      src/w32/pathstuff.c src/w32/w32os.c src/w32/compat/dirent.c \
43                 src/w32/compat/posixfcn.c src/w32/include/dirent.h \
44                 src/w32/include/dlfcn.h src/w32/include/pathstuff.h \
45                 src/w32/include/sub_proc.h src/w32/include/w32err.h \
46                 src/w32/subproc/misc.c src/w32/subproc/proc.h \
47                 src/w32/subproc/sub_proc.c src/w32/subproc/w32err.c
48
49 vms_SRCS =      src/vms_exit.c src/vms_export_symbol.c src/vms_progname.c \
50                 src/vmsdir.h src/vmsfunctions.c src/vmsify.c
51
52 amiga_SRCS =    src/amiga.c src/amiga.h
53
54 glob_SRCS =     lib/fnmatch.c lib/fnmatch.h lib/glob.c lib/glob.h
55
56 alloca_SRCS =   lib/alloca.c
57
58 loadavg_SRCS =  lib/getloadavg.c
59
60 make_SOURCES =  $(make_SRCS)
61 EXTRA_make_SOURCES = $(amiga_SRCS) $(vms_SRCS)
62
63 if HAVE_GUILE
64   _GUILE_CFLAGS = $(GUILE_CFLAGS)
65   _GUILE_LIBS = $(GUILE_LIBS)
66 else
67   _GUILE_CFLAGS =
68   _GUILE_LIBS =
69 endif
70
71 make_LDADD =    $(LIBOBJS) $(_GUILE_LIBS) lib/libgnu.a $(GETLOADAVG_LIBS) \
72                 @LIBINTL@
73
74 localedir =     $(datadir)/locale
75
76 AM_CPPFLAGS =   -Isrc -I$(top_srcdir)/src -Ilib -I$(top_srcdir)/lib \
77                 -DLIBDIR=\"$(libdir)\" -DLOCALEDIR=\"$(localedir)\"
78
79 # If prefix is not a standard location, look in prefix as well
80 if !KNOWN_PREFIX
81   AM_CPPFLAGS += -DINCLUDEDIR=\"$(includedir)\"
82 endif
83
84 AM_CFLAGS =     $(_GUILE_CFLAGS)
85
86 if WINDOWSENV
87   make_SOURCES += $(w32_SRCS)
88   AM_CPPFLAGS  += -I $(top_srcdir)/src/w32/include
89 else
90   make_SOURCES += src/posixos.c
91 endif
92
93 if USE_CUSTOMS
94   make_SOURCES += src/remote-cstms.c
95 else
96   make_SOURCES += src/remote-stub.c
97 endif
98
99 # Extra stuff to include in the distribution.
100
101 mk_FILES =      Basic.mk mk/msdosdjgpp.mk mk/Amiga.mk mk/VMS.mk mk/Windows32.mk
102 # We don't need this, since the standard automake output will do.
103 #mk/Posix.mk.in
104
105 m4_FILES =      m4/gnulib-cache.m4
106
107 test_FILES =    tests/run_make_tests tests/run_make_tests.bat \
108                 tests/run_make_tests.pl tests/test_driver.pl \
109                 tests/config-flags.pm.in tests/config_flags_pm.com \
110                 tests/config-flags.pm.W32 \
111                 tests/mkshadow tests/thelp.pl tests/guile.supp tests/README
112 # test/scripts are added via dist-hook below.
113
114 EXTRA_DIST =    ChangeLog INSTALL README build.sh build.cfg.in $(man_MANS) \
115                 src/mkconfig.h README.customs README.OS2 \
116                 README.Amiga SCOPTIONS src/config.ami \
117                 README.DOS builddos.bat src/configh.dos \
118                 README.W32 build_w32.bat src/config.h.W32 \
119                 README.VMS makefile.com src/config.h-vms src/vmsjobs.c \
120                 vms_export_symbol_test.com \
121                 src/gmk-default.scm src/gmk-default.h \
122                 $(mk_FILES) $(m4_FILES) $(test_FILES)
123
124 # --------------- Generate the Guile default module content
125
126 src/guile.$(OBJEXT): src/gmk-default.h
127 src/gmk-default.h: $(top_srcdir)/src/gmk-default.scm
128         (echo 'static const char *const GUILE_module_defn = " '\\ \
129           && sed -e 's/;.*//' -e '/^[ \t]*$$/d' -e 's/"/\\"/g' -e 's/$$/ \\/' \
130                  $(top_srcdir)/src/gmk-default.scm \
131           && echo '";') > src/gmk-default.h
132
133 # --------------- Local DIST Section
134
135 # Install the mk and tests subdirectories
136 #
137 dist-hook:
138         (cd $(top_srcdir); \
139          sub=`find tests/scripts -follow \( -name .git -o -name .deps -o -name work -o -name .gitignore -o -name \*.orig -o -name \*.rej -o -name \*~ -o -name \*.out -o -name Makefile \) -prune -o -type f -print`; \
140          $(AMTAR) chf - $$sub) \
141         | (cd $(distdir); $(AMTAR) xfBp -)
142
143
144 # --------------- Local CHECK Section
145
146 check-local: check-regression
147         @banner=" Regression PASSED: $(PACKAGE_STRING) ($(MAKE_HOST)) built with $(CC) "; \
148         dashes=`echo "$$banner" | sed s/./=/g`; \
149         echo; \
150         echo "$$dashes"; \
151         echo "$$banner"; \
152         echo "$$dashes"; \
153         echo
154
155 # > check-regression
156 #
157 # Look for the make test suite, and run it if found and we can find perl.
158 # If we're building outside the tree, we use symlinks to make a local copy of
159 # the test suite.  Unfortunately the test suite itself isn't localizable yet.
160 #
161 MAKETESTFLAGS =
162
163 .PHONY: check-regression
164
165 GMK_OUTDIR = ..
166
167 testlog = test-suite.log
168 testresult = tests/.test-result
169 errorpre = makeerror-$(PACKAGE_VERSION)-$(host_triplet)
170
171 testfiles = $(testlog) $(testresult) $(errorfile)
172 MOSTLYCLEANFILES = $(testfiles)
173
174 errordetails = config.status config.log src/config.h $(testlog) tests/work
175
176 # Create a 4-letter random sequence
177 rand_value = c = "abcdefghijklmnopqrstuvwxyz0123456789"
178 rand_char  = substr(c,int(rand()*36),1)
179 rand_string = $(AWK) 'BEGIN{srand(); $(rand_value); print $(rand_char) "" $(rand_char) "" $(rand_char) "" $(rand_char);}'
180
181 check-regression: tests/config-flags.pm
182         @rm -f $(testfiles)
183         @if test -f '$(top_srcdir)/tests/run_make_tests'; then \
184           ulimit -n 128; \
185           if $(PERL) -v >/dev/null 2>&1; then \
186             case `cd '$(top_srcdir)'; pwd` in `pwd`) : ;; \
187               *) test -d tests || mkdir tests; \
188                  rm -f srctests; \
189                  if ln -s '$(top_srcdir)/tests' srctests; then \
190                    for f in run_make_tests run_make_tests.pl test_driver.pl scripts thelp.pl; do \
191                      rm -f tests/$$f; ln -s ../srctests/$$f tests; \
192                    done; fi ;; \
193             esac; \
194             echo "cd tests && $(PERL) $(PERLFLAGS) ./run_make_tests.pl -srcdir $(abs_top_srcdir) -make $(GMK_OUTDIR)/make$(EXEEXT) $(MAKETESTFLAGS)"; \
195             (cd tests && $(PERL) $(PERLFLAGS) ./run_make_tests.pl -srcdir '$(abs_top_srcdir)' -make '$(GMK_OUTDIR)/make$(EXEEXT)' $(MAKETESTFLAGS); echo $$? >.test-result) 2>&1 | tee $(testlog); \
196             er=$$(cat $(testresult)); if test "$$er" -ne 0; then \
197               dirnm="$(errorpre)-$$($(rand_string))"; fnm="$$dirnm.tar.gz"; \
198               rm -rf "$$dirnm"; mkdir "$$dirnm"; \
199               $(AMTAR) chf - $(errordetails) | (cd "$$dirnm"; $(AMTAR) xf -); \
200               $(AMTAR) chf - "$$dirnm" | eval GZIP= gzip $(GZIP_ENV) -c >"$$fnm"; \
201               echo "*** Testing FAILED!  Details: $$fnm"; \
202               echo '*** Please report to <$(PACKAGE_BUGREPORT)>'; echo; \
203               exit $$er; \
204             fi; \
205           else \
206             echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
207           fi; \
208         else \
209           echo "Can't find the $(PACKAGE_NAME) test suite ($(top_srcdir)/tests)."; \
210         fi
211
212
213 # --------------- Maintainer's Section
214
215 # Tell automake that I haven't forgotten about this file and it will be
216 # created before we build a distribution (see maintMakefile in the Git
217 # distribution).
218
219 README:
220
221 @MAINT_MAKEFILE@