@@ -245,7 +245,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../compile \
245
245
$(top_srcdir ) /../config.guess $(top_srcdir ) /../config.sub \
246
246
$(top_srcdir ) /../depcomp $(top_srcdir ) /../install-sh \
247
247
$(top_srcdir ) /../ltmain.sh $(top_srcdir ) /../missing \
248
- $(top_srcdir ) /../mkinstalldirs ChangeLog README
248
+ $(top_srcdir ) /../mkinstalldirs $(top_srcdir ) /../multilib.am \
249
+ ChangeLog README
249
250
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
250
251
distdir = $(PACKAGE ) -$(VERSION )
251
252
top_distdir = $(distdir )
@@ -441,13 +442,19 @@ AM_MAKEFLAGS = \
441
442
"RANLIB=$(RANLIB ) " \
442
443
"DESTDIR=$(DESTDIR ) "
443
444
445
+ MULTISRCTOP =
446
+ MULTIBUILDTOP =
447
+ MULTIDIRS =
448
+ MULTISUBDIR =
449
+ MULTIDO = true
450
+ MULTICLEAN = true
444
451
all : all-am
445
452
446
453
.SUFFIXES :
447
454
.SUFFIXES : .c .lo .o .obj
448
455
am--refresh : Makefile
449
456
@:
450
- $(srcdir ) /Makefile.in : @MAINTAINER_MODE_TRUE@ $(srcdir ) /Makefile.am $(am__configure_deps )
457
+ $(srcdir ) /Makefile.in : @MAINTAINER_MODE_TRUE@ $(srcdir ) /Makefile.am $( top_srcdir ) /../multilib.am $(am__configure_deps )
451
458
@for dep in $? ; do \
452
459
case ' $(am__configure_deps)' in \
453
460
* $$ dep* ) \
@@ -469,6 +476,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
469
476
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)' ; \
470
477
cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
471
478
esac ;
479
+ $(top_srcdir ) /../multilib.am $(am__empty ) :
472
480
473
481
$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
474
482
$(SHELL ) ./config.status --recheck
@@ -1030,7 +1038,7 @@ distcleancheck: distclean
1030
1038
exit 1; } >&2
1031
1039
check-am : all-am
1032
1040
check : check-am
1033
- all-am : Makefile $(LIBRARIES ) $(LTLIBRARIES )
1041
+ all-am : Makefile $(LIBRARIES ) $(LTLIBRARIES ) all-local
1034
1042
installdirs :
1035
1043
for dir in " $( DESTDIR) $( toolexeclibdir) " ; do \
1036
1044
test -z " $$ dir" || $(MKDIR_P ) " $$ dir" ; \
@@ -1067,15 +1075,16 @@ maintainer-clean-generic:
1067
1075
@echo " it deletes files that may require special tools to rebuild."
1068
1076
clean : clean-am
1069
1077
1070
- clean-am : clean-generic clean-libtool clean-noinstLTLIBRARIES \
1071
- clean-toolexeclibLIBRARIES mostlyclean-am
1078
+ clean-am : clean-generic clean-libtool clean-local \
1079
+ clean-noinstLTLIBRARIES clean-toolexeclibLIBRARIES \
1080
+ mostlyclean-am
1072
1081
1073
1082
distclean : distclean-am
1074
1083
-rm -f $(am__CONFIG_DISTCLEAN_FILES )
1075
1084
-rm -rf ./$(DEPDIR )
1076
1085
-rm -f Makefile
1077
1086
distclean-am : clean-am distclean-compile distclean-generic \
1078
- distclean-libtool distclean-tags
1087
+ distclean-libtool distclean-local distclean- tags
1079
1088
1080
1089
dvi : dvi-am
1081
1090
@@ -1095,7 +1104,7 @@ install-dvi: install-dvi-am
1095
1104
1096
1105
install-dvi-am :
1097
1106
1098
- install-exec-am : install-toolexeclibLIBRARIES
1107
+ install-exec-am : install-exec-local install- toolexeclibLIBRARIES
1099
1108
1100
1109
install-html : install-html-am
1101
1110
@@ -1122,12 +1131,13 @@ maintainer-clean: maintainer-clean-am
1122
1131
-rm -rf $(top_srcdir ) /autom4te.cache
1123
1132
-rm -rf ./$(DEPDIR )
1124
1133
-rm -f Makefile
1125
- maintainer-clean-am : distclean-am maintainer-clean-generic
1134
+ maintainer-clean-am : distclean-am maintainer-clean-generic \
1135
+ maintainer-clean-local
1126
1136
1127
1137
mostlyclean : mostlyclean-am
1128
1138
1129
1139
mostlyclean-am : mostlyclean-compile mostlyclean-generic \
1130
- mostlyclean-libtool
1140
+ mostlyclean-libtool mostlyclean-local
1131
1141
1132
1142
pdf : pdf-am
1133
1143
@@ -1141,28 +1151,56 @@ uninstall-am: uninstall-toolexeclibLIBRARIES
1141
1151
1142
1152
.MAKE : install-am install-strip
1143
1153
1144
- .PHONY : CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
1145
- clean-cscope clean-generic clean-libtool \
1146
- clean-noinstLTLIBRARIES clean-toolexeclibLIBRARIES cscope \
1147
- cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1154
+ .PHONY : CTAGS GTAGS TAGS all all-am all-local am--refresh check \
1155
+ check-am clean clean-cscope clean-generic clean-libtool \
1156
+ clean-local clean- noinstLTLIBRARIES clean-toolexeclibLIBRARIES \
1157
+ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1148
1158
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1149
1159
distcheck distclean distclean-compile distclean-generic \
1150
- distclean-libtool distclean-tags distcleancheck distdir \
1151
- distuninstallcheck dvi dvi-am html html-am info info-am \
1152
- install install-am install-data install-data-am install-dvi \
1153
- install-dvi-am install-exec install-exec-am install-html \
1160
+ distclean-libtool distclean-local distclean-tags \
1161
+ distcleancheck distdir distuninstallcheck dvi dvi-am html \
1162
+ html-am info info-am install install-am install-data \
1163
+ install-data-am install-dvi install-dvi-am install-exec \
1164
+ install-exec-am install-exec-local install-html \
1154
1165
install-html-am install-info install-info-am install-man \
1155
1166
install-pdf install-pdf-am install-ps install-ps-am \
1156
1167
install-strip install-toolexeclibLIBRARIES installcheck \
1157
1168
installcheck-am installdirs maintainer-clean \
1158
- maintainer-clean-generic mostlyclean mostlyclean-compile \
1159
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1160
- tags tags -am uninstall uninstall -am \
1161
- uninstall-toolexeclibLIBRARIES
1169
+ maintainer-clean-generic maintainer-clean-local mostlyclean \
1170
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1171
+ mostlyclean-local pdf pdf -am ps ps -am tags tags-am uninstall \
1172
+ uninstall-am uninstall- toolexeclibLIBRARIES
1162
1173
1163
1174
.PRECIOUS : Makefile
1164
1175
1165
1176
1177
+ # GNU Make needs to see an explicit $(MAKE) variable in the command it
1178
+ # runs to enable its job server during parallel builds. Hence the
1179
+ # comments below.
1180
+ all-multi :
1181
+ $(MULTIDO ) $(AM_MAKEFLAGS ) DO=all multi-do # $(MAKE)
1182
+ install-multi :
1183
+ $(MULTIDO ) $(AM_MAKEFLAGS ) DO=install multi-do # $(MAKE)
1184
+ mostlyclean-multi :
1185
+ $(MULTICLEAN ) $(AM_MAKEFLAGS ) DO=mostlyclean multi-clean # $(MAKE)
1186
+ clean-multi :
1187
+ $(MULTICLEAN ) $(AM_MAKEFLAGS ) DO=clean multi-clean # $(MAKE)
1188
+ distclean-multi :
1189
+ $(MULTICLEAN ) $(AM_MAKEFLAGS ) DO=distclean multi-clean # $(MAKE)
1190
+ maintainer-clean-multi :
1191
+ $(MULTICLEAN ) $(AM_MAKEFLAGS ) DO=maintainer-clean multi-clean # $(MAKE)
1192
+
1193
+ .MAKE .PHONY : all-multi clean-multi distclean-multi install-am \
1194
+ install-multi maintainer-clean-multi mostlyclean-multi
1195
+
1196
+ install-exec-local : install-multi
1197
+
1198
+ all-local : all-multi
1199
+ mostlyclean-local : mostlyclean-multi
1200
+ clean-local : clean-multi
1201
+ distclean-local : distclean-multi
1202
+ maintainer-clean-local : maintainer-clean-multi
1203
+
1166
1204
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1167
1205
# Otherwise a system limit (for SysV at least) may be exceeded.
1168
1206
.NOEXPORT :
0 commit comments