Change make license
[platform/upstream/make.git] / Makefile.am
1 # This is a -*-Makefile-*-, or close enough
2 #
3 # Copyright (C) 1997-2020 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 <http://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/signame.c src/strcache.c \
39                 src/variable.c src/variable.h src/version.c src/vpath.c
40
41 w32_SRCS =      src/w32/pathstuff.c src/w32/w32os.c src/w32/compat/dirent.c \
42                 src/w32/compat/posixfcn.c src/w32/include/dirent.h \
43                 src/w32/include/dlfcn.h src/w32/include/pathstuff.h \
44                 src/w32/include/sub_proc.h src/w32/include/w32err.h \
45                 src/w32/subproc/misc.c src/w32/subproc/proc.h \
46                 src/w32/subproc/sub_proc.c src/w32/subproc/w32err.c
47
48 vms_SRCS =      src/vms_exit.c src/vms_export_symbol.c src/vms_progname.c \
49                 src/vmsdir.h src/vmsfunctions.c src/vmsify.c
50
51 amiga_SRCS =    src/amiga.c src/amiga.h
52
53 glob_SRCS =     lib/fnmatch.c lib/fnmatch.h lib/glob.c lib/glob.h
54
55 alloca_SRCS =   lib/alloca.c
56
57 loadavg_SRCS =  lib/getloadavg.c
58
59 make_SOURCES =  $(make_SRCS)
60 EXTRA_make_SOURCES = $(amiga_SRCS) $(vms_SRCS)
61
62 make_LDADD =    $(LIBOBJS) $(GUILE_LIBS) lib/libgnu.a $(GETLOADAVG_LIBS) \
63                 @LIBINTL@
64
65 localedir =     $(datadir)/locale
66
67 AM_CPPFLAGS =   -Isrc -I$(top_srcdir)/src -Ilib -I$(top_srcdir)/lib \
68                 -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" \
69                 -DLOCALEDIR=\"$(localedir)\"
70
71 AM_CFLAGS =     $(GUILE_CFLAGS)
72
73 if WINDOWSENV
74   make_SOURCES += $(w32_SRCS)
75   AM_CPPFLAGS  += -I $(top_srcdir)/src/w32/include
76 else
77   make_SOURCES += src/posixos.c
78 endif
79
80 if USE_CUSTOMS
81   make_SOURCES += src/remote-cstms.c
82 else
83   make_SOURCES += src/remote-stub.c
84 endif
85
86 # Extra stuff to include in the distribution.
87
88 mk_FILES =      Basic.mk mk/msdosdjgpp.mk mk/Amiga.mk mk/VMS.mk mk/Windows32.mk
89 # We don't need this, since the standard automake output will do.
90 #mk/Posix.mk.in
91
92 m4_FILES =      m4/gnulib-cache.m4
93
94 test_FILES =    tests/run_make_tests tests/run_make_tests.bat \
95                 tests/run_make_tests.pl tests/test_driver.pl \
96                 tests/config-flags.pm.in tests/config_flags_pm.com \
97                 tests/config-flags.pm.W32 \
98                 tests/mkshadow tests/thelp.pl tests/guile.supp tests/README
99 # test/scripts are added via dist-hook below.
100
101 EXTRA_DIST =    ChangeLog README build.sh build.cfg.in $(man_MANS) \
102                 README.customs README.OS2 \
103                 README.Amiga SCOPTIONS src/config.ami \
104                 README.DOS builddos.bat src/configh.dos \
105                 README.W32 build_w32.bat src/config.h.W32 \
106                 README.VMS makefile.com src/config.h-vms src/vmsjobs.c \
107                 vms_export_symbol_test.com \
108                 src/gmk-default.scm src/gmk-default.h \
109                 $(mk_FILES) $(m4_FILES) $(test_FILES)
110
111 # --------------- Generate the Guile default module content
112
113 src/guile.$(OBJEXT): src/gmk-default.h
114 src/gmk-default.h: $(top_srcdir)/src/gmk-default.scm
115         (echo 'static const char *const GUILE_module_defn = " '\\ \
116           && sed -e 's/;.*//' -e '/^[ \t]*$$/d' -e 's/"/\\"/g' -e 's/$$/ \\/' \
117                  $(top_srcdir)/src/gmk-default.scm \
118           && echo '";') > src/gmk-default.h
119
120 # --------------- Local DIST Section
121
122 # Install the mk and tests subdirectories
123 #
124 dist-hook:
125         (cd $(top_srcdir); \
126          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`; \
127          tar chf - $$sub) \
128         | (cd $(distdir); tar xfBp -)
129
130
131 # --------------- Local CHECK Section
132
133 check-local: check-regression
134         @banner=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \
135         dashes=`echo "$$banner" | sed s/./=/g`; \
136         echo; \
137         echo "$$dashes"; \
138         echo "$$banner"; \
139         echo "$$dashes"; \
140         echo
141
142 # > check-regression
143 #
144 # Look for the make test suite, and run it if found and we can find perl.
145 # If we're building outside the tree, we use symlinks to make a local copy of
146 # the test suite.  Unfortunately the test suite itself isn't localizable yet.
147 #
148 MAKETESTFLAGS =
149
150 .PHONY: check-regression
151
152 check-regression: tests/config-flags.pm
153         @if test -f '$(top_srcdir)/tests/run_make_tests'; then \
154           ulimit -n 128; \
155           if $(PERL) -v >/dev/null 2>&1; then \
156             case `cd '$(top_srcdir)'; pwd` in `pwd`) : ;; \
157               *) test -d tests || mkdir tests; \
158                  rm -f srctests; \
159                  if ln -s '$(top_srcdir)/tests' srctests; then \
160                    for f in run_make_tests run_make_tests.pl test_driver.pl scripts jhelp.pl; do \
161                      rm -f tests/$$f; ln -s ../srctests/$$f tests; \
162                    done; fi ;; \
163             esac; \
164             echo "cd tests && $(PERL) $(PERLFLAGS) ./run_make_tests.pl -srcdir $(abs_top_srcdir) -make ../make$(EXEEXT) $(MAKETESTFLAGS)"; \
165             cd tests && $(PERL) $(PERLFLAGS) ./run_make_tests.pl -srcdir '$(abs_top_srcdir)' -make '../make$(EXEEXT)' $(MAKETESTFLAGS); \
166           else \
167             echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
168           fi; \
169         else \
170           echo "Can't find the GNU Make test suite ($(top_srcdir)/tests)."; \
171         fi
172
173
174 # --------------- Maintainer's Section
175
176 # Tell automake that I haven't forgotten about this file and it will be
177 # created before we build a distribution (see maintMakefile in the Git
178 # distribution).
179
180 README:
181
182 @MAINT_MAKEFILE@