Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | mjames | 1 | # Makefile.in generated by automake 1.16.1 from Makefile.am. |
| 2 | # src/Makefile. Generated from Makefile.in by configure. |
||
| 3 | |||
| 4 | # Copyright (C) 1994-2018 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 | |||
| 16 | |||
| 17 | |||
| 18 | |||
| 19 | am__is_gnu_make = { \ |
||
| 20 | if test -z '$(MAKELEVEL)'; then \ |
||
| 21 | false; \ |
||
| 22 | elif test -n '$(MAKE_HOST)'; then \ |
||
| 23 | true; \ |
||
| 24 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
| 25 | true; \ |
||
| 26 | else \ |
||
| 27 | false; \ |
||
| 28 | fi; \ |
||
| 29 | } |
||
| 30 | am__make_running_with_option = \ |
||
| 31 | case $${target_option-} in \ |
||
| 32 | ?) ;; \ |
||
| 33 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
| 34 | "target option '$${target_option-}' specified" >&2; \ |
||
| 35 | exit 1;; \ |
||
| 36 | esac; \ |
||
| 37 | has_opt=no; \ |
||
| 38 | sane_makeflags=$$MAKEFLAGS; \ |
||
| 39 | if $(am__is_gnu_make); then \ |
||
| 40 | sane_makeflags=$$MFLAGS; \ |
||
| 41 | else \ |
||
| 42 | case $$MAKEFLAGS in \ |
||
| 43 | *\\[\ \ ]*) \ |
||
| 44 | bs=\\; \ |
||
| 45 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
| 46 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
| 47 | esac; \ |
||
| 48 | fi; \ |
||
| 49 | skip_next=no; \ |
||
| 50 | strip_trailopt () \ |
||
| 51 | { \ |
||
| 52 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
| 53 | }; \ |
||
| 54 | for flg in $$sane_makeflags; do \ |
||
| 55 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
| 56 | case $$flg in \ |
||
| 57 | *=*|--*) continue;; \ |
||
| 58 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
| 59 | -*I?*) strip_trailopt 'I';; \ |
||
| 60 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
| 61 | -*O?*) strip_trailopt 'O';; \ |
||
| 62 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
| 63 | -*l?*) strip_trailopt 'l';; \ |
||
| 64 | -[dEDm]) skip_next=yes;; \ |
||
| 65 | -[JT]) skip_next=yes;; \ |
||
| 66 | esac; \ |
||
| 67 | case $$flg in \ |
||
| 68 | *$$target_option*) has_opt=yes; break;; \ |
||
| 69 | esac; \ |
||
| 70 | done; \ |
||
| 71 | test $$has_opt = yes |
||
| 72 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
| 73 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
| 74 | pkgdatadir = $(datadir)/nec2c |
||
| 75 | pkgincludedir = $(includedir)/nec2c |
||
| 76 | pkglibdir = $(libdir)/nec2c |
||
| 77 | pkglibexecdir = $(libexecdir)/nec2c |
||
| 78 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
| 79 | install_sh_DATA = $(install_sh) -c -m 644 |
||
| 80 | install_sh_PROGRAM = $(install_sh) -c |
||
| 81 | install_sh_SCRIPT = $(install_sh) -c |
||
| 82 | INSTALL_HEADER = $(INSTALL_DATA) |
||
| 83 | transform = $(program_transform_name) |
||
| 84 | NORMAL_INSTALL = : |
||
| 85 | PRE_INSTALL = : |
||
| 86 | POST_INSTALL = : |
||
| 87 | NORMAL_UNINSTALL = : |
||
| 88 | PRE_UNINSTALL = : |
||
| 89 | POST_UNINSTALL = : |
||
| 90 | build_triplet = x86_64-pc-linux-gnu |
||
| 91 | host_triplet = x86_64-pc-linux-gnu |
||
| 92 | target_triplet = x86_64-pc-linux-gnu |
||
| 93 | bin_PROGRAMS = nec2c$(EXEEXT) |
||
| 94 | subdir = src |
||
| 95 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
| 96 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_openmp.m4 \ |
||
| 97 | $(top_srcdir)/configure.ac |
||
| 98 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
| 99 | $(ACLOCAL_M4) |
||
| 100 | DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ |
||
| 101 | $(am__DIST_COMMON) |
||
| 102 | mkinstalldirs = $(install_sh) -d |
||
| 103 | CONFIG_CLEAN_FILES = |
||
| 104 | CONFIG_CLEAN_VPATH_FILES = |
||
| 105 | am__installdirs = "$(DESTDIR)$(bindir)" |
||
| 106 | PROGRAMS = $(bin_PROGRAMS) |
||
| 107 | am_nec2c_OBJECTS = calculations.$(OBJEXT) fields.$(OBJEXT) \ |
||
| 108 | geometry.$(OBJEXT) ground.$(OBJEXT) input.$(OBJEXT) \ |
||
| 109 | main.$(OBJEXT) matrix.$(OBJEXT) misc.$(OBJEXT) \ |
||
| 110 | network.$(OBJEXT) radiation.$(OBJEXT) somnec.$(OBJEXT) |
||
| 111 | nec2c_OBJECTS = $(am_nec2c_OBJECTS) |
||
| 112 | nec2c_LDADD = $(LDADD) |
||
| 113 | nec2c_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(nec2c_LDFLAGS) \ |
||
| 114 | $(LDFLAGS) -o $@ |
||
| 115 | AM_V_P = $(am__v_P_$(V)) |
||
| 116 | am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) |
||
| 117 | am__v_P_0 = false |
||
| 118 | am__v_P_1 = : |
||
| 119 | AM_V_GEN = $(am__v_GEN_$(V)) |
||
| 120 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) |
||
| 121 | am__v_GEN_0 = @echo " GEN " $@; |
||
| 122 | am__v_GEN_1 = |
||
| 123 | AM_V_at = $(am__v_at_$(V)) |
||
| 124 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) |
||
| 125 | am__v_at_0 = @ |
||
| 126 | am__v_at_1 = |
||
| 127 | DEFAULT_INCLUDES = -I. |
||
| 128 | depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
||
| 129 | am__maybe_remake_depfiles = depfiles |
||
| 130 | am__depfiles_remade = ./$(DEPDIR)/calculations.Po \ |
||
| 131 | ./$(DEPDIR)/fields.Po ./$(DEPDIR)/geometry.Po \ |
||
| 132 | ./$(DEPDIR)/ground.Po ./$(DEPDIR)/input.Po ./$(DEPDIR)/main.Po \ |
||
| 133 | ./$(DEPDIR)/matrix.Po ./$(DEPDIR)/misc.Po \ |
||
| 134 | ./$(DEPDIR)/network.Po ./$(DEPDIR)/radiation.Po \ |
||
| 135 | ./$(DEPDIR)/somnec.Po |
||
| 136 | am__mv = mv -f |
||
| 137 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
||
| 138 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
||
| 139 | AM_V_CC = $(am__v_CC_$(V)) |
||
| 140 | am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) |
||
| 141 | am__v_CC_0 = @echo " CC " $@; |
||
| 142 | am__v_CC_1 = |
||
| 143 | CCLD = $(CC) |
||
| 144 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
| 145 | AM_V_CCLD = $(am__v_CCLD_$(V)) |
||
| 146 | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) |
||
| 147 | am__v_CCLD_0 = @echo " CCLD " $@; |
||
| 148 | am__v_CCLD_1 = |
||
| 149 | SOURCES = $(nec2c_SOURCES) |
||
| 150 | DIST_SOURCES = $(nec2c_SOURCES) |
||
| 151 | am__can_run_installinfo = \ |
||
| 152 | case $$AM_UPDATE_INFO_DIR in \ |
||
| 153 | n|no|NO) false;; \ |
||
| 154 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
| 155 | esac |
||
| 156 | HEADERS = $(noinst_HEADERS) |
||
| 157 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
| 158 | # Read a list of newline-separated strings from the standard input, |
||
| 159 | # and print each of them once, without duplicates. Input order is |
||
| 160 | # *not* preserved. |
||
| 161 | am__uniquify_input = $(AWK) '\ |
||
| 162 | BEGIN { nonempty = 0; } \ |
||
| 163 | { items[$$0] = 1; nonempty = 1; } \ |
||
| 164 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
| 165 | ' |
||
| 166 | # Make sure the list of sources is unique. This is necessary because, |
||
| 167 | # e.g., the same source file might be shared among _SOURCES variables |
||
| 168 | # for different programs/libraries. |
||
| 169 | am__define_uniq_tagged_files = \ |
||
| 170 | list='$(am__tagged_files)'; \ |
||
| 171 | unique=`for i in $$list; do \ |
||
| 172 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
| 173 | done | $(am__uniquify_input)` |
||
| 174 | ETAGS = etags |
||
| 175 | CTAGS = ctags |
||
| 176 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
||
| 177 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
| 178 | ACLOCAL = ${SHELL} /home/mjames/nec/nec2c_src/config/missing aclocal-1.16 |
||
| 179 | AMTAR = $${TAR-tar} |
||
| 180 | AM_DEFAULT_VERBOSITY = 1 |
||
| 181 | AR = ar |
||
| 182 | AUTOCONF = ${SHELL} /home/mjames/nec/nec2c_src/config/missing autoconf |
||
| 183 | AUTOHEADER = ${SHELL} /home/mjames/nec/nec2c_src/config/missing autoheader |
||
| 184 | AUTOMAKE = ${SHELL} /home/mjames/nec/nec2c_src/config/missing automake-1.16 |
||
| 185 | AWK = gawk |
||
| 186 | CC = gcc |
||
| 187 | CCDEPMODE = depmode=gcc3 |
||
| 188 | CFLAGS = -g -O2 |
||
| 189 | CPP = gcc -E |
||
| 190 | CPPFLAGS = |
||
| 191 | CYGPATH_W = echo |
||
| 192 | DEFS = -DPACKAGE_NAME=\"nec2c\" -DPACKAGE_TARNAME=\"nec2c\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"nec2c\ 0.9\" -DPACKAGE_BUGREPORT=\"mjtrangoni@gmail.com\" -DPACKAGE_URL=\"\" -DHAVE_LIBM=1 -DHAVE_FLOOR=1 -DHAVE_POW=1 -DHAVE_EXP=1 -DHAVE_SQRT=1 -DHAVE_LOG10=1 -DHAVE_LOG=1 -DHAVE_COS=1 -DHAVE_SIN=1 -DHAVE_ACOS=1 -DHAVE_ASIN=1 -DHAVE_TAN=1 -DHAVE_ATAN=1 -DHAVE_SINH=1 -DHAVE_COSH=1 -DHAVE_TANH=1 -DHAVE_FABS=1 -DHAVE_MODF=1 -DHAVE_ATAN2=1 -DHAVE_JN=1 -DHAVE_YN=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRCHR=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_COMPLEX_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 |
||
| 193 | DEPDIR = .deps |
||
| 194 | ECHO_C = |
||
| 195 | ECHO_N = -n |
||
| 196 | ECHO_T = |
||
| 197 | EGREP = /usr/bin/grep -E |
||
| 198 | EXEEXT = |
||
| 199 | GREP = /usr/bin/grep |
||
| 200 | INSTALL = /usr/bin/install -c |
||
| 201 | INSTALL_DATA = ${INSTALL} -m 644 |
||
| 202 | INSTALL_PROGRAM = ${INSTALL} |
||
| 203 | INSTALL_SCRIPT = ${INSTALL} |
||
| 204 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
||
| 205 | LDFLAGS = |
||
| 206 | LIBOBJS = |
||
| 207 | LIBS = -lm |
||
| 208 | LTLIBOBJS = |
||
| 209 | MAINT = # |
||
| 210 | MAKEINFO = ${SHELL} /home/mjames/nec/nec2c_src/config/missing makeinfo |
||
| 211 | MKDIR_P = /usr/bin/mkdir -p |
||
| 212 | OBJEXT = o |
||
| 213 | PACKAGE = nec2c |
||
| 214 | PACKAGE_BUGREPORT = mjtrangoni@gmail.com |
||
| 215 | PACKAGE_NAME = nec2c |
||
| 216 | PACKAGE_STRING = nec2c 0.9 |
||
| 217 | PACKAGE_TARNAME = nec2c |
||
| 218 | PACKAGE_URL = |
||
| 219 | PACKAGE_VERSION = 0.9 |
||
| 220 | PATH_SEPARATOR = : |
||
| 221 | RANLIB = ranlib |
||
| 222 | SET_MAKE = |
||
| 223 | SHELL = /bin/bash |
||
| 224 | STRIP = |
||
| 225 | VERSION = 0.9 |
||
| 226 | abs_builddir = /home/mjames/nec/nec2c_src/src |
||
| 227 | abs_srcdir = /home/mjames/nec/nec2c_src/src |
||
| 228 | abs_top_builddir = /home/mjames/nec/nec2c_src |
||
| 229 | abs_top_srcdir = /home/mjames/nec/nec2c_src |
||
| 230 | ac_ct_CC = gcc |
||
| 231 | am__include = include |
||
| 232 | am__leading_dot = . |
||
| 233 | am__quote = |
||
| 234 | am__tar = $${TAR-tar} chof - "$$tardir" |
||
| 235 | am__untar = $${TAR-tar} xf - |
||
| 236 | bindir = ${exec_prefix}/bin |
||
| 237 | build = x86_64-pc-linux-gnu |
||
| 238 | build_alias = |
||
| 239 | build_cpu = x86_64 |
||
| 240 | build_os = linux-gnu |
||
| 241 | build_vendor = pc |
||
| 242 | builddir = . |
||
| 243 | datadir = ${datarootdir} |
||
| 244 | datarootdir = ${prefix}/share |
||
| 245 | docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
||
| 246 | dvidir = ${docdir} |
||
| 247 | exec_prefix = ${prefix} |
||
| 248 | host = x86_64-pc-linux-gnu |
||
| 249 | host_alias = |
||
| 250 | host_cpu = x86_64 |
||
| 251 | host_os = linux-gnu |
||
| 252 | host_vendor = pc |
||
| 253 | htmldir = ${docdir} |
||
| 254 | includedir = ${prefix}/include |
||
| 255 | infodir = ${datarootdir}/info |
||
| 256 | install_sh = ${SHELL} /home/mjames/nec/nec2c_src/config/install-sh |
||
| 257 | libdir = ${exec_prefix}/lib |
||
| 258 | libexecdir = ${exec_prefix}/libexec |
||
| 259 | localedir = ${datarootdir}/locale |
||
| 260 | localstatedir = ${prefix}/var |
||
| 261 | mandir = ${datarootdir}/man |
||
| 262 | mkdir_p = $(MKDIR_P) |
||
| 263 | oldincludedir = /usr/include |
||
| 264 | pdfdir = ${docdir} |
||
| 265 | prefix = /usr/local |
||
| 266 | program_transform_name = s,x,x, |
||
| 267 | psdir = ${docdir} |
||
| 268 | runstatedir = ${localstatedir}/run |
||
| 269 | sbindir = ${exec_prefix}/sbin |
||
| 270 | sharedstatedir = ${prefix}/com |
||
| 271 | srcdir = . |
||
| 272 | sysconfdir = ${prefix}/etc |
||
| 273 | target = x86_64-pc-linux-gnu |
||
| 274 | target_alias = |
||
| 275 | target_cpu = x86_64 |
||
| 276 | target_os = linux-gnu |
||
| 277 | target_vendor = pc |
||
| 278 | top_build_prefix = ../ |
||
| 279 | top_builddir = .. |
||
| 280 | top_srcdir = .. |
||
| 281 | nec2c_SOURCES = nec2c_SOURCES = calculations.c fields.c \ |
||
| 282 | geometry.c ground.c input.c main.c matrix.c \ |
||
| 283 | misc.c network.c radiation.c somnec.c |
||
| 284 | |||
| 285 | noinst_HEADERS = nec2c.h |
||
| 286 | nec2c_LDFLAGS = |
||
| 287 | AM_CFLAGS = -fopenmp -Wall -Wextra -Werror |
||
| 288 | all: all-am |
||
| 289 | |||
| 290 | .SUFFIXES: |
||
| 291 | .SUFFIXES: .c .o .obj |
||
| 292 | $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) |
||
| 293 | @for dep in $?; do \ |
||
| 294 | case '$(am__configure_deps)' in \ |
||
| 295 | *$$dep*) \ |
||
| 296 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
||
| 297 | && { if test -f $@; then exit 0; else break; fi; }; \ |
||
| 298 | exit 1;; \ |
||
| 299 | esac; \ |
||
| 300 | done; \ |
||
| 301 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ |
||
| 302 | $(am__cd) $(top_srcdir) && \ |
||
| 303 | $(AUTOMAKE) --gnu src/Makefile |
||
| 304 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
| 305 | @case '$?' in \ |
||
| 306 | *config.status*) \ |
||
| 307 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
||
| 308 | *) \ |
||
| 309 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
||
| 310 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
||
| 311 | esac; |
||
| 312 | |||
| 313 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
| 314 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
| 315 | |||
| 316 | $(top_srcdir)/configure: # $(am__configure_deps) |
||
| 317 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
| 318 | $(ACLOCAL_M4): # $(am__aclocal_m4_deps) |
||
| 319 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
| 320 | $(am__aclocal_m4_deps): |
||
| 321 | install-binPROGRAMS: $(bin_PROGRAMS) |
||
| 322 | @$(NORMAL_INSTALL) |
||
| 323 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
| 324 | if test -n "$$list"; then \ |
||
| 325 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
||
| 326 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
||
| 327 | fi; \ |
||
| 328 | for p in $$list; do echo "$$p $$p"; done | \ |
||
| 329 | sed 's/$(EXEEXT)$$//' | \ |
||
| 330 | while read p p1; do if test -f $$p \ |
||
| 331 | ; then echo "$$p"; echo "$$p"; else :; fi; \ |
||
| 332 | done | \ |
||
| 333 | sed -e 'p;s,.*/,,;n;h' \ |
||
| 334 | -e 's|.*|.|' \ |
||
| 335 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
||
| 336 | sed 'N;N;N;s,\n, ,g' | \ |
||
| 337 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
||
| 338 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
| 339 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
||
| 340 | else { print "f", $$3 "/" $$4, $$1; } } \ |
||
| 341 | END { for (d in files) print "f", d, files[d] }' | \ |
||
| 342 | while read type dir files; do \ |
||
| 343 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
| 344 | test -z "$$files" || { \ |
||
| 345 | echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
||
| 346 | $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
||
| 347 | } \ |
||
| 348 | ; done |
||
| 349 | |||
| 350 | uninstall-binPROGRAMS: |
||
| 351 | @$(NORMAL_UNINSTALL) |
||
| 352 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
| 353 | files=`for p in $$list; do echo "$$p"; done | \ |
||
| 354 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
||
| 355 | -e 's/$$/$(EXEEXT)/' \ |
||
| 356 | `; \ |
||
| 357 | test -n "$$list" || exit 0; \ |
||
| 358 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
||
| 359 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
||
| 360 | |||
| 361 | clean-binPROGRAMS: |
||
| 362 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
||
| 363 | |||
| 364 | nec2c$(EXEEXT): $(nec2c_OBJECTS) $(nec2c_DEPENDENCIES) $(EXTRA_nec2c_DEPENDENCIES) |
||
| 365 | @rm -f nec2c$(EXEEXT) |
||
| 366 | $(AM_V_CCLD)$(nec2c_LINK) $(nec2c_OBJECTS) $(nec2c_LDADD) $(LIBS) |
||
| 367 | |||
| 368 | mostlyclean-compile: |
||
| 369 | -rm -f *.$(OBJEXT) |
||
| 370 | |||
| 371 | distclean-compile: |
||
| 372 | -rm -f *.tab.c |
||
| 373 | |||
| 374 | include ./$(DEPDIR)/calculations.Po # am--include-marker |
||
| 375 | include ./$(DEPDIR)/fields.Po # am--include-marker |
||
| 376 | include ./$(DEPDIR)/geometry.Po # am--include-marker |
||
| 377 | include ./$(DEPDIR)/ground.Po # am--include-marker |
||
| 378 | include ./$(DEPDIR)/input.Po # am--include-marker |
||
| 379 | include ./$(DEPDIR)/main.Po # am--include-marker |
||
| 380 | include ./$(DEPDIR)/matrix.Po # am--include-marker |
||
| 381 | include ./$(DEPDIR)/misc.Po # am--include-marker |
||
| 382 | include ./$(DEPDIR)/network.Po # am--include-marker |
||
| 383 | include ./$(DEPDIR)/radiation.Po # am--include-marker |
||
| 384 | include ./$(DEPDIR)/somnec.Po # am--include-marker |
||
| 385 | |||
| 386 | $(am__depfiles_remade): |
||
| 387 | @$(MKDIR_P) $(@D) |
||
| 388 | @echo '# dummy' >$@-t && $(am__mv) $@-t $@ |
||
| 389 | |||
| 390 | am--depfiles: $(am__depfiles_remade) |
||
| 391 | |||
| 392 | .c.o: |
||
| 393 | $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
||
| 394 | $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
||
| 395 | # $(AM_V_CC)source='$<' object='$@' libtool=no \ |
||
| 396 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
||
| 397 | # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< |
||
| 398 | |||
| 399 | .c.obj: |
||
| 400 | $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
||
| 401 | $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
||
| 402 | # $(AM_V_CC)source='$<' object='$@' libtool=no \ |
||
| 403 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
||
| 404 | # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
||
| 405 | |||
| 406 | ID: $(am__tagged_files) |
||
| 407 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
| 408 | tags: tags-am |
||
| 409 | TAGS: tags |
||
| 410 | |||
| 411 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
| 412 | set x; \ |
||
| 413 | here=`pwd`; \ |
||
| 414 | $(am__define_uniq_tagged_files); \ |
||
| 415 | shift; \ |
||
| 416 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
| 417 | test -n "$$unique" || unique=$$empty_fix; \ |
||
| 418 | if test $$# -gt 0; then \ |
||
| 419 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
| 420 | "$$@" $$unique; \ |
||
| 421 | else \ |
||
| 422 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
| 423 | $$unique; \ |
||
| 424 | fi; \ |
||
| 425 | fi |
||
| 426 | ctags: ctags-am |
||
| 427 | |||
| 428 | CTAGS: ctags |
||
| 429 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
| 430 | $(am__define_uniq_tagged_files); \ |
||
| 431 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
| 432 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
| 433 | $$unique |
||
| 434 | |||
| 435 | GTAGS: |
||
| 436 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
| 437 | && $(am__cd) $(top_srcdir) \ |
||
| 438 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
| 439 | cscopelist: cscopelist-am |
||
| 440 | |||
| 441 | cscopelist-am: $(am__tagged_files) |
||
| 442 | list='$(am__tagged_files)'; \ |
||
| 443 | case "$(srcdir)" in \ |
||
| 444 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
| 445 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
| 446 | esac; \ |
||
| 447 | for i in $$list; do \ |
||
| 448 | if test -f "$$i"; then \ |
||
| 449 | echo "$(subdir)/$$i"; \ |
||
| 450 | else \ |
||
| 451 | echo "$$sdir/$$i"; \ |
||
| 452 | fi; \ |
||
| 453 | done >> $(top_builddir)/cscope.files |
||
| 454 | |||
| 455 | distclean-tags: |
||
| 456 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
| 457 | |||
| 458 | distdir: $(BUILT_SOURCES) |
||
| 459 | $(MAKE) $(AM_MAKEFLAGS) distdir-am |
||
| 460 | |||
| 461 | distdir-am: $(DISTFILES) |
||
| 462 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
| 463 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
| 464 | list='$(DISTFILES)'; \ |
||
| 465 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
| 466 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
| 467 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
| 468 | case $$dist_files in \ |
||
| 469 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
| 470 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
| 471 | sort -u` ;; \ |
||
| 472 | esac; \ |
||
| 473 | for file in $$dist_files; do \ |
||
| 474 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
| 475 | if test -d $$d/$$file; then \ |
||
| 476 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
| 477 | if test -d "$(distdir)/$$file"; then \ |
||
| 478 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
| 479 | fi; \ |
||
| 480 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
| 481 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
| 482 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
| 483 | fi; \ |
||
| 484 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
| 485 | else \ |
||
| 486 | test -f "$(distdir)/$$file" \ |
||
| 487 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
| 488 | || exit 1; \ |
||
| 489 | fi; \ |
||
| 490 | done |
||
| 491 | check-am: all-am |
||
| 492 | check: check-am |
||
| 493 | all-am: Makefile $(PROGRAMS) $(HEADERS) |
||
| 494 | installdirs: |
||
| 495 | for dir in "$(DESTDIR)$(bindir)"; do \ |
||
| 496 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
| 497 | done |
||
| 498 | install: install-am |
||
| 499 | install-exec: install-exec-am |
||
| 500 | install-data: install-data-am |
||
| 501 | uninstall: uninstall-am |
||
| 502 | |||
| 503 | install-am: all-am |
||
| 504 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
| 505 | |||
| 506 | installcheck: installcheck-am |
||
| 507 | install-strip: |
||
| 508 | if test -z '$(STRIP)'; then \ |
||
| 509 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
| 510 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
| 511 | install; \ |
||
| 512 | else \ |
||
| 513 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
| 514 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
| 515 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
| 516 | fi |
||
| 517 | mostlyclean-generic: |
||
| 518 | |||
| 519 | clean-generic: |
||
| 520 | |||
| 521 | distclean-generic: |
||
| 522 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
| 523 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
| 524 | |||
| 525 | maintainer-clean-generic: |
||
| 526 | @echo "This command is intended for maintainers to use" |
||
| 527 | @echo "it deletes files that may require special tools to rebuild." |
||
| 528 | clean: clean-am |
||
| 529 | |||
| 530 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
||
| 531 | |||
| 532 | distclean: distclean-am |
||
| 533 | -rm -f ./$(DEPDIR)/calculations.Po |
||
| 534 | -rm -f ./$(DEPDIR)/fields.Po |
||
| 535 | -rm -f ./$(DEPDIR)/geometry.Po |
||
| 536 | -rm -f ./$(DEPDIR)/ground.Po |
||
| 537 | -rm -f ./$(DEPDIR)/input.Po |
||
| 538 | -rm -f ./$(DEPDIR)/main.Po |
||
| 539 | -rm -f ./$(DEPDIR)/matrix.Po |
||
| 540 | -rm -f ./$(DEPDIR)/misc.Po |
||
| 541 | -rm -f ./$(DEPDIR)/network.Po |
||
| 542 | -rm -f ./$(DEPDIR)/radiation.Po |
||
| 543 | -rm -f ./$(DEPDIR)/somnec.Po |
||
| 544 | -rm -f Makefile |
||
| 545 | distclean-am: clean-am distclean-compile distclean-generic \ |
||
| 546 | distclean-tags |
||
| 547 | |||
| 548 | dvi: dvi-am |
||
| 549 | |||
| 550 | dvi-am: |
||
| 551 | |||
| 552 | html: html-am |
||
| 553 | |||
| 554 | html-am: |
||
| 555 | |||
| 556 | info: info-am |
||
| 557 | |||
| 558 | info-am: |
||
| 559 | |||
| 560 | install-data-am: |
||
| 561 | |||
| 562 | install-dvi: install-dvi-am |
||
| 563 | |||
| 564 | install-dvi-am: |
||
| 565 | |||
| 566 | install-exec-am: install-binPROGRAMS |
||
| 567 | |||
| 568 | install-html: install-html-am |
||
| 569 | |||
| 570 | install-html-am: |
||
| 571 | |||
| 572 | install-info: install-info-am |
||
| 573 | |||
| 574 | install-info-am: |
||
| 575 | |||
| 576 | install-man: |
||
| 577 | |||
| 578 | install-pdf: install-pdf-am |
||
| 579 | |||
| 580 | install-pdf-am: |
||
| 581 | |||
| 582 | install-ps: install-ps-am |
||
| 583 | |||
| 584 | install-ps-am: |
||
| 585 | |||
| 586 | installcheck-am: |
||
| 587 | |||
| 588 | maintainer-clean: maintainer-clean-am |
||
| 589 | -rm -f ./$(DEPDIR)/calculations.Po |
||
| 590 | -rm -f ./$(DEPDIR)/fields.Po |
||
| 591 | -rm -f ./$(DEPDIR)/geometry.Po |
||
| 592 | -rm -f ./$(DEPDIR)/ground.Po |
||
| 593 | -rm -f ./$(DEPDIR)/input.Po |
||
| 594 | -rm -f ./$(DEPDIR)/main.Po |
||
| 595 | -rm -f ./$(DEPDIR)/matrix.Po |
||
| 596 | -rm -f ./$(DEPDIR)/misc.Po |
||
| 597 | -rm -f ./$(DEPDIR)/network.Po |
||
| 598 | -rm -f ./$(DEPDIR)/radiation.Po |
||
| 599 | -rm -f ./$(DEPDIR)/somnec.Po |
||
| 600 | -rm -f Makefile |
||
| 601 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
| 602 | |||
| 603 | mostlyclean: mostlyclean-am |
||
| 604 | |||
| 605 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
||
| 606 | |||
| 607 | pdf: pdf-am |
||
| 608 | |||
| 609 | pdf-am: |
||
| 610 | |||
| 611 | ps: ps-am |
||
| 612 | |||
| 613 | ps-am: |
||
| 614 | |||
| 615 | uninstall-am: uninstall-binPROGRAMS |
||
| 616 | |||
| 617 | .MAKE: install-am install-strip |
||
| 618 | |||
| 619 | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ |
||
| 620 | clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ |
||
| 621 | distclean distclean-compile distclean-generic distclean-tags \ |
||
| 622 | distdir dvi dvi-am html html-am info info-am install \ |
||
| 623 | install-am install-binPROGRAMS install-data install-data-am \ |
||
| 624 | install-dvi install-dvi-am install-exec install-exec-am \ |
||
| 625 | install-html install-html-am install-info install-info-am \ |
||
| 626 | install-man install-pdf install-pdf-am install-ps \ |
||
| 627 | install-ps-am install-strip installcheck installcheck-am \ |
||
| 628 | installdirs maintainer-clean maintainer-clean-generic \ |
||
| 629 | mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ |
||
| 630 | ps ps-am tags tags-am uninstall uninstall-am \ |
||
| 631 | uninstall-binPROGRAMS |
||
| 632 | |||
| 633 | .PRECIOUS: Makefile |
||
| 634 | |||
| 635 | |||
| 636 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
| 637 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
| 638 | .NOEXPORT: |