Subversion Repositories Nec2c

Rev

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
# @configure_input@
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
@SET_MAKE@
16
 
17
 
18
VPATH = @srcdir@
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)/@PACKAGE@
75
pkgincludedir = $(includedir)/@PACKAGE@
76
pkglibdir = $(libdir)/@PACKAGE@
77
pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
91
host_triplet = @host@
92
target_triplet = @target@
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_@AM_V@)
116
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117
am__v_P_0 = false
118
am__v_P_1 = :
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121
am__v_GEN_0 = @echo "  GEN     " $@;
122
am__v_GEN_1 = 
123
AM_V_at = $(am__v_at_@AM_V@)
124
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125
am__v_at_0 = @
126
am__v_at_1 = 
127
DEFAULT_INCLUDES = -I.@am__isrc@
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_@AM_V@)
140
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
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_@AM_V@)
146
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
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 = @ACLOCAL@
179
AMTAR = @AMTAR@
180
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181
AR = @AR@
182
AUTOCONF = @AUTOCONF@
183
AUTOHEADER = @AUTOHEADER@
184
AUTOMAKE = @AUTOMAKE@
185
AWK = @AWK@
186
CC = @CC@
187
CCDEPMODE = @CCDEPMODE@
188
CFLAGS = @CFLAGS@
189
CPP = @CPP@
190
CPPFLAGS = @CPPFLAGS@
191
CYGPATH_W = @CYGPATH_W@
192
DEFS = @DEFS@
193
DEPDIR = @DEPDIR@
194
ECHO_C = @ECHO_C@
195
ECHO_N = @ECHO_N@
196
ECHO_T = @ECHO_T@
197
EGREP = @EGREP@
198
EXEEXT = @EXEEXT@
199
GREP = @GREP@
200
INSTALL = @INSTALL@
201
INSTALL_DATA = @INSTALL_DATA@
202
INSTALL_PROGRAM = @INSTALL_PROGRAM@
203
INSTALL_SCRIPT = @INSTALL_SCRIPT@
204
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
205
LDFLAGS = @LDFLAGS@
206
LIBOBJS = @LIBOBJS@
207
LIBS = @LIBS@
208
LTLIBOBJS = @LTLIBOBJS@
209
MAINT = @MAINT@
210
MAKEINFO = @MAKEINFO@
211
MKDIR_P = @MKDIR_P@
212
OBJEXT = @OBJEXT@
213
PACKAGE = @PACKAGE@
214
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215
PACKAGE_NAME = @PACKAGE_NAME@
216
PACKAGE_STRING = @PACKAGE_STRING@
217
PACKAGE_TARNAME = @PACKAGE_TARNAME@
218
PACKAGE_URL = @PACKAGE_URL@
219
PACKAGE_VERSION = @PACKAGE_VERSION@
220
PATH_SEPARATOR = @PATH_SEPARATOR@
221
RANLIB = @RANLIB@
222
SET_MAKE = @SET_MAKE@
223
SHELL = @SHELL@
224
STRIP = @STRIP@
225
VERSION = @VERSION@
226
abs_builddir = @abs_builddir@
227
abs_srcdir = @abs_srcdir@
228
abs_top_builddir = @abs_top_builddir@
229
abs_top_srcdir = @abs_top_srcdir@
230
ac_ct_CC = @ac_ct_CC@
231
am__include = @am__include@
232
am__leading_dot = @am__leading_dot@
233
am__quote = @am__quote@
234
am__tar = @am__tar@
235
am__untar = @am__untar@
236
bindir = @bindir@
237
build = @build@
238
build_alias = @build_alias@
239
build_cpu = @build_cpu@
240
build_os = @build_os@
241
build_vendor = @build_vendor@
242
builddir = @builddir@
243
datadir = @datadir@
244
datarootdir = @datarootdir@
245
docdir = @docdir@
246
dvidir = @dvidir@
247
exec_prefix = @exec_prefix@
248
host = @host@
249
host_alias = @host_alias@
250
host_cpu = @host_cpu@
251
host_os = @host_os@
252
host_vendor = @host_vendor@
253
htmldir = @htmldir@
254
includedir = @includedir@
255
infodir = @infodir@
256
install_sh = @install_sh@
257
libdir = @libdir@
258
libexecdir = @libexecdir@
259
localedir = @localedir@
260
localstatedir = @localstatedir@
261
mandir = @mandir@
262
mkdir_p = @mkdir_p@
263
oldincludedir = @oldincludedir@
264
pdfdir = @pdfdir@
265
prefix = @prefix@
266
program_transform_name = @program_transform_name@
267
psdir = @psdir@
268
runstatedir = @runstatedir@
269
sbindir = @sbindir@
270
sharedstatedir = @sharedstatedir@
271
srcdir = @srcdir@
272
sysconfdir = @sysconfdir@
273
target = @target@
274
target_alias = @target_alias@
275
target_cpu = @target_cpu@
276
target_os = @target_os@
277
target_vendor = @target_vendor@
278
top_build_prefix = @top_build_prefix@
279
top_builddir = @top_builddir@
280
top_srcdir = @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 = @LDFLAGS@
287
AM_CFLAGS = -fopenmp -Wall -Wextra -Werror
288
all: all-am
289
 
290
.SUFFIXES:
291
.SUFFIXES: .c .o .obj
292
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
317
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calculations.Po@am__quote@ # am--include-marker
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fields.Po@am__quote@ # am--include-marker
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geometry.Po@am__quote@ # am--include-marker
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ground.Po@am__quote@ # am--include-marker
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@ # am--include-marker
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Po@am__quote@ # am--include-marker
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ # am--include-marker
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Po@am__quote@ # am--include-marker
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radiation.Po@am__quote@ # am--include-marker
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/somnec.Po@am__quote@ # 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__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
398
 
399
.c.obj:
400
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
401
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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: