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
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 = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = plugins/paint/atoms
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(dist_ui_DATA) $(noinst_HEADERS) \
100	$(am__DIST_COMMON)
101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106am__vpath_adj = case $$p in \
107    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108    *) f=$$p;; \
109  esac;
110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111am__install_max = 40
112am__nobase_strip_setup = \
113  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114am__nobase_strip = \
115  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116am__nobase_list = $(am__nobase_strip_setup); \
117  for p in $$list; do echo "$$p $$p"; done | \
118  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120    if (++n[$$2] == $(am__install_max)) \
121      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122    END { for (dir in files) print dir, files[dir] }'
123am__base_list = \
124  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126am__uninstall_files_from_dir = { \
127  test -z "$$files" \
128    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130         $(am__cd) "$$dir" && rm -f $$files; }; \
131  }
132am__installdirs = "$(DESTDIR)$(atomsdir)" "$(DESTDIR)$(uidir)"
133LTLIBRARIES = $(atoms_LTLIBRARIES)
134am__DEPENDENCIES_1 =
135atoms_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
136	$(top_builddir)/libs/gccv/libgccv-@GCU_API_VER@.la \
137	$(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
138	$(top_builddir)/libs/gcugtk/libgcugtk-@GCU_API_VER@.la \
139	$(top_builddir)/libs/gcp/libgcp-@GCU_API_VER@.la
140am_atoms_la_OBJECTS = plugin.lo chargetool.lo electrontool.lo \
141	elementtool.lo orbital.lo orbitaltool.lo
142atoms_la_OBJECTS = $(am_atoms_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147atoms_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
149	$(CXXFLAGS) $(atoms_la_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163depcomp = $(SHELL) $(top_srcdir)/depcomp
164am__depfiles_maybe = depfiles
165am__mv = mv -f
166CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
167	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
168LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
169	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
170	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171	$(AM_CXXFLAGS) $(CXXFLAGS)
172AM_V_CXX = $(am__v_CXX_@AM_V@)
173am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
174am__v_CXX_0 = @echo "  CXX     " $@;
175am__v_CXX_1 =
176CXXLD = $(CXX)
177CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
178	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
179	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
180AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
181am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
182am__v_CXXLD_0 = @echo "  CXXLD   " $@;
183am__v_CXXLD_1 =
184SOURCES = $(atoms_la_SOURCES)
185DIST_SOURCES = $(atoms_la_SOURCES)
186am__can_run_installinfo = \
187  case $$AM_UPDATE_INFO_DIR in \
188    n|no|NO) false;; \
189    *) (install-info --version) >/dev/null 2>&1;; \
190  esac
191DATA = $(dist_ui_DATA)
192HEADERS = $(noinst_HEADERS)
193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
213	$(top_srcdir)/mkinstalldirs
214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215ACLOCAL = @ACLOCAL@
216ALL_LINGUAS = @ALL_LINGUAS@
217AMTAR = @AMTAR@
218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219AR = @AR@
220AUTOCONF = @AUTOCONF@
221AUTOHEADER = @AUTOHEADER@
222AUTOMAKE = @AUTOMAKE@
223AWK = @AWK@
224CATALOGS = @CATALOGS@
225CATOBJEXT = @CATOBJEXT@
226CC = @CC@
227CCDEPMODE = @CCDEPMODE@
228CFLAGS = @CFLAGS@
229CPP = @CPP@
230CPPFLAGS = @CPPFLAGS@
231CXX = @CXX@
232CXXCPP = @CXXCPP@
233CXXDEPMODE = @CXXDEPMODE@
234CXXFLAGS = @CXXFLAGS@
235CYGPATH_W = @CYGPATH_W@
236DATADIRNAME = @DATADIRNAME@
237DEFS = @DEFS@ -DDATADIR=\"$(datadir)\" -DUIDIR=\"$(uidir)\" \
238	-DPLUGINSDIR=\"$(atomsdir)\"
239DEPDIR = @DEPDIR@
240DIRECT_RENDERING = @DIRECT_RENDERING@
241DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
242DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
243DLLTOOL = @DLLTOOL@
244DOC_USER_FORMATS = @DOC_USER_FORMATS@
245DOXYGEN = @DOXYGEN@
246DSYMUTIL = @DSYMUTIL@
247DUMPBIN = @DUMPBIN@
248ECHO_C = @ECHO_C@
249ECHO_N = @ECHO_N@
250ECHO_T = @ECHO_T@
251EGREP = @EGREP@
252EXEEXT = @EXEEXT@
253FGREP = @FGREP@
254GCU_API_VER = @GCU_API_VER@
255GCU_CFLAGS = @GCU_CFLAGS@
256GCU_VERSION_INFO = @GCU_VERSION_INFO@
257GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
258GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
259GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
260GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
261GMOFILES = @GMOFILES@
262GMSGFMT = @GMSGFMT@
263GNUMERIC_PLUGINS_DIR = @GNUMERIC_PLUGINS_DIR@
264GOFFICE_PLUGINS_DIR = @GOFFICE_PLUGINS_DIR@
265GREP = @GREP@
266GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
267HELP_DIR = @HELP_DIR@
268INSTALL = @INSTALL@
269INSTALL_DATA = @INSTALL_DATA@
270INSTALL_PROGRAM = @INSTALL_PROGRAM@
271INSTALL_SCRIPT = @INSTALL_SCRIPT@
272INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
273INSTOBJEXT = @INSTOBJEXT@
274INTLLIBS = @INTLLIBS@
275INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
276INTLTOOL_MERGE = @INTLTOOL_MERGE@
277INTLTOOL_PERL = @INTLTOOL_PERL@
278INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
279INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
280INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
281INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
282INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
283KDECONFIG = @KDECONFIG@
284KDEMIMEDIR = @KDEMIMEDIR@
285LD = @LD@
286LDFLAGS = @LDFLAGS@
287LIBOBJS = @LIBOBJS@
288LIBS = @LIBS@
289LIBTOOL = @LIBTOOL@
290LIPO = @LIPO@
291LN_S = @LN_S@
292LTLIBOBJS = @LTLIBOBJS@
293LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
294MAINT = @MAINT@
295MAKEINFO = @MAKEINFO@
296MAN = @MAN@
297MANIFEST_TOOL = @MANIFEST_TOOL@
298MKDIR_P = @MKDIR_P@
299MKINSTALLDIRS = @MKINSTALLDIRS@
300MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
301MOZILLA_CONFIG = @MOZILLA_CONFIG@
302MOZILLA_LIBS = @MOZILLA_LIBS@
303MSGFMT = @MSGFMT@
304MSGFMT_OPTS = @MSGFMT_OPTS@
305MSGMERGE = @MSGMERGE@
306NM = @NM@
307NMEDIT = @NMEDIT@
308OBJDUMP = @OBJDUMP@
309OBJEXT = @OBJEXT@
310OMF_DIR = @OMF_DIR@
311OTOOL = @OTOOL@
312OTOOL64 = @OTOOL64@
313PACKAGE = @PACKAGE@
314PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
315PACKAGE_NAME = @PACKAGE_NAME@
316PACKAGE_STRING = @PACKAGE_STRING@
317PACKAGE_TARNAME = @PACKAGE_TARNAME@
318PACKAGE_URL = @PACKAGE_URL@
319PACKAGE_VERSION = @PACKAGE_VERSION@
320PATH_SEPARATOR = @PATH_SEPARATOR@
321PKG_CONFIG = @PKG_CONFIG@
322PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
323PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
324POFILES = @POFILES@
325POSUB = @POSUB@
326PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
327PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
328RANLIB = @RANLIB@
329SED = @SED@
330SET_MAKE = @SET_MAKE@
331SHELL = @SHELL@
332STABILITY = @STABILITY@
333STABILITY_POSTFIX = @STABILITY_POSTFIX@
334STRIP = @STRIP@
335TESTSSRCDIR = @TESTSSRCDIR@
336UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
337UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
338USE_NLS = @USE_NLS@
339VERSION = @VERSION@
340WARN_CFLAGS = @WARN_CFLAGS@
341WARN_CXXFLAGS = @WARN_CXXFLAGS@
342XGETTEXT = @XGETTEXT@
343XMLLINT = @XMLLINT@
344XMLLINT_FLAGS = @XMLLINT_FLAGS@
345XSLTPROC = @XSLTPROC@
346XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
347abs_builddir = @abs_builddir@
348abs_srcdir = @abs_srcdir@
349abs_top_builddir = @abs_top_builddir@
350abs_top_srcdir = @abs_top_srcdir@
351ac_ct_AR = @ac_ct_AR@
352ac_ct_CC = @ac_ct_CC@
353ac_ct_CXX = @ac_ct_CXX@
354ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
355am__include = @am__include@
356am__leading_dot = @am__leading_dot@
357am__quote = @am__quote@
358am__tar = @am__tar@
359am__untar = @am__untar@
360bindir = @bindir@
361bodr_CFLAGS = @bodr_CFLAGS@
362bodr_LIBS = @bodr_LIBS@
363build = @build@
364build_alias = @build_alias@
365build_cpu = @build_cpu@
366build_os = @build_os@
367build_vendor = @build_vendor@
368builddir = @builddir@
369cairo_CFLAGS = @cairo_CFLAGS@
370cairo_LIBS = @cairo_LIBS@
371chemical_mime_data_CFLAGS = @chemical_mime_data_CFLAGS@
372chemical_mime_data_LIBS = @chemical_mime_data_LIBS@
373datadir = @datadir@
374datarootdir = @datarootdir@
375docdir = @docdir@
376dvidir = @dvidir@
377exec_prefix = @exec_prefix@
378gdk_pixbuf_CFLAGS = @gdk_pixbuf_CFLAGS@
379gdk_pixbuf_LIBS = @gdk_pixbuf_LIBS@
380gio_CFLAGS = @gio_CFLAGS@
381gio_LIBS = @gio_LIBS@
382glib_CFLAGS = @glib_CFLAGS@
383glib_LIBS = @glib_LIBS@
384gnm_version = @gnm_version@
385gnumeric_CFLAGS = @gnumeric_CFLAGS@
386gnumeric_LIBS = @gnumeric_LIBS@
387goffice_CFLAGS = @goffice_CFLAGS@
388goffice_LIBS = @goffice_LIBS@
389gsettingsschemadir = @gsettingsschemadir@
390gsf_CFLAGS = @gsf_CFLAGS@
391gsf_LIBS = @gsf_LIBS@
392gtk_CFLAGS = @gtk_CFLAGS@
393gtk_LIBS = @gtk_LIBS@
394host = @host@
395host_alias = @host_alias@
396host_cpu = @host_cpu@
397host_os = @host_os@
398host_vendor = @host_vendor@
399htmldir = @htmldir@
400includedir = @includedir@
401infodir = @infodir@
402install_sh = @install_sh@
403intltool__v_merge_options_ = @intltool__v_merge_options_@
404intltool__v_merge_options_0 = @intltool__v_merge_options_0@
405lasem_CFLAGS = @lasem_CFLAGS@
406lasem_LIBS = @lasem_LIBS@
407libdir = @libdir@
408libexecdir = @libexecdir@
409localedir = @localedir@
410localstatedir = @localstatedir@
411mandir = @mandir@
412mkdir_p = @mkdir_p@
413mozlibdir = @mozlibdir@
414oldincludedir = @oldincludedir@
415openbabel_CFLAGS = @openbabel_CFLAGS@
416openbabel_LIBS = @openbabel_LIBS@
417pdfdir = @pdfdir@
418prefix = @prefix@
419program_transform_name = @program_transform_name@
420psdir = @psdir@
421runstatedir = @runstatedir@
422sbindir = @sbindir@
423shared_mime_info_CFLAGS = @shared_mime_info_CFLAGS@
424shared_mime_info_LIBS = @shared_mime_info_LIBS@
425sharedstatedir = @sharedstatedir@
426srcdir = @srcdir@
427sysconfdir = @sysconfdir@
428target_alias = @target_alias@
429top_build_prefix = @top_build_prefix@
430top_builddir = @top_builddir@
431top_srcdir = @top_srcdir@
432x11_CFLAGS = @x11_CFLAGS@
433x11_LIBS = @x11_LIBS@
434xml_CFLAGS = @xml_CFLAGS@
435xml_LIBS = @xml_LIBS@
436MAINTAINERCLEANFILES = Makefile.in
437AM_CPPFLAGS = \
438		-I$(top_srcdir) -I$(top_srcdir)/libs \
439		$(goffice_CFLAGS) \
440		$(GCU_CFLAGS)
441
442atomsdir = $(libdir)/gchemutils/@GCU_API_VER@/plugins/paint
443atoms_LTLIBRARIES = atoms.la
444atoms_la_LDFLAGS = -module -avoid-version
445atoms_la_LIBADD = \
446		$(gtk_LIBS) $(xml_LIBS) \
447		$(top_builddir)/libs/gccv/libgccv-@GCU_API_VER@.la \
448		$(top_builddir)/libs/gcu/libgcu-@GCU_API_VER@.la \
449		$(top_builddir)/libs/gcugtk/libgcugtk-@GCU_API_VER@.la \
450		$(top_builddir)/libs/gcp/libgcp-@GCU_API_VER@.la
451
452atoms_la_SOURCES = \
453	plugin.cc \
454	chargetool.cc \
455	electrontool.cc \
456	elementtool.cc \
457	orbital.cc \
458	orbitaltool.cc
459
460noinst_HEADERS = \
461	plugin.h \
462	chargetool.h \
463	electrontool.h \
464	elementtool.h \
465	orbital.h \
466	orbitaltool.h
467
468uidir = $(datadir)/gchemutils/@GCU_API_VER@/ui/paint/plugins/atoms
469dist_ui_DATA = \
470	orbital.ui \
471	orbital-prop.ui
472
473all: all-am
474
475.SUFFIXES:
476.SUFFIXES: .cc .lo .o .obj
477$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
478	@for dep in $?; do \
479	  case '$(am__configure_deps)' in \
480	    *$$dep*) \
481	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
482	        && { if test -f $@; then exit 0; else break; fi; }; \
483	      exit 1;; \
484	  esac; \
485	done; \
486	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/paint/atoms/Makefile'; \
487	$(am__cd) $(top_srcdir) && \
488	  $(AUTOMAKE) --gnu plugins/paint/atoms/Makefile
489Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
490	@case '$?' in \
491	  *config.status*) \
492	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
493	  *) \
494	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
495	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
496	esac;
497
498$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
499	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500
501$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
502	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
503$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
504	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
505$(am__aclocal_m4_deps):
506
507install-atomsLTLIBRARIES: $(atoms_LTLIBRARIES)
508	@$(NORMAL_INSTALL)
509	@list='$(atoms_LTLIBRARIES)'; test -n "$(atomsdir)" || list=; \
510	list2=; for p in $$list; do \
511	  if test -f $$p; then \
512	    list2="$$list2 $$p"; \
513	  else :; fi; \
514	done; \
515	test -z "$$list2" || { \
516	  echo " $(MKDIR_P) '$(DESTDIR)$(atomsdir)'"; \
517	  $(MKDIR_P) "$(DESTDIR)$(atomsdir)" || exit 1; \
518	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(atomsdir)'"; \
519	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(atomsdir)"; \
520	}
521
522uninstall-atomsLTLIBRARIES:
523	@$(NORMAL_UNINSTALL)
524	@list='$(atoms_LTLIBRARIES)'; test -n "$(atomsdir)" || list=; \
525	for p in $$list; do \
526	  $(am__strip_dir) \
527	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(atomsdir)/$$f'"; \
528	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(atomsdir)/$$f"; \
529	done
530
531clean-atomsLTLIBRARIES:
532	-test -z "$(atoms_LTLIBRARIES)" || rm -f $(atoms_LTLIBRARIES)
533	@list='$(atoms_LTLIBRARIES)'; \
534	locs=`for p in $$list; do echo $$p; done | \
535	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
536	      sort -u`; \
537	test -z "$$locs" || { \
538	  echo rm -f $${locs}; \
539	  rm -f $${locs}; \
540	}
541
542atoms.la: $(atoms_la_OBJECTS) $(atoms_la_DEPENDENCIES) $(EXTRA_atoms_la_DEPENDENCIES)
543	$(AM_V_CXXLD)$(atoms_la_LINK) -rpath $(atomsdir) $(atoms_la_OBJECTS) $(atoms_la_LIBADD) $(LIBS)
544
545mostlyclean-compile:
546	-rm -f *.$(OBJEXT)
547
548distclean-compile:
549	-rm -f *.tab.c
550
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chargetool.Plo@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/electrontool.Plo@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elementtool.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orbital.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orbitaltool.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
557
558.cc.o:
559@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
561@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
564
565.cc.obj:
566@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
567@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
568@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
571
572.cc.lo:
573@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
574@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
575@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
576@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
578
579mostlyclean-libtool:
580	-rm -f *.lo
581
582clean-libtool:
583	-rm -rf .libs _libs
584install-dist_uiDATA: $(dist_ui_DATA)
585	@$(NORMAL_INSTALL)
586	@list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
587	if test -n "$$list"; then \
588	  echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
589	  $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
590	fi; \
591	for p in $$list; do \
592	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
593	  echo "$$d$$p"; \
594	done | $(am__base_list) | \
595	while read files; do \
596	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
597	  $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
598	done
599
600uninstall-dist_uiDATA:
601	@$(NORMAL_UNINSTALL)
602	@list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
603	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
604	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
605
606ID: $(am__tagged_files)
607	$(am__define_uniq_tagged_files); mkid -fID $$unique
608tags: tags-am
609TAGS: tags
610
611tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612	set x; \
613	here=`pwd`; \
614	$(am__define_uniq_tagged_files); \
615	shift; \
616	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
617	  test -n "$$unique" || unique=$$empty_fix; \
618	  if test $$# -gt 0; then \
619	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
620	      "$$@" $$unique; \
621	  else \
622	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
623	      $$unique; \
624	  fi; \
625	fi
626ctags: ctags-am
627
628CTAGS: ctags
629ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
630	$(am__define_uniq_tagged_files); \
631	test -z "$(CTAGS_ARGS)$$unique" \
632	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633	     $$unique
634
635GTAGS:
636	here=`$(am__cd) $(top_builddir) && pwd` \
637	  && $(am__cd) $(top_srcdir) \
638	  && gtags -i $(GTAGS_ARGS) "$$here"
639cscopelist: cscopelist-am
640
641cscopelist-am: $(am__tagged_files)
642	list='$(am__tagged_files)'; \
643	case "$(srcdir)" in \
644	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
645	  *) sdir=$(subdir)/$(srcdir) ;; \
646	esac; \
647	for i in $$list; do \
648	  if test -f "$$i"; then \
649	    echo "$(subdir)/$$i"; \
650	  else \
651	    echo "$$sdir/$$i"; \
652	  fi; \
653	done >> $(top_builddir)/cscope.files
654
655distclean-tags:
656	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
657
658distdir: $(DISTFILES)
659	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
660	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661	list='$(DISTFILES)'; \
662	  dist_files=`for file in $$list; do echo $$file; done | \
663	  sed -e "s|^$$srcdirstrip/||;t" \
664	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
665	case $$dist_files in \
666	  */*) $(MKDIR_P) `echo "$$dist_files" | \
667			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
668			   sort -u` ;; \
669	esac; \
670	for file in $$dist_files; do \
671	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
672	  if test -d $$d/$$file; then \
673	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
674	    if test -d "$(distdir)/$$file"; then \
675	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
676	    fi; \
677	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
678	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
679	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
680	    fi; \
681	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
682	  else \
683	    test -f "$(distdir)/$$file" \
684	    || cp -p $$d/$$file "$(distdir)/$$file" \
685	    || exit 1; \
686	  fi; \
687	done
688check-am: all-am
689check: check-am
690all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
691installdirs:
692	for dir in "$(DESTDIR)$(atomsdir)" "$(DESTDIR)$(uidir)"; do \
693	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
694	done
695install: install-am
696install-exec: install-exec-am
697install-data: install-data-am
698uninstall: uninstall-am
699
700install-am: all-am
701	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
702
703installcheck: installcheck-am
704install-strip:
705	if test -z '$(STRIP)'; then \
706	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
707	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
708	      install; \
709	else \
710	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
711	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
712	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
713	fi
714mostlyclean-generic:
715
716clean-generic:
717
718distclean-generic:
719	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
720	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
721
722maintainer-clean-generic:
723	@echo "This command is intended for maintainers to use"
724	@echo "it deletes files that may require special tools to rebuild."
725	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
726clean: clean-am
727
728clean-am: clean-atomsLTLIBRARIES clean-generic clean-libtool \
729	mostlyclean-am
730
731distclean: distclean-am
732	-rm -rf ./$(DEPDIR)
733	-rm -f Makefile
734distclean-am: clean-am distclean-compile distclean-generic \
735	distclean-tags
736
737dvi: dvi-am
738
739dvi-am:
740
741html: html-am
742
743html-am:
744
745info: info-am
746
747info-am:
748
749install-data-am: install-atomsLTLIBRARIES install-dist_uiDATA
750
751install-dvi: install-dvi-am
752
753install-dvi-am:
754
755install-exec-am:
756
757install-html: install-html-am
758
759install-html-am:
760
761install-info: install-info-am
762
763install-info-am:
764
765install-man:
766
767install-pdf: install-pdf-am
768
769install-pdf-am:
770
771install-ps: install-ps-am
772
773install-ps-am:
774
775installcheck-am:
776
777maintainer-clean: maintainer-clean-am
778	-rm -rf ./$(DEPDIR)
779	-rm -f Makefile
780maintainer-clean-am: distclean-am maintainer-clean-generic
781
782mostlyclean: mostlyclean-am
783
784mostlyclean-am: mostlyclean-compile mostlyclean-generic \
785	mostlyclean-libtool
786
787pdf: pdf-am
788
789pdf-am:
790
791ps: ps-am
792
793ps-am:
794
795uninstall-am: uninstall-atomsLTLIBRARIES uninstall-dist_uiDATA
796
797.MAKE: install-am install-strip
798
799.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
800	clean-atomsLTLIBRARIES clean-generic clean-libtool \
801	cscopelist-am ctags ctags-am distclean distclean-compile \
802	distclean-generic distclean-libtool distclean-tags distdir dvi \
803	dvi-am html html-am info info-am install install-am \
804	install-atomsLTLIBRARIES install-data install-data-am \
805	install-dist_uiDATA install-dvi install-dvi-am install-exec \
806	install-exec-am install-html install-html-am install-info \
807	install-info-am install-man install-pdf install-pdf-am \
808	install-ps install-ps-am install-strip installcheck \
809	installcheck-am installdirs maintainer-clean \
810	maintainer-clean-generic mostlyclean mostlyclean-compile \
811	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
812	tags tags-am uninstall uninstall-am uninstall-atomsLTLIBRARIES \
813	uninstall-dist_uiDATA
814
815.PRECIOUS: Makefile
816
817
818# Tell versions [3.59,3.63) of GNU make to not export all variables.
819# Otherwise a system limit (for SysV at least) may be exceeded.
820.NOEXPORT:
821