1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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#AM_LDFLAGS = -Wl,--as-needed, -z,relro, -z,now
18
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91bin_PROGRAMS = xnec2c$(EXEEXT)
92subdir = src
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102am__installdirs = "$(DESTDIR)$(bindir)"
103PROGRAMS = $(bin_PROGRAMS)
104am_xnec2c_OBJECTS = main.$(OBJEXT) support.$(OBJEXT) \
105	interface.$(OBJEXT) callbacks.$(OBJEXT) \
106	callback_func.$(OBJEXT) calculations.$(OBJEXT) \
107	cmnd_edit.$(OBJEXT) geom_edit.$(OBJEXT) gnuplot.$(OBJEXT) \
108	draw.$(OBJEXT) draw_structure.$(OBJEXT) \
109	draw_radiation.$(OBJEXT) fields.$(OBJEXT) fork.$(OBJEXT) \
110	geometry.$(OBJEXT) ground.$(OBJEXT) xnec2c.$(OBJEXT) \
111	input.$(OBJEXT) matrix.$(OBJEXT) utils.$(OBJEXT) \
112	nec2_model.$(OBJEXT) network.$(OBJEXT) plot_freqdata.$(OBJEXT) \
113	radiation.$(OBJEXT) shared.$(OBJEXT) somnec.$(OBJEXT)
114xnec2c_OBJECTS = $(am_xnec2c_OBJECTS)
115am__DEPENDENCIES_1 =
116xnec2c_DEPENDENCIES = $(am__DEPENDENCIES_1)
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
130depcomp = $(SHELL) $(top_srcdir)/depcomp
131am__depfiles_maybe = depfiles
132am__mv = mv -f
133COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135AM_V_CC = $(am__v_CC_@AM_V@)
136am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137am__v_CC_0 = @echo "  CC      " $@;
138am__v_CC_1 =
139CCLD = $(CC)
140LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
141AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
143am__v_CCLD_0 = @echo "  CCLD    " $@;
144am__v_CCLD_1 =
145SOURCES = $(xnec2c_SOURCES)
146DIST_SOURCES = $(xnec2c_SOURCES)
147am__can_run_installinfo = \
148  case $$AM_UPDATE_INFO_DIR in \
149    n|no|NO) false;; \
150    *) (install-info --version) >/dev/null 2>&1;; \
151  esac
152am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153# Read a list of newline-separated strings from the standard input,
154# and print each of them once, without duplicates.  Input order is
155# *not* preserved.
156am__uniquify_input = $(AWK) '\
157  BEGIN { nonempty = 0; } \
158  { items[$$0] = 1; nonempty = 1; } \
159  END { if (nonempty) { for (i in items) print i; }; } \
160'
161# Make sure the list of sources is unique.  This is necessary because,
162# e.g., the same source file might be shared among _SOURCES variables
163# for different programs/libraries.
164am__define_uniq_tagged_files = \
165  list='$(am__tagged_files)'; \
166  unique=`for i in $$list; do \
167    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
168  done | $(am__uniquify_input)`
169ETAGS = etags
170CTAGS = ctags
171am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174ALL_LINGUAS = @ALL_LINGUAS@
175AMTAR = @AMTAR@
176AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CATALOGS = @CATALOGS@
182CATOBJEXT = @CATOBJEXT@
183CC = @CC@
184CCDEPMODE = @CCDEPMODE@
185CFLAGS = @CFLAGS@
186CPP = @CPP@
187CPPFLAGS = @CPPFLAGS@
188CXX = @CXX@
189CXXDEPMODE = @CXXDEPMODE@
190CXXFLAGS = @CXXFLAGS@
191CYGPATH_W = @CYGPATH_W@
192DATADIRNAME = @DATADIRNAME@
193DEFS = @DEFS@
194DEPDIR = @DEPDIR@
195ECHO_C = @ECHO_C@
196ECHO_N = @ECHO_N@
197ECHO_T = @ECHO_T@
198EGREP = @EGREP@
199EXEEXT = @EXEEXT@
200GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
201GMOFILES = @GMOFILES@
202GMSGFMT = @GMSGFMT@
203GREP = @GREP@
204INSTALL = @INSTALL@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209INSTOBJEXT = @INSTOBJEXT@
210INTLLIBS = @INTLLIBS@
211INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
212INTLTOOL_MERGE = @INTLTOOL_MERGE@
213INTLTOOL_PERL = @INTLTOOL_PERL@
214INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
215INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
216INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
217INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
218INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
219LDFLAGS = @LDFLAGS@
220LIBOBJS = @LIBOBJS@
221LIBS = @LIBS@
222LTLIBOBJS = @LTLIBOBJS@
223MAINT = @MAINT@
224MAKEINFO = @MAKEINFO@
225MKDIR_P = @MKDIR_P@
226MKINSTALLDIRS = @MKINSTALLDIRS@
227MSGFMT = @MSGFMT@
228MSGFMT_OPTS = @MSGFMT_OPTS@
229MSGMERGE = @MSGMERGE@
230OBJEXT = @OBJEXT@
231PACKAGE = @PACKAGE@
232PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
234PACKAGE_LIBS = @PACKAGE_LIBS@
235PACKAGE_NAME = @PACKAGE_NAME@
236PACKAGE_STRING = @PACKAGE_STRING@
237PACKAGE_TARNAME = @PACKAGE_TARNAME@
238PACKAGE_URL = @PACKAGE_URL@
239PACKAGE_VERSION = @PACKAGE_VERSION@
240PATH_SEPARATOR = @PATH_SEPARATOR@
241PKG_CONFIG = @PKG_CONFIG@
242PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
243PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
244POFILES = @POFILES@
245POSUB = @POSUB@
246PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
247PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
248PROGRAMNAME_LOCALEDIR = @PROGRAMNAME_LOCALEDIR@
249SET_MAKE = @SET_MAKE@
250SHELL = @SHELL@
251STRIP = @STRIP@
252USE_NLS = @USE_NLS@
253VERSION = @VERSION@
254XGETTEXT = @XGETTEXT@
255abs_builddir = @abs_builddir@
256abs_srcdir = @abs_srcdir@
257abs_top_builddir = @abs_top_builddir@
258abs_top_srcdir = @abs_top_srcdir@
259ac_ct_CC = @ac_ct_CC@
260ac_ct_CXX = @ac_ct_CXX@
261am__include = @am__include@
262am__leading_dot = @am__leading_dot@
263am__quote = @am__quote@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bindir = @bindir@
267build_alias = @build_alias@
268builddir = @builddir@
269datadir = @datadir@
270datarootdir = @datarootdir@
271docdir = @docdir@
272dvidir = @dvidir@
273exec_prefix = @exec_prefix@
274host_alias = @host_alias@
275htmldir = @htmldir@
276includedir = @includedir@
277infodir = @infodir@
278install_sh = @install_sh@
279intltool__v_merge_options_ = @intltool__v_merge_options_@
280intltool__v_merge_options_0 = @intltool__v_merge_options_0@
281libdir = @libdir@
282libexecdir = @libexecdir@
283localedir = @localedir@
284localstatedir = @localstatedir@
285mandir = @mandir@
286mkdir_p = @mkdir_p@
287oldincludedir = @oldincludedir@
288pdfdir = @pdfdir@
289prefix = @prefix@
290program_transform_name = @program_transform_name@
291psdir = @psdir@
292sbindir = @sbindir@
293sharedstatedir = @sharedstatedir@
294srcdir = @srcdir@
295sysconfdir = @sysconfdir@
296target_alias = @target_alias@
297top_build_prefix = @top_build_prefix@
298top_builddir = @top_builddir@
299top_srcdir = @top_srcdir@
300AM_CFLAGS = --pedantic -Wall -std=gnu99 -O2 -D_FORTIFY_SOURCE=2 \
301		 -fstack-protector -Wformat -Werror=format-security -fpie
302
303AM_CPPFLAGS = \
304	-DPROGRAMNAME_LOCALEDIR=\""$(PROGRAMNAME_LOCALEDIR)"\" \
305	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
306	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
307	@PACKAGE_CFLAGS@
308
309xnec2c_SOURCES = \
310	main.c		 	main.h \
311	support.c	 	support.h \
312	interface.c	 	interface.h \
313	callbacks.c	 	callbacks.h \
314	callback_func.c	callback_func.h \
315	calculations.c	calculations.h \
316	cmnd_edit.c		cmnd_edit.h \
317	geom_edit.c	 	geom_edit.h \
318	gnuplot.c	 	gnuplot.h \
319	draw.c		 	draw.h \
320	draw_structure.c draw_structure.h \
321	draw_radiation.c draw_radiation.h \
322	fields.c	 	fields.h \
323	fork.c	 		fork.h \
324	geometry.c	 	geometry.h \
325	ground.c	 	ground.h \
326	xnec2c.c	 	xnec2c.h \
327	input.c		 	input.h \
328	matrix.c	 	matrix.h \
329	utils.c		 	utils.h \
330	nec2_model.c 	nec2_model.h \
331	network.c	 	network.h \
332	plot_freqdata.c	plot_freqdata.h \
333	radiation.c	 	radiation.h \
334	shared.c	 	shared.h \
335	somnec.c	 	somnec.h \
336	common.h		editors.h
337
338xnec2c_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
339all: all-am
340
341.SUFFIXES:
342.SUFFIXES: .c .o .obj
343$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
344	@for dep in $?; do \
345	  case '$(am__configure_deps)' in \
346	    *$$dep*) \
347	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348	        && { if test -f $@; then exit 0; else break; fi; }; \
349	      exit 1;; \
350	  esac; \
351	done; \
352	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
353	$(am__cd) $(top_srcdir) && \
354	  $(AUTOMAKE) --gnu src/Makefile
355Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356	@case '$?' in \
357	  *config.status*) \
358	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
359	  *) \
360	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
361	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
362	esac;
363
364$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
365	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366
367$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
368	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
370	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371$(am__aclocal_m4_deps):
372install-binPROGRAMS: $(bin_PROGRAMS)
373	@$(NORMAL_INSTALL)
374	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
375	if test -n "$$list"; then \
376	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
377	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
378	fi; \
379	for p in $$list; do echo "$$p $$p"; done | \
380	sed 's/$(EXEEXT)$$//' | \
381	while read p p1; do if test -f $$p \
382	  ; then echo "$$p"; echo "$$p"; else :; fi; \
383	done | \
384	sed -e 'p;s,.*/,,;n;h' \
385	    -e 's|.*|.|' \
386	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
387	sed 'N;N;N;s,\n, ,g' | \
388	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
389	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
390	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
391	    else { print "f", $$3 "/" $$4, $$1; } } \
392	  END { for (d in files) print "f", d, files[d] }' | \
393	while read type dir files; do \
394	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
395	    test -z "$$files" || { \
396	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
397	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
398	    } \
399	; done
400
401uninstall-binPROGRAMS:
402	@$(NORMAL_UNINSTALL)
403	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
404	files=`for p in $$list; do echo "$$p"; done | \
405	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
406	      -e 's/$$/$(EXEEXT)/' \
407	`; \
408	test -n "$$list" || exit 0; \
409	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
410	cd "$(DESTDIR)$(bindir)" && rm -f $$files
411
412clean-binPROGRAMS:
413	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
414
415xnec2c$(EXEEXT): $(xnec2c_OBJECTS) $(xnec2c_DEPENDENCIES) $(EXTRA_xnec2c_DEPENDENCIES)
416	@rm -f xnec2c$(EXEEXT)
417	$(AM_V_CCLD)$(LINK) $(xnec2c_OBJECTS) $(xnec2c_LDADD) $(LIBS)
418
419mostlyclean-compile:
420	-rm -f *.$(OBJEXT)
421
422distclean-compile:
423	-rm -f *.tab.c
424
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calculations.Po@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callback_func.Po@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmnd_edit.Po@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_radiation.Po@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw_structure.Po@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fields.Po@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fork.Po@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geom_edit.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geometry.Po@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnuplot.Po@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ground.Po@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nec2_model.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Po@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plot_freqdata.Po@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radiation.Po@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shared.Po@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/somnec.Po@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xnec2c.Po@am__quote@
451
452.c.o:
453@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
458
459.c.obj:
460@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
461@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
465
466ID: $(am__tagged_files)
467	$(am__define_uniq_tagged_files); mkid -fID $$unique
468tags: tags-am
469TAGS: tags
470
471tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
472	set x; \
473	here=`pwd`; \
474	$(am__define_uniq_tagged_files); \
475	shift; \
476	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
477	  test -n "$$unique" || unique=$$empty_fix; \
478	  if test $$# -gt 0; then \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      "$$@" $$unique; \
481	  else \
482	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483	      $$unique; \
484	  fi; \
485	fi
486ctags: ctags-am
487
488CTAGS: ctags
489ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
490	$(am__define_uniq_tagged_files); \
491	test -z "$(CTAGS_ARGS)$$unique" \
492	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493	     $$unique
494
495GTAGS:
496	here=`$(am__cd) $(top_builddir) && pwd` \
497	  && $(am__cd) $(top_srcdir) \
498	  && gtags -i $(GTAGS_ARGS) "$$here"
499cscopelist: cscopelist-am
500
501cscopelist-am: $(am__tagged_files)
502	list='$(am__tagged_files)'; \
503	case "$(srcdir)" in \
504	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
505	  *) sdir=$(subdir)/$(srcdir) ;; \
506	esac; \
507	for i in $$list; do \
508	  if test -f "$$i"; then \
509	    echo "$(subdir)/$$i"; \
510	  else \
511	    echo "$$sdir/$$i"; \
512	  fi; \
513	done >> $(top_builddir)/cscope.files
514
515distclean-tags:
516	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517
518distdir: $(DISTFILES)
519	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	list='$(DISTFILES)'; \
522	  dist_files=`for file in $$list; do echo $$file; done | \
523	  sed -e "s|^$$srcdirstrip/||;t" \
524	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525	case $$dist_files in \
526	  */*) $(MKDIR_P) `echo "$$dist_files" | \
527			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528			   sort -u` ;; \
529	esac; \
530	for file in $$dist_files; do \
531	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532	  if test -d $$d/$$file; then \
533	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534	    if test -d "$(distdir)/$$file"; then \
535	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536	    fi; \
537	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540	    fi; \
541	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542	  else \
543	    test -f "$(distdir)/$$file" \
544	    || cp -p $$d/$$file "$(distdir)/$$file" \
545	    || exit 1; \
546	  fi; \
547	done
548check-am: all-am
549check: check-am
550all-am: Makefile $(PROGRAMS)
551installdirs:
552	for dir in "$(DESTDIR)$(bindir)"; do \
553	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554	done
555install: install-am
556install-exec: install-exec-am
557install-data: install-data-am
558uninstall: uninstall-am
559
560install-am: all-am
561	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
563installcheck: installcheck-am
564install-strip:
565	if test -z '$(STRIP)'; then \
566	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568	      install; \
569	else \
570	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
573	fi
574mostlyclean-generic:
575
576clean-generic:
577
578distclean-generic:
579	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581
582maintainer-clean-generic:
583	@echo "This command is intended for maintainers to use"
584	@echo "it deletes files that may require special tools to rebuild."
585clean: clean-am
586
587clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
588
589distclean: distclean-am
590	-rm -rf ./$(DEPDIR)
591	-rm -f Makefile
592distclean-am: clean-am distclean-compile distclean-generic \
593	distclean-tags
594
595dvi: dvi-am
596
597dvi-am:
598
599html: html-am
600
601html-am:
602
603info: info-am
604
605info-am:
606
607install-data-am:
608
609install-dvi: install-dvi-am
610
611install-dvi-am:
612
613install-exec-am: install-binPROGRAMS
614
615install-html: install-html-am
616
617install-html-am:
618
619install-info: install-info-am
620
621install-info-am:
622
623install-man:
624
625install-pdf: install-pdf-am
626
627install-pdf-am:
628
629install-ps: install-ps-am
630
631install-ps-am:
632
633installcheck-am:
634
635maintainer-clean: maintainer-clean-am
636	-rm -rf ./$(DEPDIR)
637	-rm -f Makefile
638maintainer-clean-am: distclean-am maintainer-clean-generic
639
640mostlyclean: mostlyclean-am
641
642mostlyclean-am: mostlyclean-compile mostlyclean-generic
643
644pdf: pdf-am
645
646pdf-am:
647
648ps: ps-am
649
650ps-am:
651
652uninstall-am: uninstall-binPROGRAMS
653
654.MAKE: install-am install-strip
655
656.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
657	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
658	distclean distclean-compile distclean-generic distclean-tags \
659	distdir dvi dvi-am html html-am info info-am install \
660	install-am install-binPROGRAMS install-data install-data-am \
661	install-dvi install-dvi-am install-exec install-exec-am \
662	install-html install-html-am install-info install-info-am \
663	install-man install-pdf install-pdf-am install-ps \
664	install-ps-am install-strip installcheck installcheck-am \
665	installdirs maintainer-clean maintainer-clean-generic \
666	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
667	ps ps-am tags tags-am uninstall uninstall-am \
668	uninstall-binPROGRAMS
669
670.PRECIOUS: Makefile
671
672
673# Tell versions [3.59,3.63) of GNU make to not export all variables.
674# Otherwise a system limit (for SysV at least) may be exceeded.
675.NOEXPORT:
676