|
1 |
| -# Makefile.in generated by automake 1.16.5 from Makefile.am. |
| 1 | +# Makefile.in generated by automake 1.17 from Makefile.am. |
2 | 2 | # @configure_input@
|
3 | 3 |
|
4 |
| -# Copyright (C) 1994-2021 Free Software Foundation, Inc. |
| 4 | +# Copyright (C) 1994-2024 Free Software Foundation, Inc. |
5 | 5 |
|
6 | 6 | # This Makefile.in is free software; the Free Software Foundation
|
7 | 7 | # gives unlimited permission to copy and/or distribute it,
|
@@ -76,6 +76,8 @@ am__make_running_with_option = \
|
76 | 76 | test $$has_opt = yes
|
77 | 77 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
78 | 78 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
| 79 | +am__rm_f = rm -f $(am__rm_f_notfound) |
| 80 | +am__rm_rf = rm -rf $(am__rm_f_notfound) |
79 | 81 | pkgdatadir = $(datadir)/@PACKAGE@
|
80 | 82 | pkgincludedir = $(includedir)/@PACKAGE@
|
81 | 83 | pkglibdir = $(libdir)/@PACKAGE@
|
@@ -248,10 +250,9 @@ am__base_list = \
|
248 | 250 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
249 | 251 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
250 | 252 | am__uninstall_files_from_dir = { \
|
251 |
| - test -z "$$files" \ |
252 |
| - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
253 |
| - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
254 |
| - $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 253 | + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 254 | + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 255 | + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ |
255 | 256 | }
|
256 | 257 | am__installdirs = "$(DESTDIR)$(docdir)"
|
257 | 258 | DATA = $(doc_DATA)
|
@@ -407,8 +408,10 @@ ac_ct_PKG_CONFIG = @ac_ct_PKG_CONFIG@
|
407 | 408 | am__include = @am__include@
|
408 | 409 | am__leading_dot = @am__leading_dot@
|
409 | 410 | am__quote = @am__quote@
|
| 411 | +am__rm_f_notfound = @am__rm_f_notfound@ |
410 | 412 | am__tar = @am__tar@
|
411 | 413 | am__untar = @am__untar@
|
| 414 | +am__xargs_n = @am__xargs_n@ |
412 | 415 | bindir = @bindir@
|
413 | 416 | build = @build@
|
414 | 417 | build_alias = @build_alias@
|
@@ -500,20 +503,20 @@ src/Common/config.h: src/Common/stamp-h1
|
500 | 503 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/Common/stamp-h1
|
501 | 504 |
|
502 | 505 | src/Common/stamp-h1: $(top_srcdir)/src/Common/config.h.in $(top_builddir)/config.status
|
503 |
| - @rm -f src/Common/stamp-h1 |
504 |
| - cd $(top_builddir) && $(SHELL) ./config.status src/Common/config.h |
| 506 | + $(AM_V_at)rm -f src/Common/stamp-h1 |
| 507 | + $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status src/Common/config.h |
505 | 508 | $(top_srcdir)/src/Common/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
506 |
| - ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
507 |
| - rm -f src/Common/stamp-h1 |
508 |
| - touch $@ |
| 509 | + $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| 510 | + $(AM_V_at)rm -f src/Common/stamp-h1 |
| 511 | + $(AM_V_at)touch $@ |
509 | 512 |
|
510 | 513 | src/Common/config_ipopt.h: src/Common/stamp-h2
|
511 | 514 | @test -f $@ || rm -f src/Common/stamp-h2
|
512 | 515 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/Common/stamp-h2
|
513 | 516 |
|
514 | 517 | src/Common/stamp-h2: $(top_srcdir)/src/Common/config_ipopt.h.in $(top_builddir)/config.status
|
515 |
| - @rm -f src/Common/stamp-h2 |
516 |
| - cd $(top_builddir) && $(SHELL) ./config.status src/Common/config_ipopt.h |
| 518 | + $(AM_V_at)rm -f src/Common/stamp-h2 |
| 519 | + $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status src/Common/config_ipopt.h |
517 | 520 |
|
518 | 521 | distclean-hdr:
|
519 | 522 | -rm -f src/Common/config.h src/Common/stamp-h1 src/Common/config_ipopt.h src/Common/stamp-h2
|
@@ -747,8 +750,8 @@ mostlyclean-generic:
|
747 | 750 | clean-generic:
|
748 | 751 |
|
749 | 752 | distclean-generic:
|
750 |
| - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
751 |
| - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 753 | + -$(am__rm_f) $(CONFIG_CLEAN_FILES) |
| 754 | + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) |
752 | 755 |
|
753 | 756 | maintainer-clean-generic:
|
754 | 757 | @echo "This command is intended for maintainers to use"
|
@@ -880,3 +883,10 @@ cppcheck-config:
|
880 | 883 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
881 | 884 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
882 | 885 | .NOEXPORT:
|
| 886 | + |
| 887 | +# Tell GNU make to disable its built-in pattern rules. |
| 888 | +%:: %,v |
| 889 | +%:: RCS/%,v |
| 890 | +%:: RCS/% |
| 891 | +%:: s.% |
| 892 | +%:: SCCS/s.% |
0 commit comments