"Fossies" - the Fresh Open Source Software Archive 
Member "harminv-1.4.2/Makefile.in" (6 Feb 2023, 49547 Bytes) of package /linux/privat/harminv-1.4.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
1.4.1_vs_1.4.2.
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19
20 VPATH = @srcdir@
21 am__is_gnu_make = { \
22 if test -z '$(MAKELEVEL)'; then \
23 false; \
24 elif test -n '$(MAKE_HOST)'; then \
25 true; \
26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27 true; \
28 else \
29 false; \
30 fi; \
31 }
32 am__make_running_with_option = \
33 case $${target_option-} in \
34 ?) ;; \
35 *) echo "am__make_running_with_option: internal error: invalid" \
36 "target option '$${target_option-}' specified" >&2; \
37 exit 1;; \
38 esac; \
39 has_opt=no; \
40 sane_makeflags=$$MAKEFLAGS; \
41 if $(am__is_gnu_make); then \
42 sane_makeflags=$$MFLAGS; \
43 else \
44 case $$MAKEFLAGS in \
45 *\\[\ \ ]*) \
46 bs=\\; \
47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
49 esac; \
50 fi; \
51 skip_next=no; \
52 strip_trailopt () \
53 { \
54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55 }; \
56 for flg in $$sane_makeflags; do \
57 test $$skip_next = yes && { skip_next=no; continue; }; \
58 case $$flg in \
59 *=*|--*) continue;; \
60 -*I) strip_trailopt 'I'; skip_next=yes;; \
61 -*I?*) strip_trailopt 'I';; \
62 -*O) strip_trailopt 'O'; skip_next=yes;; \
63 -*O?*) strip_trailopt 'O';; \
64 -*l) strip_trailopt 'l'; skip_next=yes;; \
65 -*l?*) strip_trailopt 'l';; \
66 -[dEDm]) skip_next=yes;; \
67 -[JT]) skip_next=yes;; \
68 esac; \
69 case $$flg in \
70 *$$target_option*) has_opt=yes; break;; \
71 esac; \
72 done; \
73 test $$has_opt = yes
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkgincludedir = $(includedir)/@PACKAGE@
78 pkglibdir = $(libdir)/@PACKAGE@
79 pkglibexecdir = $(libexecdir)/@PACKAGE@
80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 install_sh_DATA = $(install_sh) -c -m 644
82 install_sh_PROGRAM = $(install_sh) -c
83 install_sh_SCRIPT = $(install_sh) -c
84 INSTALL_HEADER = $(INSTALL_DATA)
85 transform = $(program_transform_name)
86 NORMAL_INSTALL = :
87 PRE_INSTALL = :
88 POST_INSTALL = :
89 NORMAL_UNINSTALL = :
90 PRE_UNINSTALL = :
91 POST_UNINSTALL = :
92 build_triplet = @build@
93 host_triplet = @host@
94 bin_PROGRAMS = harminv$(EXEEXT)
95 noinst_PROGRAMS = sines$(EXEEXT)
96 subdir = .
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
99 $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/libtool.m4 \
100 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
101 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
102 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106 $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
107 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108 configure.lineno config.status.lineno
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES = harminv.pc
112 CONFIG_CLEAN_VPATH_FILES =
113 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
114 "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
115 "$(DESTDIR)$(includedir)"
116 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
117 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118 am__vpath_adj = case $$p in \
119 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120 *) f=$$p;; \
121 esac;
122 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123 am__install_max = 40
124 am__nobase_strip_setup = \
125 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126 am__nobase_strip = \
127 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128 am__nobase_list = $(am__nobase_strip_setup); \
129 for p in $$list; do echo "$$p $$p"; done | \
130 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132 if (++n[$$2] == $(am__install_max)) \
133 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134 END { for (dir in files) print dir, files[dir] }'
135 am__base_list = \
136 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138 am__uninstall_files_from_dir = { \
139 test -z "$$files" \
140 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142 $(am__cd) "$$dir" && rm -f $$files; }; \
143 }
144 LTLIBRARIES = $(lib_LTLIBRARIES)
145 libharminv_la_LIBADD =
146 am_libharminv_la_OBJECTS = harminv.lo
147 libharminv_la_OBJECTS = $(am_libharminv_la_OBJECTS)
148 AM_V_lt = $(am__v_lt_@AM_V@)
149 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
150 am__v_lt_0 = --silent
151 am__v_lt_1 =
152 libharminv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
154 $(libharminv_la_LDFLAGS) $(LDFLAGS) -o $@
155 am_harminv_OBJECTS = harminv-main.$(OBJEXT)
156 harminv_OBJECTS = $(am_harminv_OBJECTS)
157 harminv_DEPENDENCIES = libharminv.la
158 am_sines_OBJECTS = sines.$(OBJEXT)
159 sines_OBJECTS = $(am_sines_OBJECTS)
160 sines_LDADD = $(LDADD)
161 AM_V_P = $(am__v_P_@AM_V@)
162 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
163 am__v_P_0 = false
164 am__v_P_1 = :
165 AM_V_GEN = $(am__v_GEN_@AM_V@)
166 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
167 am__v_GEN_0 = @echo " GEN " $@;
168 am__v_GEN_1 =
169 AM_V_at = $(am__v_at_@AM_V@)
170 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
171 am__v_at_0 = @
172 am__v_at_1 =
173 DEFAULT_INCLUDES = -I.@am__isrc@
174 depcomp = $(SHELL) $(top_srcdir)/depcomp
175 am__maybe_remake_depfiles = depfiles
176 am__depfiles_remade = ./$(DEPDIR)/harminv-main.Po \
177 ./$(DEPDIR)/harminv.Plo ./$(DEPDIR)/sines.Po
178 am__mv = mv -f
179 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
180 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
183 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
184 $(AM_CFLAGS) $(CFLAGS)
185 AM_V_CC = $(am__v_CC_@AM_V@)
186 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
187 am__v_CC_0 = @echo " CC " $@;
188 am__v_CC_1 =
189 CCLD = $(CC)
190 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
192 $(AM_LDFLAGS) $(LDFLAGS) -o $@
193 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
194 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
195 am__v_CCLD_0 = @echo " CCLD " $@;
196 am__v_CCLD_1 =
197 SOURCES = $(libharminv_la_SOURCES) $(harminv_SOURCES) $(sines_SOURCES)
198 DIST_SOURCES = $(libharminv_la_SOURCES) $(harminv_SOURCES) \
199 $(sines_SOURCES)
200 am__can_run_installinfo = \
201 case $$AM_UPDATE_INFO_DIR in \
202 n|no|NO) false;; \
203 *) (install-info --version) >/dev/null 2>&1;; \
204 esac
205 man1dir = $(mandir)/man1
206 NROFF = nroff
207 MANS = $(dist_man_MANS)
208 DATA = $(pkgconfig_DATA)
209 HEADERS = $(include_HEADERS)
210 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
211 config.h.in
212 # Read a list of newline-separated strings from the standard input,
213 # and print each of them once, without duplicates. Input order is
214 # *not* preserved.
215 am__uniquify_input = $(AWK) '\
216 BEGIN { nonempty = 0; } \
217 { items[$$0] = 1; nonempty = 1; } \
218 END { if (nonempty) { for (i in items) print i; }; } \
219 '
220 # Make sure the list of sources is unique. This is necessary because,
221 # e.g., the same source file might be shared among _SOURCES variables
222 # for different programs/libraries.
223 am__define_uniq_tagged_files = \
224 list='$(am__tagged_files)'; \
225 unique=`for i in $$list; do \
226 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 done | $(am__uniquify_input)`
228 AM_RECURSIVE_TARGETS = cscope check recheck
229 am__tty_colors_dummy = \
230 mgn= red= grn= lgn= blu= brg= std=; \
231 am__color_tests=no
232 am__tty_colors = { \
233 $(am__tty_colors_dummy); \
234 if test "X$(AM_COLOR_TESTS)" = Xno; then \
235 am__color_tests=no; \
236 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
237 am__color_tests=yes; \
238 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
239 am__color_tests=yes; \
240 fi; \
241 if test $$am__color_tests = yes; then \
242 red='[0;31m'; \
243 grn='[0;32m'; \
244 lgn='[1;32m'; \
245 blu='[1;34m'; \
246 mgn='[0;35m'; \
247 brg='[1m'; \
248 std='[m'; \
249 fi; \
250 }
251 am__recheck_rx = ^[ ]*:recheck:[ ]*
252 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
253 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
254 # A command that, given a newline-separated list of test names on the
255 # standard input, print the name of the tests that are to be re-run
256 # upon "make recheck".
257 am__list_recheck_tests = $(AWK) '{ \
258 recheck = 1; \
259 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
260 { \
261 if (rc < 0) \
262 { \
263 if ((getline line2 < ($$0 ".log")) < 0) \
264 recheck = 0; \
265 break; \
266 } \
267 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
268 { \
269 recheck = 0; \
270 break; \
271 } \
272 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
273 { \
274 break; \
275 } \
276 }; \
277 if (recheck) \
278 print $$0; \
279 close ($$0 ".trs"); \
280 close ($$0 ".log"); \
281 }'
282 # A command that, given a newline-separated list of test names on the
283 # standard input, create the global log from their .trs and .log files.
284 am__create_global_log = $(AWK) ' \
285 function fatal(msg) \
286 { \
287 print "fatal: making $@: " msg | "cat >&2"; \
288 exit 1; \
289 } \
290 function rst_section(header) \
291 { \
292 print header; \
293 len = length(header); \
294 for (i = 1; i <= len; i = i + 1) \
295 printf "="; \
296 printf "\n\n"; \
297 } \
298 { \
299 copy_in_global_log = 1; \
300 global_test_result = "RUN"; \
301 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
302 { \
303 if (rc < 0) \
304 fatal("failed to read from " $$0 ".trs"); \
305 if (line ~ /$(am__global_test_result_rx)/) \
306 { \
307 sub("$(am__global_test_result_rx)", "", line); \
308 sub("[ ]*$$", "", line); \
309 global_test_result = line; \
310 } \
311 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
312 copy_in_global_log = 0; \
313 }; \
314 if (copy_in_global_log) \
315 { \
316 rst_section(global_test_result ": " $$0); \
317 while ((rc = (getline line < ($$0 ".log"))) != 0) \
318 { \
319 if (rc < 0) \
320 fatal("failed to read from " $$0 ".log"); \
321 print line; \
322 }; \
323 printf "\n"; \
324 }; \
325 close ($$0 ".trs"); \
326 close ($$0 ".log"); \
327 }'
328 # Restructured Text title.
329 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
330 # Solaris 10 'make', and several other traditional 'make' implementations,
331 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
332 # by disabling -e (using the XSI extension "set +e") if it's set.
333 am__sh_e_setup = case $$- in *e*) set +e;; esac
334 # Default flags passed to test drivers.
335 am__common_driver_flags = \
336 --color-tests "$$am__color_tests" \
337 --enable-hard-errors "$$am__enable_hard_errors" \
338 --expect-failure "$$am__expect_failure"
339 # To be inserted before the command running the test. Creates the
340 # directory for the log if needed. Stores in $dir the directory
341 # containing $f, in $tst the test, in $log the log. Executes the
342 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
343 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
344 # will run the test scripts (or their associated LOG_COMPILER, if
345 # thy have one).
346 am__check_pre = \
347 $(am__sh_e_setup); \
348 $(am__vpath_adj_setup) $(am__vpath_adj) \
349 $(am__tty_colors); \
350 srcdir=$(srcdir); export srcdir; \
351 case "$@" in \
352 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
353 *) am__odir=.;; \
354 esac; \
355 test "x$$am__odir" = x"." || test -d "$$am__odir" \
356 || $(MKDIR_P) "$$am__odir" || exit $$?; \
357 if test -f "./$$f"; then dir=./; \
358 elif test -f "$$f"; then dir=; \
359 else dir="$(srcdir)/"; fi; \
360 tst=$$dir$$f; log='$@'; \
361 if test -n '$(DISABLE_HARD_ERRORS)'; then \
362 am__enable_hard_errors=no; \
363 else \
364 am__enable_hard_errors=yes; \
365 fi; \
366 case " $(XFAIL_TESTS) " in \
367 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
368 am__expect_failure=yes;; \
369 *) \
370 am__expect_failure=no;; \
371 esac; \
372 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
373 # A shell command to get the names of the tests scripts with any registered
374 # extension removed (i.e., equivalently, the names of the test logs, with
375 # the '.log' extension removed). The result is saved in the shell variable
376 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
377 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
378 # since that might cause problem with VPATH rewrites for suffix-less tests.
379 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
380 am__set_TESTS_bases = \
381 bases='$(TEST_LOGS)'; \
382 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
383 bases=`echo $$bases`
384 AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
385 RECHECK_LOGS = $(TEST_LOGS)
386 TEST_SUITE_LOG = test-suite.log
387 TEST_EXTENSIONS = @EXEEXT@ .test
388 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
389 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
390 am__set_b = \
391 case '$@' in \
392 */*) \
393 case '$*' in \
394 */*) b='$*';; \
395 *) b=`echo '$@' | sed 's/\.log$$//'`; \
396 esac;; \
397 *) \
398 b='$*';; \
399 esac
400 am__test_logs1 = $(TESTS:=.log)
401 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
402 TEST_LOGS = $(am__test_logs2:.test.log=.log)
403 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
404 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
405 $(TEST_LOG_FLAGS)
406 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
407 $(srcdir)/config.h.in $(srcdir)/harminv.pc.in COPYING NEWS.md \
408 README.md compile config.guess config.sub depcomp install-sh \
409 ltmain.sh missing test-driver
410 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
411 distdir = $(PACKAGE)-$(VERSION)
412 top_distdir = $(distdir)
413 am__remove_distdir = \
414 if test -d "$(distdir)"; then \
415 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
416 && rm -rf "$(distdir)" \
417 || { sleep 5 && rm -rf "$(distdir)"; }; \
418 else :; fi
419 am__post_remove_distdir = $(am__remove_distdir)
420 DIST_ARCHIVES = $(distdir).tar.gz
421 GZIP_ENV = --best
422 DIST_TARGETS = dist-gzip
423 # Exists only to be overridden by the user if desired.
424 AM_DISTCHECK_DVI_TARGET = dvi
425 distuninstallcheck_listfiles = find . -type f -print
426 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
427 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
428 distcleancheck_listfiles = find . -type f -print
429 ACLOCAL = @ACLOCAL@
430 AMTAR = @AMTAR@
431 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
432 AR = @AR@
433 AUTOCONF = @AUTOCONF@
434 AUTOHEADER = @AUTOHEADER@
435 AUTOMAKE = @AUTOMAKE@
436 AWK = @AWK@
437 BLAS_LIBS = @BLAS_LIBS@
438 CC = @CC@
439 CCDEPMODE = @CCDEPMODE@
440 CFLAGS = @CFLAGS@
441 CPPFLAGS = @CPPFLAGS@
442 CSCOPE = @CSCOPE@
443 CTAGS = @CTAGS@
444 CXX = @CXX@
445 CXXCPP = @CXXCPP@
446 CXXDEPMODE = @CXXDEPMODE@
447 CXXFLAGS = @CXXFLAGS@
448 CYGPATH_W = @CYGPATH_W@
449 DEFS = @DEFS@
450 DEPDIR = @DEPDIR@
451 DLLTOOL = @DLLTOOL@
452 DSYMUTIL = @DSYMUTIL@
453 DUMPBIN = @DUMPBIN@
454 ECHO_C = @ECHO_C@
455 ECHO_N = @ECHO_N@
456 ECHO_T = @ECHO_T@
457 EGREP = @EGREP@
458 ETAGS = @ETAGS@
459 EXEEXT = @EXEEXT@
460 F77 = @F77@
461 FFLAGS = @FFLAGS@
462 FGREP = @FGREP@
463 FILECMD = @FILECMD@
464 FLIBS = @FLIBS@
465 GREP = @GREP@
466 INSTALL = @INSTALL@
467 INSTALL_DATA = @INSTALL_DATA@
468 INSTALL_PROGRAM = @INSTALL_PROGRAM@
469 INSTALL_SCRIPT = @INSTALL_SCRIPT@
470 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
471 LAPACK_LIBS = @LAPACK_LIBS@
472 LD = @LD@
473 LDFLAGS = @LDFLAGS@
474 LIBOBJS = @LIBOBJS@
475 LIBS = @LIBS@
476 LIBTOOL = @LIBTOOL@
477 LIPO = @LIPO@
478 LN_S = @LN_S@
479 LTLIBOBJS = @LTLIBOBJS@
480 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
481 MAINT = @MAINT@
482 MAKEINFO = @MAKEINFO@
483 MANIFEST_TOOL = @MANIFEST_TOOL@
484 MKDIR_P = @MKDIR_P@
485 NM = @NM@
486 NMEDIT = @NMEDIT@
487 OBJDUMP = @OBJDUMP@
488 OBJEXT = @OBJEXT@
489 OTOOL = @OTOOL@
490 OTOOL64 = @OTOOL64@
491 PACKAGE = @PACKAGE@
492 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
493 PACKAGE_NAME = @PACKAGE_NAME@
494 PACKAGE_STRING = @PACKAGE_STRING@
495 PACKAGE_TARNAME = @PACKAGE_TARNAME@
496 PACKAGE_URL = @PACKAGE_URL@
497 PACKAGE_VERSION = @PACKAGE_VERSION@
498 PATH_SEPARATOR = @PATH_SEPARATOR@
499 RANLIB = @RANLIB@
500 SED = @SED@
501 SET_MAKE = @SET_MAKE@
502 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
503 SHELL = @SHELL@
504 STRIP = @STRIP@
505 VERSION = @VERSION@
506 abs_builddir = @abs_builddir@
507 abs_srcdir = @abs_srcdir@
508 abs_top_builddir = @abs_top_builddir@
509 abs_top_srcdir = @abs_top_srcdir@
510 ac_ct_AR = @ac_ct_AR@
511 ac_ct_CC = @ac_ct_CC@
512 ac_ct_CXX = @ac_ct_CXX@
513 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
514 ac_ct_F77 = @ac_ct_F77@
515 am__include = @am__include@
516 am__leading_dot = @am__leading_dot@
517 am__quote = @am__quote@
518 am__tar = @am__tar@
519 am__untar = @am__untar@
520 bindir = @bindir@
521 build = @build@
522 build_alias = @build_alias@
523 build_cpu = @build_cpu@
524 build_os = @build_os@
525 build_vendor = @build_vendor@
526 builddir = @builddir@
527 datadir = @datadir@
528 datarootdir = @datarootdir@
529 docdir = @docdir@
530 dvidir = @dvidir@
531 exec_prefix = @exec_prefix@
532 host = @host@
533 host_alias = @host_alias@
534 host_cpu = @host_cpu@
535 host_os = @host_os@
536 host_vendor = @host_vendor@
537 htmldir = @htmldir@
538 includedir = @includedir@
539 infodir = @infodir@
540 install_sh = @install_sh@
541 libdir = @libdir@
542 libexecdir = @libexecdir@
543 localedir = @localedir@
544 localstatedir = @localstatedir@
545 mandir = @mandir@
546 mkdir_p = @mkdir_p@
547 oldincludedir = @oldincludedir@
548 pdfdir = @pdfdir@
549 prefix = @prefix@
550 program_transform_name = @program_transform_name@
551 psdir = @psdir@
552 runstatedir = @runstatedir@
553 sbindir = @sbindir@
554 sharedstatedir = @sharedstatedir@
555 srcdir = @srcdir@
556 sysconfdir = @sysconfdir@
557 target_alias = @target_alias@
558 top_build_prefix = @top_build_prefix@
559 top_builddir = @top_builddir@
560 top_srcdir = @top_srcdir@
561 lib_LTLIBRARIES = libharminv.la
562 include_HEADERS = harminv.h
563 dist_man_MANS = doc/harminv.1
564 pkgconfigdir = $(libdir)/pkgconfig
565 pkgconfig_DATA = harminv.pc
566 ACLOCAL_AMFLAGS = -I m4
567 DOCS = README.md NEWS.md doc/Harminv.gif doc/harminv-man.md doc/installation.md doc/library.md
568 EXTRA_DIST = $(DOCS) COPYRIGHT harminv.pc.in m4 sines-test.sh
569 libharminv_la_SOURCES = harminv.c harminv.h harminv-int.h check.h
570 libharminv_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
571 harminv_SOURCES = harminv-main.c copyright.h
572 harminv_LDADD = libharminv.la
573 sines_SOURCES = sines.c
574 BUILT_SOURCES = copyright.h
575 TESTS = sines-test.sh
576 all: $(BUILT_SOURCES) config.h
577 $(MAKE) $(AM_MAKEFLAGS) all-am
578
579 .SUFFIXES:
580 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
581 am--refresh: Makefile
582 @:
583 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
584 @for dep in $?; do \
585 case '$(am__configure_deps)' in \
586 *$$dep*) \
587 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
588 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
589 && exit 0; \
590 exit 1;; \
591 esac; \
592 done; \
593 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
594 $(am__cd) $(top_srcdir) && \
595 $(AUTOMAKE) --foreign Makefile
596 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
597 @case '$?' in \
598 *config.status*) \
599 echo ' $(SHELL) ./config.status'; \
600 $(SHELL) ./config.status;; \
601 *) \
602 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
603 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
604 esac;
605
606 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
607 $(SHELL) ./config.status --recheck
608
609 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
610 $(am__cd) $(srcdir) && $(AUTOCONF)
611 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
612 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
613 $(am__aclocal_m4_deps):
614
615 config.h: stamp-h1
616 @test -f $@ || rm -f stamp-h1
617 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
618
619 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
620 @rm -f stamp-h1
621 cd $(top_builddir) && $(SHELL) ./config.status config.h
622 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
623 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
624 rm -f stamp-h1
625 touch $@
626
627 distclean-hdr:
628 -rm -f config.h stamp-h1
629 harminv.pc: $(top_builddir)/config.status $(srcdir)/harminv.pc.in
630 cd $(top_builddir) && $(SHELL) ./config.status $@
631 install-binPROGRAMS: $(bin_PROGRAMS)
632 @$(NORMAL_INSTALL)
633 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
634 if test -n "$$list"; then \
635 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
636 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
637 fi; \
638 for p in $$list; do echo "$$p $$p"; done | \
639 sed 's/$(EXEEXT)$$//' | \
640 while read p p1; do if test -f $$p \
641 || test -f $$p1 \
642 ; then echo "$$p"; echo "$$p"; else :; fi; \
643 done | \
644 sed -e 'p;s,.*/,,;n;h' \
645 -e 's|.*|.|' \
646 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
647 sed 'N;N;N;s,\n, ,g' | \
648 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
649 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
650 if ($$2 == $$4) files[d] = files[d] " " $$1; \
651 else { print "f", $$3 "/" $$4, $$1; } } \
652 END { for (d in files) print "f", d, files[d] }' | \
653 while read type dir files; do \
654 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
655 test -z "$$files" || { \
656 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
657 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
658 } \
659 ; done
660
661 uninstall-binPROGRAMS:
662 @$(NORMAL_UNINSTALL)
663 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
664 files=`for p in $$list; do echo "$$p"; done | \
665 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
666 -e 's/$$/$(EXEEXT)/' \
667 `; \
668 test -n "$$list" || exit 0; \
669 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
670 cd "$(DESTDIR)$(bindir)" && rm -f $$files
671
672 clean-binPROGRAMS:
673 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
674 echo " rm -f" $$list; \
675 rm -f $$list || exit $$?; \
676 test -n "$(EXEEXT)" || exit 0; \
677 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
678 echo " rm -f" $$list; \
679 rm -f $$list
680
681 clean-noinstPROGRAMS:
682 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
683 echo " rm -f" $$list; \
684 rm -f $$list || exit $$?; \
685 test -n "$(EXEEXT)" || exit 0; \
686 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
687 echo " rm -f" $$list; \
688 rm -f $$list
689
690 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
691 @$(NORMAL_INSTALL)
692 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
693 list2=; for p in $$list; do \
694 if test -f $$p; then \
695 list2="$$list2 $$p"; \
696 else :; fi; \
697 done; \
698 test -z "$$list2" || { \
699 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
700 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
701 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
702 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
703 }
704
705 uninstall-libLTLIBRARIES:
706 @$(NORMAL_UNINSTALL)
707 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
708 for p in $$list; do \
709 $(am__strip_dir) \
710 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
711 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
712 done
713
714 clean-libLTLIBRARIES:
715 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
716 @list='$(lib_LTLIBRARIES)'; \
717 locs=`for p in $$list; do echo $$p; done | \
718 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
719 sort -u`; \
720 test -z "$$locs" || { \
721 echo rm -f $${locs}; \
722 rm -f $${locs}; \
723 }
724
725 libharminv.la: $(libharminv_la_OBJECTS) $(libharminv_la_DEPENDENCIES) $(EXTRA_libharminv_la_DEPENDENCIES)
726 $(AM_V_CCLD)$(libharminv_la_LINK) -rpath $(libdir) $(libharminv_la_OBJECTS) $(libharminv_la_LIBADD) $(LIBS)
727
728 harminv$(EXEEXT): $(harminv_OBJECTS) $(harminv_DEPENDENCIES) $(EXTRA_harminv_DEPENDENCIES)
729 @rm -f harminv$(EXEEXT)
730 $(AM_V_CCLD)$(LINK) $(harminv_OBJECTS) $(harminv_LDADD) $(LIBS)
731
732 sines$(EXEEXT): $(sines_OBJECTS) $(sines_DEPENDENCIES) $(EXTRA_sines_DEPENDENCIES)
733 @rm -f sines$(EXEEXT)
734 $(AM_V_CCLD)$(LINK) $(sines_OBJECTS) $(sines_LDADD) $(LIBS)
735
736 mostlyclean-compile:
737 -rm -f *.$(OBJEXT)
738
739 distclean-compile:
740 -rm -f *.tab.c
741
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/harminv-main.Po@am__quote@ # am--include-marker
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/harminv.Plo@am__quote@ # am--include-marker
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sines.Po@am__quote@ # am--include-marker
745
746 $(am__depfiles_remade):
747 @$(MKDIR_P) $(@D)
748 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
749
750 am--depfiles: $(am__depfiles_remade)
751
752 .c.o:
753 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
754 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
755 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
756 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
757 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
758
759 .c.obj:
760 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
761 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
764 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
765
766 .c.lo:
767 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
768 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
772
773 mostlyclean-libtool:
774 -rm -f *.lo
775
776 clean-libtool:
777 -rm -rf .libs _libs
778
779 distclean-libtool:
780 -rm -f libtool config.lt
781 install-man1: $(dist_man_MANS)
782 @$(NORMAL_INSTALL)
783 @list1=''; \
784 list2='$(dist_man_MANS)'; \
785 test -n "$(man1dir)" \
786 && test -n "`echo $$list1$$list2`" \
787 || exit 0; \
788 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
789 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
790 { for i in $$list1; do echo "$$i"; done; \
791 if test -n "$$list2"; then \
792 for i in $$list2; do echo "$$i"; done \
793 | sed -n '/\.1[a-z]*$$/p'; \
794 fi; \
795 } | while read p; do \
796 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
797 echo "$$d$$p"; echo "$$p"; \
798 done | \
799 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
800 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
801 sed 'N;N;s,\n, ,g' | { \
802 list=; while read file base inst; do \
803 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
804 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
805 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
806 fi; \
807 done; \
808 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
809 while read files; do \
810 test -z "$$files" || { \
811 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
812 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
813 done; }
814
815 uninstall-man1:
816 @$(NORMAL_UNINSTALL)
817 @list=''; test -n "$(man1dir)" || exit 0; \
818 files=`{ for i in $$list; do echo "$$i"; done; \
819 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
820 sed -n '/\.1[a-z]*$$/p'; \
821 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
822 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
823 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
824 install-pkgconfigDATA: $(pkgconfig_DATA)
825 @$(NORMAL_INSTALL)
826 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
827 if test -n "$$list"; then \
828 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
829 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
830 fi; \
831 for p in $$list; do \
832 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
833 echo "$$d$$p"; \
834 done | $(am__base_list) | \
835 while read files; do \
836 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
837 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
838 done
839
840 uninstall-pkgconfigDATA:
841 @$(NORMAL_UNINSTALL)
842 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
843 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
844 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
845 install-includeHEADERS: $(include_HEADERS)
846 @$(NORMAL_INSTALL)
847 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
848 if test -n "$$list"; then \
849 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
850 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
851 fi; \
852 for p in $$list; do \
853 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
854 echo "$$d$$p"; \
855 done | $(am__base_list) | \
856 while read files; do \
857 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
858 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
859 done
860
861 uninstall-includeHEADERS:
862 @$(NORMAL_UNINSTALL)
863 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
864 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
865 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
866
867 ID: $(am__tagged_files)
868 $(am__define_uniq_tagged_files); mkid -fID $$unique
869 tags: tags-am
870 TAGS: tags
871
872 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
873 set x; \
874 here=`pwd`; \
875 $(am__define_uniq_tagged_files); \
876 shift; \
877 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
878 test -n "$$unique" || unique=$$empty_fix; \
879 if test $$# -gt 0; then \
880 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
881 "$$@" $$unique; \
882 else \
883 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
884 $$unique; \
885 fi; \
886 fi
887 ctags: ctags-am
888
889 CTAGS: ctags
890 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
891 $(am__define_uniq_tagged_files); \
892 test -z "$(CTAGS_ARGS)$$unique" \
893 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
894 $$unique
895
896 GTAGS:
897 here=`$(am__cd) $(top_builddir) && pwd` \
898 && $(am__cd) $(top_srcdir) \
899 && gtags -i $(GTAGS_ARGS) "$$here"
900 cscope: cscope.files
901 test ! -s cscope.files \
902 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
903 clean-cscope:
904 -rm -f cscope.files
905 cscope.files: clean-cscope cscopelist
906 cscopelist: cscopelist-am
907
908 cscopelist-am: $(am__tagged_files)
909 list='$(am__tagged_files)'; \
910 case "$(srcdir)" in \
911 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
912 *) sdir=$(subdir)/$(srcdir) ;; \
913 esac; \
914 for i in $$list; do \
915 if test -f "$$i"; then \
916 echo "$(subdir)/$$i"; \
917 else \
918 echo "$$sdir/$$i"; \
919 fi; \
920 done >> $(top_builddir)/cscope.files
921
922 distclean-tags:
923 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
924 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
925
926 # Recover from deleted '.trs' file; this should ensure that
927 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
928 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
929 # to avoid problems with "make -n".
930 .log.trs:
931 rm -f $< $@
932 $(MAKE) $(AM_MAKEFLAGS) $<
933
934 # Leading 'am--fnord' is there to ensure the list of targets does not
935 # expand to empty, as could happen e.g. with make check TESTS=''.
936 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
937 am--force-recheck:
938 @:
939
940 $(TEST_SUITE_LOG): $(TEST_LOGS)
941 @$(am__set_TESTS_bases); \
942 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
943 redo_bases=`for i in $$bases; do \
944 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
945 done`; \
946 if test -n "$$redo_bases"; then \
947 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
948 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
949 if $(am__make_dryrun); then :; else \
950 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
951 fi; \
952 fi; \
953 if test -n "$$am__remaking_logs"; then \
954 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
955 "recursion detected" >&2; \
956 elif test -n "$$redo_logs"; then \
957 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
958 fi; \
959 if $(am__make_dryrun); then :; else \
960 st=0; \
961 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
962 for i in $$redo_bases; do \
963 test -f $$i.trs && test -r $$i.trs \
964 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
965 test -f $$i.log && test -r $$i.log \
966 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
967 done; \
968 test $$st -eq 0 || exit 1; \
969 fi
970 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
971 ws='[ ]'; \
972 results=`for b in $$bases; do echo $$b.trs; done`; \
973 test -n "$$results" || results=/dev/null; \
974 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
975 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
976 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
977 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
978 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
979 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
980 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
981 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
982 success=true; \
983 else \
984 success=false; \
985 fi; \
986 br='==================='; br=$$br$$br$$br$$br; \
987 result_count () \
988 { \
989 if test x"$$1" = x"--maybe-color"; then \
990 maybe_colorize=yes; \
991 elif test x"$$1" = x"--no-color"; then \
992 maybe_colorize=no; \
993 else \
994 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
995 fi; \
996 shift; \
997 desc=$$1 count=$$2; \
998 if test $$maybe_colorize = yes && test $$count -gt 0; then \
999 color_start=$$3 color_end=$$std; \
1000 else \
1001 color_start= color_end=; \
1002 fi; \
1003 echo "$${color_start}# $$desc $$count$${color_end}"; \
1004 }; \
1005 create_testsuite_report () \
1006 { \
1007 result_count $$1 "TOTAL:" $$all "$$brg"; \
1008 result_count $$1 "PASS: " $$pass "$$grn"; \
1009 result_count $$1 "SKIP: " $$skip "$$blu"; \
1010 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1011 result_count $$1 "FAIL: " $$fail "$$red"; \
1012 result_count $$1 "XPASS:" $$xpass "$$red"; \
1013 result_count $$1 "ERROR:" $$error "$$mgn"; \
1014 }; \
1015 { \
1016 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1017 $(am__rst_title); \
1018 create_testsuite_report --no-color; \
1019 echo; \
1020 echo ".. contents:: :depth: 2"; \
1021 echo; \
1022 for b in $$bases; do echo $$b; done \
1023 | $(am__create_global_log); \
1024 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1025 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1026 if $$success; then \
1027 col="$$grn"; \
1028 else \
1029 col="$$red"; \
1030 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1031 fi; \
1032 echo "$${col}$$br$${std}"; \
1033 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
1034 echo "$${col}$$br$${std}"; \
1035 create_testsuite_report --maybe-color; \
1036 echo "$$col$$br$$std"; \
1037 if $$success; then :; else \
1038 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1039 if test -n "$(PACKAGE_BUGREPORT)"; then \
1040 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1041 fi; \
1042 echo "$$col$$br$$std"; \
1043 fi; \
1044 $$success || exit 1
1045
1046 check-TESTS:
1047 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1048 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1049 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1050 @set +e; $(am__set_TESTS_bases); \
1051 log_list=`for i in $$bases; do echo $$i.log; done`; \
1052 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1053 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1054 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1055 exit $$?;
1056 recheck: all
1057 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1058 @set +e; $(am__set_TESTS_bases); \
1059 bases=`for i in $$bases; do echo $$i; done \
1060 | $(am__list_recheck_tests)` || exit 1; \
1061 log_list=`for i in $$bases; do echo $$i.log; done`; \
1062 log_list=`echo $$log_list`; \
1063 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1064 am__force_recheck=am--force-recheck \
1065 TEST_LOGS="$$log_list"; \
1066 exit $$?
1067 sines-test.sh.log: sines-test.sh
1068 @p='sines-test.sh'; \
1069 b='sines-test.sh'; \
1070 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1071 --log-file $$b.log --trs-file $$b.trs \
1072 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1073 "$$tst" $(AM_TESTS_FD_REDIRECT)
1074 .test.log:
1075 @p='$<'; \
1076 $(am__set_b); \
1077 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1078 --log-file $$b.log --trs-file $$b.trs \
1079 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1080 "$$tst" $(AM_TESTS_FD_REDIRECT)
1081 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1082 @am__EXEEXT_TRUE@ @p='$<'; \
1083 @am__EXEEXT_TRUE@ $(am__set_b); \
1084 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1085 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1086 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1087 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1088 distdir: $(BUILT_SOURCES)
1089 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1090
1091 distdir-am: $(DISTFILES)
1092 $(am__remove_distdir)
1093 test -d "$(distdir)" || mkdir "$(distdir)"
1094 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1095 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1096 list='$(DISTFILES)'; \
1097 dist_files=`for file in $$list; do echo $$file; done | \
1098 sed -e "s|^$$srcdirstrip/||;t" \
1099 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1100 case $$dist_files in \
1101 */*) $(MKDIR_P) `echo "$$dist_files" | \
1102 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1103 sort -u` ;; \
1104 esac; \
1105 for file in $$dist_files; do \
1106 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1107 if test -d $$d/$$file; then \
1108 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1109 if test -d "$(distdir)/$$file"; then \
1110 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1111 fi; \
1112 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1113 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1114 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1115 fi; \
1116 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1117 else \
1118 test -f "$(distdir)/$$file" \
1119 || cp -p $$d/$$file "$(distdir)/$$file" \
1120 || exit 1; \
1121 fi; \
1122 done
1123 -test -n "$(am__skip_mode_fix)" \
1124 || find "$(distdir)" -type d ! -perm -755 \
1125 -exec chmod u+rwx,go+rx {} \; -o \
1126 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1127 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1128 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1129 || chmod -R a+r "$(distdir)"
1130 dist-gzip: distdir
1131 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1132 $(am__post_remove_distdir)
1133
1134 dist-bzip2: distdir
1135 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1136 $(am__post_remove_distdir)
1137
1138 dist-lzip: distdir
1139 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1140 $(am__post_remove_distdir)
1141
1142 dist-xz: distdir
1143 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1144 $(am__post_remove_distdir)
1145
1146 dist-zstd: distdir
1147 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
1148 $(am__post_remove_distdir)
1149
1150 dist-tarZ: distdir
1151 @echo WARNING: "Support for distribution archives compressed with" \
1152 "legacy program 'compress' is deprecated." >&2
1153 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1154 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1155 $(am__post_remove_distdir)
1156
1157 dist-shar: distdir
1158 @echo WARNING: "Support for shar distribution archives is" \
1159 "deprecated." >&2
1160 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1161 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1162 $(am__post_remove_distdir)
1163
1164 dist-zip: distdir
1165 -rm -f $(distdir).zip
1166 zip -rq $(distdir).zip $(distdir)
1167 $(am__post_remove_distdir)
1168
1169 dist dist-all:
1170 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1171 $(am__post_remove_distdir)
1172
1173 # This target untars the dist file and tries a VPATH configuration. Then
1174 # it guarantees that the distribution is self-contained by making another
1175 # tarfile.
1176 distcheck: dist
1177 case '$(DIST_ARCHIVES)' in \
1178 *.tar.gz*) \
1179 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1180 *.tar.bz2*) \
1181 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1182 *.tar.lz*) \
1183 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1184 *.tar.xz*) \
1185 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1186 *.tar.Z*) \
1187 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1188 *.shar.gz*) \
1189 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1190 *.zip*) \
1191 unzip $(distdir).zip ;;\
1192 *.tar.zst*) \
1193 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1194 esac
1195 chmod -R a-w $(distdir)
1196 chmod u+w $(distdir)
1197 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1198 chmod a-w $(distdir)
1199 test -d $(distdir)/_build || exit 0; \
1200 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1201 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1202 && am__cwd=`pwd` \
1203 && $(am__cd) $(distdir)/_build/sub \
1204 && ../../configure \
1205 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1206 $(DISTCHECK_CONFIGURE_FLAGS) \
1207 --srcdir=../.. --prefix="$$dc_install_base" \
1208 && $(MAKE) $(AM_MAKEFLAGS) \
1209 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1210 && $(MAKE) $(AM_MAKEFLAGS) check \
1211 && $(MAKE) $(AM_MAKEFLAGS) install \
1212 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1213 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1214 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1215 distuninstallcheck \
1216 && chmod -R a-w "$$dc_install_base" \
1217 && ({ \
1218 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1219 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1220 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1221 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1222 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1223 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1224 && rm -rf "$$dc_destdir" \
1225 && $(MAKE) $(AM_MAKEFLAGS) dist \
1226 && rm -rf $(DIST_ARCHIVES) \
1227 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1228 && cd "$$am__cwd" \
1229 || exit 1
1230 $(am__post_remove_distdir)
1231 @(echo "$(distdir) archives ready for distribution: "; \
1232 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1233 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1234 distuninstallcheck:
1235 @test -n '$(distuninstallcheck_dir)' || { \
1236 echo 'ERROR: trying to run $@ with an empty' \
1237 '$$(distuninstallcheck_dir)' >&2; \
1238 exit 1; \
1239 }; \
1240 $(am__cd) '$(distuninstallcheck_dir)' || { \
1241 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1242 exit 1; \
1243 }; \
1244 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1245 || { echo "ERROR: files left after uninstall:" ; \
1246 if test -n "$(DESTDIR)"; then \
1247 echo " (check DESTDIR support)"; \
1248 fi ; \
1249 $(distuninstallcheck_listfiles) ; \
1250 exit 1; } >&2
1251 distcleancheck: distclean
1252 @if test '$(srcdir)' = . ; then \
1253 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1254 exit 1 ; \
1255 fi
1256 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1257 || { echo "ERROR: files left in build directory after distclean:" ; \
1258 $(distcleancheck_listfiles) ; \
1259 exit 1; } >&2
1260 check-am: all-am
1261 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1262 check: $(BUILT_SOURCES)
1263 $(MAKE) $(AM_MAKEFLAGS) check-am
1264 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(DATA) $(HEADERS) \
1265 config.h
1266 install-binPROGRAMS: install-libLTLIBRARIES
1267
1268 installdirs:
1269 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
1270 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1271 done
1272 install: $(BUILT_SOURCES)
1273 $(MAKE) $(AM_MAKEFLAGS) install-am
1274 install-exec: $(BUILT_SOURCES)
1275 $(MAKE) $(AM_MAKEFLAGS) install-exec-am
1276 install-data: install-data-am
1277 uninstall: uninstall-am
1278
1279 install-am: all-am
1280 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1281
1282 installcheck: installcheck-am
1283 install-strip:
1284 if test -z '$(STRIP)'; then \
1285 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1286 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1287 install; \
1288 else \
1289 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1290 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1291 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1292 fi
1293 mostlyclean-generic:
1294 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1295 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1296 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1297
1298 clean-generic:
1299
1300 distclean-generic:
1301 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1302 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1303
1304 maintainer-clean-generic:
1305 @echo "This command is intended for maintainers to use"
1306 @echo "it deletes files that may require special tools to rebuild."
1307 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1308 @MAINTAINER_MODE_FALSE@maintainer-clean-local:
1309 clean: clean-am
1310
1311 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1312 clean-libtool clean-noinstPROGRAMS mostlyclean-am
1313
1314 distclean: distclean-am
1315 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1316 -rm -f ./$(DEPDIR)/harminv-main.Po
1317 -rm -f ./$(DEPDIR)/harminv.Plo
1318 -rm -f ./$(DEPDIR)/sines.Po
1319 -rm -f Makefile
1320 distclean-am: clean-am distclean-compile distclean-generic \
1321 distclean-hdr distclean-libtool distclean-tags
1322
1323 dvi: dvi-am
1324
1325 dvi-am:
1326
1327 html: html-am
1328
1329 html-am:
1330
1331 info: info-am
1332
1333 info-am:
1334
1335 install-data-am: install-includeHEADERS install-man \
1336 install-pkgconfigDATA
1337
1338 install-dvi: install-dvi-am
1339
1340 install-dvi-am:
1341
1342 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1343
1344 install-html: install-html-am
1345
1346 install-html-am:
1347
1348 install-info: install-info-am
1349
1350 install-info-am:
1351
1352 install-man: install-man1
1353
1354 install-pdf: install-pdf-am
1355
1356 install-pdf-am:
1357
1358 install-ps: install-ps-am
1359
1360 install-ps-am:
1361
1362 installcheck-am:
1363
1364 maintainer-clean: maintainer-clean-am
1365 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1366 -rm -rf $(top_srcdir)/autom4te.cache
1367 -rm -f ./$(DEPDIR)/harminv-main.Po
1368 -rm -f ./$(DEPDIR)/harminv.Plo
1369 -rm -f ./$(DEPDIR)/sines.Po
1370 -rm -f Makefile
1371 maintainer-clean-am: distclean-am maintainer-clean-generic \
1372 maintainer-clean-local
1373
1374 mostlyclean: mostlyclean-am
1375
1376 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1377 mostlyclean-libtool
1378
1379 pdf: pdf-am
1380
1381 pdf-am:
1382
1383 ps: ps-am
1384
1385 ps-am:
1386
1387 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1388 uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
1389
1390 uninstall-man: uninstall-man1
1391
1392 .MAKE: all check check-am install install-am install-exec \
1393 install-strip
1394
1395 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
1396 check-TESTS check-am clean clean-binPROGRAMS clean-cscope \
1397 clean-generic clean-libLTLIBRARIES clean-libtool \
1398 clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
1399 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1400 dist-xz dist-zip dist-zstd distcheck distclean \
1401 distclean-compile distclean-generic distclean-hdr \
1402 distclean-libtool distclean-tags distcleancheck distdir \
1403 distuninstallcheck dvi dvi-am html html-am info info-am \
1404 install install-am install-binPROGRAMS install-data \
1405 install-data-am install-dvi install-dvi-am install-exec \
1406 install-exec-am install-html install-html-am \
1407 install-includeHEADERS install-info install-info-am \
1408 install-libLTLIBRARIES install-man install-man1 install-pdf \
1409 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1410 install-strip installcheck installcheck-am installdirs \
1411 maintainer-clean maintainer-clean-generic \
1412 maintainer-clean-local mostlyclean mostlyclean-compile \
1413 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1414 recheck tags tags-am uninstall uninstall-am \
1415 uninstall-binPROGRAMS uninstall-includeHEADERS \
1416 uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
1417 uninstall-pkgconfigDATA
1418
1419 .PRECIOUS: Makefile
1420
1421
1422 # Generate built sources only in maintainer mode
1423
1424 @MAINTAINER_MODE_TRUE@copyright.h: COPYRIGHT
1425 @MAINTAINER_MODE_TRUE@ (echo '#define COPYRIGHT \'; sed 's,^/\* *,",;s,^ \* *,",;s,$$,\\n" \\,' COPYRIGHT |egrep -v '^"/|^[^"]'; echo) > $@
1426
1427 @MAINTAINER_MODE_TRUE@maintainer-clean-local:
1428 @MAINTAINER_MODE_TRUE@ rm -f $(BUILT_SOURCES)
1429
1430 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1431 # Otherwise a system limit (for SysV at least) may be exceeded.
1432 .NOEXPORT: