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