1 ## automake - create Makefile.in from Makefile.am
3 ## Copyright (C) 1994-2017 Free Software Foundation, Inc.
4 ## This Makefile.in is free software; the Free Software Foundation
5 ## gives unlimited permission to copy and/or distribute it,
6 ## with or without modifications, as long as this notice is preserved.
8 ## This program is distributed in the hope that it will be useful,
9 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ## GNU General Public License for more details.
20 # GNU Make needs to see an explicit $(MAKE) variable in the command it
21 # runs to enable its job server during parallel builds. Hence the
24 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
26 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
28 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
30 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
32 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
33 maintainer-clean-multi:
34 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
36 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
37 install-multi maintainer-clean-multi mostlyclean-multi
39 install-exec-local: install-multi
42 mostlyclean-local: mostlyclean-multi
43 clean-local: clean-multi
44 distclean-local: distclean-multi
45 maintainer-clean-local: maintainer-clean-multi