Trisurf Monte Carlo simulator
Samo Penic
2019-03-09 4df6ed05246cf8bc9fe0cb0c8766ebc368d2f512
commit | author | age
74bf1e 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
SP 2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \    ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs    ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = src/plugins
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95     $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
102 am__vpath_adj = case $$p in \
103     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
104     *) f=$$p;; \
105   esac;
106 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
107 am__install_max = 40
108 am__nobase_strip_setup = \
109   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
110 am__nobase_strip = \
111   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
112 am__nobase_list = $(am__nobase_strip_setup); \
113   for p in $$list; do echo "$$p $$p"; done | \
114   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
115   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
116     if (++n[$$2] == $(am__install_max)) \
117       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
118     END { for (dir in files) print dir, files[dir] }'
119 am__base_list = \
120   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
121   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
122 am__uninstall_files_from_dir = { \
123   test -z "$$files" \
124     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
125     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
126          $(am__cd) "$$dir" && rm -f $$files; }; \
127   }
128 am__installdirs = "$(DESTDIR)$(libdir)"
129 LTLIBRARIES = $(lib_LTLIBRARIES)
5e08f2 130 constant_area_la_LIBADD =
SP 131 am_constant_area_la_OBJECTS = constant_area.lo
132 constant_area_la_OBJECTS = $(am_constant_area_la_OBJECTS)
74bf1e 133 AM_V_lt = $(am__v_lt_@AM_V@)
SP 134 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
135 am__v_lt_0 = --silent
136 am__v_lt_1 = 
5e08f2 137 constant_area_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
SP 138     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
139     $(AM_CFLAGS) $(CFLAGS) $(constant_area_la_LDFLAGS) $(LDFLAGS) \
140     -o $@
141 constant_volume_la_LIBADD =
142 am_constant_volume_la_OBJECTS = constant_volume.lo
143 constant_volume_la_OBJECTS = $(am_constant_volume_la_OBJECTS)
77a2c7 144 constant_volume_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
SP 145     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
146     $(AM_CFLAGS) $(CFLAGS) $(constant_volume_la_LDFLAGS) \
147     $(LDFLAGS) -o $@
148 demoplugin_la_LIBADD =
149 am_demoplugin_la_OBJECTS = demo_plugin.lo
150 demoplugin_la_OBJECTS = $(am_demoplugin_la_OBJECTS)
74bf1e 151 demoplugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
SP 152     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153     $(demoplugin_la_LDFLAGS) $(LDFLAGS) -o $@
b5cd8c 154 nucleus_la_LIBADD =
SP 155 am_nucleus_la_OBJECTS = nucleus.lo
156 nucleus_la_OBJECTS = $(am_nucleus_la_OBJECTS)
157 nucleus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
159     $(nucleus_la_LDFLAGS) $(LDFLAGS) -o $@
160 plane_confinement_la_LIBADD =
161 am_plane_confinement_la_OBJECTS = plane_confinement.lo
162 plane_confinement_la_OBJECTS = $(am_plane_confinement_la_OBJECTS)
163 plane_confinement_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
164     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
165     $(AM_CFLAGS) $(CFLAGS) $(plane_confinement_la_LDFLAGS) \
166     $(LDFLAGS) -o $@
36dba8 167 pressure_la_LIBADD =
SP 168 am_pressure_la_OBJECTS = pressure.lo
169 pressure_la_OBJECTS = $(am_pressure_la_OBJECTS)
170 pressure_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
172     $(pressure_la_LDFLAGS) $(LDFLAGS) -o $@
4df6ed 173 stretching_energy_la_LIBADD =
SP 174 am_stretching_energy_la_OBJECTS = constant_area.lo
175 stretching_energy_la_OBJECTS = $(am_stretching_energy_la_OBJECTS)
176 stretching_energy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
177     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
178     $(AM_CFLAGS) $(CFLAGS) $(stretching_energy_la_LDFLAGS) \
179     $(LDFLAGS) -o $@
51b4f0 180 vmdefaulthardconstraints_la_LIBADD =
SP 181 am_vmdefaulthardconstraints_la_OBJECTS = default_hard_constraints.lo
182 vmdefaulthardconstraints_la_OBJECTS =  \
183     $(am_vmdefaulthardconstraints_la_OBJECTS)
184 vmdefaulthardconstraints_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
185     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
186     $(AM_CFLAGS) $(CFLAGS) $(vmdefaulthardconstraints_la_LDFLAGS) \
187     $(LDFLAGS) -o $@
74bf1e 188 AM_V_P = $(am__v_P_@AM_V@)
SP 189 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
190 am__v_P_0 = false
191 am__v_P_1 = :
192 AM_V_GEN = $(am__v_GEN_@AM_V@)
193 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194 am__v_GEN_0 = @echo "  GEN     " $@;
195 am__v_GEN_1 = 
196 AM_V_at = $(am__v_at_@AM_V@)
197 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
198 am__v_at_0 = @
199 am__v_at_1 = 
200 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
201 depcomp = $(SHELL) $(top_srcdir)/depcomp
202 am__depfiles_maybe = depfiles
203 am__mv = mv -f
204 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
205     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
206 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207     $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
208     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
209     $(AM_CFLAGS) $(CFLAGS)
210 AM_V_CC = $(am__v_CC_@AM_V@)
211 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
212 am__v_CC_0 = @echo "  CC      " $@;
213 am__v_CC_1 = 
214 CCLD = $(CC)
215 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
217     $(AM_LDFLAGS) $(LDFLAGS) -o $@
218 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
219 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
220 am__v_CCLD_0 = @echo "  CCLD    " $@;
221 am__v_CCLD_1 = 
5e08f2 222 SOURCES = $(constant_area_la_SOURCES) $(constant_volume_la_SOURCES) \
SP 223     $(demoplugin_la_SOURCES) $(nucleus_la_SOURCES) \
224     $(plane_confinement_la_SOURCES) $(pressure_la_SOURCES) \
4df6ed 225     $(stretching_energy_la_SOURCES) \
5e08f2 226     $(vmdefaulthardconstraints_la_SOURCES)
SP 227 DIST_SOURCES = $(constant_area_la_SOURCES) \
228     $(constant_volume_la_SOURCES) $(demoplugin_la_SOURCES) \
77a2c7 229     $(nucleus_la_SOURCES) $(plane_confinement_la_SOURCES) \
4df6ed 230     $(pressure_la_SOURCES) $(stretching_energy_la_SOURCES) \
SP 231     $(vmdefaulthardconstraints_la_SOURCES)
74bf1e 232 am__can_run_installinfo = \
SP 233   case $$AM_UPDATE_INFO_DIR in \
234     n|no|NO) false;; \
235     *) (install-info --version) >/dev/null 2>&1;; \
236   esac
237 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
238 # Read a list of newline-separated strings from the standard input,
239 # and print each of them once, without duplicates.  Input order is
240 # *not* preserved.
241 am__uniquify_input = $(AWK) '\
242   BEGIN { nonempty = 0; } \
243   { items[$$0] = 1; nonempty = 1; } \
244   END { if (nonempty) { for (i in items) print i; }; } \
245 '
246 # Make sure the list of sources is unique.  This is necessary because,
247 # e.g., the same source file might be shared among _SOURCES variables
248 # for different programs/libraries.
249 am__define_uniq_tagged_files = \
250   list='$(am__tagged_files)'; \
251   unique=`for i in $$list; do \
252     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253   done | $(am__uniquify_input)`
254 ETAGS = etags
255 CTAGS = ctags
256 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
257 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258 ACLOCAL = @ACLOCAL@
259 AMTAR = @AMTAR@
260 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261 AR = @AR@
262 AUTOCONF = @AUTOCONF@
263 AUTOHEADER = @AUTOHEADER@
264 AUTOMAKE = @AUTOMAKE@
265 AWK = @AWK@
266 CC = @CC@
267 CCDEPMODE = @CCDEPMODE@
268 CFLAGS = @CFLAGS@
269 CPP = @CPP@
270 CPPFLAGS = @CPPFLAGS@
271 CYGPATH_W = @CYGPATH_W@
272 DEFS = @DEFS@
273 DEPDIR = @DEPDIR@
274 DLLTOOL = @DLLTOOL@
275 DSYMUTIL = @DSYMUTIL@
276 DUMPBIN = @DUMPBIN@
277 ECHO_C = @ECHO_C@
278 ECHO_N = @ECHO_N@
279 ECHO_T = @ECHO_T@
280 EGREP = @EGREP@
281 EXEEXT = @EXEEXT@
282 FGREP = @FGREP@
283 GREP = @GREP@
284 INSTALL = @INSTALL@
285 INSTALL_DATA = @INSTALL_DATA@
286 INSTALL_PROGRAM = @INSTALL_PROGRAM@
287 INSTALL_SCRIPT = @INSTALL_SCRIPT@
288 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
289 LD = @LD@
290 LDFLAGS = @LDFLAGS@
291 LIBOBJS = @LIBOBJS@
292 LIBS = @LIBS@
293 LIBTOOL = @LIBTOOL@
294 LIPO = @LIPO@
295 LN_S = @LN_S@
296 LTLIBOBJS = @LTLIBOBJS@
297 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
298 MAKEINFO = @MAKEINFO@
299 MANIFEST_TOOL = @MANIFEST_TOOL@
300 MKDIR_P = @MKDIR_P@
301 NM = @NM@
302 NMEDIT = @NMEDIT@
303 OBJDUMP = @OBJDUMP@
304 OBJEXT = @OBJEXT@
305 OTOOL = @OTOOL@
306 OTOOL64 = @OTOOL64@
307 PACKAGE = @PACKAGE@
308 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309 PACKAGE_NAME = @PACKAGE_NAME@
310 PACKAGE_STRING = @PACKAGE_STRING@
311 PACKAGE_TARNAME = @PACKAGE_TARNAME@
312 PACKAGE_URL = @PACKAGE_URL@
313 PACKAGE_VERSION = @PACKAGE_VERSION@
314 PATH_SEPARATOR = @PATH_SEPARATOR@
315 PKG_CONFIG = @PKG_CONFIG@
316 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
317 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
318 RANLIB = @RANLIB@
319 SED = @SED@
320 SET_MAKE = @SET_MAKE@
321 SHELL = @SHELL@
322 STRIP = @STRIP@
323 VERSION = @VERSION@
324 abs_builddir = @abs_builddir@
325 abs_srcdir = @abs_srcdir@
326 abs_top_builddir = @abs_top_builddir@
327 abs_top_srcdir = @abs_top_srcdir@
328 ac_ct_AR = @ac_ct_AR@
329 ac_ct_CC = @ac_ct_CC@
330 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
331 am__include = @am__include@
332 am__leading_dot = @am__leading_dot@
333 am__quote = @am__quote@
334 am__tar = @am__tar@
335 am__untar = @am__untar@
336 bindir = @bindir@
337 build = @build@
338 build_alias = @build_alias@
339 build_cpu = @build_cpu@
340 build_os = @build_os@
341 build_vendor = @build_vendor@
342 builddir = @builddir@
343 datadir = @datadir@
344 datarootdir = @datarootdir@
345 docdir = @docdir@
346 dvidir = @dvidir@
347 exec_prefix = @exec_prefix@
348 host = @host@
349 host_alias = @host_alias@
350 host_cpu = @host_cpu@
351 host_os = @host_os@
352 host_vendor = @host_vendor@
353 htmldir = @htmldir@
354 includedir = @includedir@
355 infodir = @infodir@
356 install_sh = @install_sh@
357 libdir = @libdir@
358 libexecdir = @libexecdir@
359 libxml2_CFLAGS = @libxml2_CFLAGS@
360 libxml2_LIBS = @libxml2_LIBS@
361 localedir = @localedir@
362 localstatedir = @localstatedir@
363 mandir = @mandir@
364 mkdir_p = @mkdir_p@
365 oldincludedir = @oldincludedir@
366 pdfdir = @pdfdir@
367 prefix = @prefix@
368 program_transform_name = @program_transform_name@
369 psdir = @psdir@
370 runstatedir = @runstatedir@
371 sbindir = @sbindir@
372 sharedstatedir = @sharedstatedir@
373 srcdir = @srcdir@
374 sysconfdir = @sysconfdir@
375 target_alias = @target_alias@
376 top_build_prefix = @top_build_prefix@
377 top_builddir = @top_builddir@
378 top_srcdir = @top_srcdir@
379 AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I..
4df6ed 380 lib_LTLIBRARIES = demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la pressure.la constant_volume.la constant_area.la stretching_energy.la
74bf1e 381 demoplugin_la_SOURCES = demo_plugin.c
SP 382 demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic
51b4f0 383 vmdefaulthardconstraints_la_SOURCES = default_hard_constraints.c
SP 384 vmdefaulthardconstraints_la_LDFLAGS = -module -avoid-version -export-dynamic
b5cd8c 385 nucleus_la_SOURCES = nucleus.c 
SP 386 nucleus_la_LDFLAGS = -module -avoid-version -export-dynamic
387 plane_confinement_la_SOURCES = plane_confinement.c 
388 plane_confinement_la_LDFLAGS = -module -avoid-version -export-dynamic
36dba8 389 pressure_la_SOURCES = pressure.c 
SP 390 pressure_la_LDFLAGS = -module -avoid-version -export-dynamic
77a2c7 391 constant_volume_la_SOURCES = constant_volume.c 
SP 392 constant_volume_la_LDFLAGS = -module -avoid-version -export-dynamic
5e08f2 393 constant_area_la_SOURCES = constant_area.c 
SP 394 constant_area_la_LDFLAGS = -module -avoid-version -export-dynamic
4df6ed 395 stretching_energy_la_SOURCES = constant_area.c 
SP 396 stretching_energy_la_LDFLAGS = -module -avoid-version -export-dynamic
74bf1e 397 all: all-am
SP 398
399 .SUFFIXES:
400 .SUFFIXES: .c .lo .o .obj
401 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
402     @for dep in $?; do \
403       case '$(am__configure_deps)' in \
404         *$$dep*) \
405           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
406             && { if test -f $@; then exit 0; else break; fi; }; \
407           exit 1;; \
408       esac; \
409     done; \
410     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/Makefile'; \
411     $(am__cd) $(top_srcdir) && \
412       $(AUTOMAKE) --gnu src/plugins/Makefile
413 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
414     @case '$?' in \
415       *config.status*) \
416         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
417       *) \
418         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
419         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
420     esac;
421
422 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
423     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424
425 $(top_srcdir)/configure:  $(am__configure_deps)
426     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
428     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429 $(am__aclocal_m4_deps):
430
431 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
432     @$(NORMAL_INSTALL)
433     @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
434     list2=; for p in $$list; do \
435       if test -f $$p; then \
436         list2="$$list2 $$p"; \
437       else :; fi; \
438     done; \
439     test -z "$$list2" || { \
440       echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
441       $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
442       echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
443       $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
444     }
445
446 uninstall-libLTLIBRARIES:
447     @$(NORMAL_UNINSTALL)
448     @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
449     for p in $$list; do \
450       $(am__strip_dir) \
451       echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
452       $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
453     done
454
455 clean-libLTLIBRARIES:
456     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
457     @list='$(lib_LTLIBRARIES)'; \
458     locs=`for p in $$list; do echo $$p; done | \
459           sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
460           sort -u`; \
461     test -z "$$locs" || { \
462       echo rm -f $${locs}; \
463       rm -f $${locs}; \
464     }
465
5e08f2 466 constant_area.la: $(constant_area_la_OBJECTS) $(constant_area_la_DEPENDENCIES) $(EXTRA_constant_area_la_DEPENDENCIES) 
SP 467     $(AM_V_CCLD)$(constant_area_la_LINK) -rpath $(libdir) $(constant_area_la_OBJECTS) $(constant_area_la_LIBADD) $(LIBS)
468
77a2c7 469 constant_volume.la: $(constant_volume_la_OBJECTS) $(constant_volume_la_DEPENDENCIES) $(EXTRA_constant_volume_la_DEPENDENCIES) 
SP 470     $(AM_V_CCLD)$(constant_volume_la_LINK) -rpath $(libdir) $(constant_volume_la_OBJECTS) $(constant_volume_la_LIBADD) $(LIBS)
471
74bf1e 472 demoplugin.la: $(demoplugin_la_OBJECTS) $(demoplugin_la_DEPENDENCIES) $(EXTRA_demoplugin_la_DEPENDENCIES) 
SP 473     $(AM_V_CCLD)$(demoplugin_la_LINK) -rpath $(libdir) $(demoplugin_la_OBJECTS) $(demoplugin_la_LIBADD) $(LIBS)
474
b5cd8c 475 nucleus.la: $(nucleus_la_OBJECTS) $(nucleus_la_DEPENDENCIES) $(EXTRA_nucleus_la_DEPENDENCIES) 
SP 476     $(AM_V_CCLD)$(nucleus_la_LINK) -rpath $(libdir) $(nucleus_la_OBJECTS) $(nucleus_la_LIBADD) $(LIBS)
477
478 plane_confinement.la: $(plane_confinement_la_OBJECTS) $(plane_confinement_la_DEPENDENCIES) $(EXTRA_plane_confinement_la_DEPENDENCIES) 
479     $(AM_V_CCLD)$(plane_confinement_la_LINK) -rpath $(libdir) $(plane_confinement_la_OBJECTS) $(plane_confinement_la_LIBADD) $(LIBS)
480
36dba8 481 pressure.la: $(pressure_la_OBJECTS) $(pressure_la_DEPENDENCIES) $(EXTRA_pressure_la_DEPENDENCIES) 
SP 482     $(AM_V_CCLD)$(pressure_la_LINK) -rpath $(libdir) $(pressure_la_OBJECTS) $(pressure_la_LIBADD) $(LIBS)
483
4df6ed 484 stretching_energy.la: $(stretching_energy_la_OBJECTS) $(stretching_energy_la_DEPENDENCIES) $(EXTRA_stretching_energy_la_DEPENDENCIES) 
SP 485     $(AM_V_CCLD)$(stretching_energy_la_LINK) -rpath $(libdir) $(stretching_energy_la_OBJECTS) $(stretching_energy_la_LIBADD) $(LIBS)
486
51b4f0 487 vmdefaulthardconstraints.la: $(vmdefaulthardconstraints_la_OBJECTS) $(vmdefaulthardconstraints_la_DEPENDENCIES) $(EXTRA_vmdefaulthardconstraints_la_DEPENDENCIES) 
SP 488     $(AM_V_CCLD)$(vmdefaulthardconstraints_la_LINK) -rpath $(libdir) $(vmdefaulthardconstraints_la_OBJECTS) $(vmdefaulthardconstraints_la_LIBADD) $(LIBS)
489
74bf1e 490 mostlyclean-compile:
SP 491     -rm -f *.$(OBJEXT)
492
493 distclean-compile:
494     -rm -f *.tab.c
495
5e08f2 496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constant_area.Plo@am__quote@
77a2c7 497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constant_volume.Plo@am__quote@
51b4f0 498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/default_hard_constraints.Plo@am__quote@
74bf1e 499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo_plugin.Plo@am__quote@
b5cd8c 500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nucleus.Plo@am__quote@
SP 501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plane_confinement.Plo@am__quote@
36dba8 502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pressure.Plo@am__quote@
74bf1e 503
SP 504 .c.o:
505 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
506 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCC_FALSE@    $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
510
511 .c.obj:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@    $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
517
518 .c.lo:
519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@    $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
524
525 mostlyclean-libtool:
526     -rm -f *.lo
527
528 clean-libtool:
529     -rm -rf .libs _libs
530
531 ID: $(am__tagged_files)
532     $(am__define_uniq_tagged_files); mkid -fID $$unique
533 tags: tags-am
534 TAGS: tags
535
536 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537     set x; \
538     here=`pwd`; \
539     $(am__define_uniq_tagged_files); \
540     shift; \
541     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542       test -n "$$unique" || unique=$$empty_fix; \
543       if test $$# -gt 0; then \
544         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545           "$$@" $$unique; \
546       else \
547         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548           $$unique; \
549       fi; \
550     fi
551 ctags: ctags-am
552
553 CTAGS: ctags
554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555     $(am__define_uniq_tagged_files); \
556     test -z "$(CTAGS_ARGS)$$unique" \
557       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558          $$unique
559
560 GTAGS:
561     here=`$(am__cd) $(top_builddir) && pwd` \
562       && $(am__cd) $(top_srcdir) \
563       && gtags -i $(GTAGS_ARGS) "$$here"
564 cscopelist: cscopelist-am
565
566 cscopelist-am: $(am__tagged_files)
567     list='$(am__tagged_files)'; \
568     case "$(srcdir)" in \
569       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
570       *) sdir=$(subdir)/$(srcdir) ;; \
571     esac; \
572     for i in $$list; do \
573       if test -f "$$i"; then \
574         echo "$(subdir)/$$i"; \
575       else \
576         echo "$$sdir/$$i"; \
577       fi; \
578     done >> $(top_builddir)/cscope.files
579
580 distclean-tags:
581     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582
583 distdir: $(DISTFILES)
584     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
586     list='$(DISTFILES)'; \
587       dist_files=`for file in $$list; do echo $$file; done | \
588       sed -e "s|^$$srcdirstrip/||;t" \
589           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
590     case $$dist_files in \
591       */*) $(MKDIR_P) `echo "$$dist_files" | \
592                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
593                sort -u` ;; \
594     esac; \
595     for file in $$dist_files; do \
596       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
597       if test -d $$d/$$file; then \
598         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
599         if test -d "$(distdir)/$$file"; then \
600           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
601         fi; \
602         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
603           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
604           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
605         fi; \
606         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
607       else \
608         test -f "$(distdir)/$$file" \
609         || cp -p $$d/$$file "$(distdir)/$$file" \
610         || exit 1; \
611       fi; \
612     done
613 check-am: all-am
614 check: check-am
615 all-am: Makefile $(LTLIBRARIES)
616 installdirs:
617     for dir in "$(DESTDIR)$(libdir)"; do \
618       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
619     done
620 install: install-am
621 install-exec: install-exec-am
622 install-data: install-data-am
623 uninstall: uninstall-am
624
625 install-am: all-am
626     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
627
628 installcheck: installcheck-am
629 install-strip:
630     if test -z '$(STRIP)'; then \
631       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
632         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
633           install; \
634     else \
635       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
636         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
637         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
638     fi
639 mostlyclean-generic:
640
641 clean-generic:
642
643 distclean-generic:
644     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
645     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
646
647 maintainer-clean-generic:
648     @echo "This command is intended for maintainers to use"
649     @echo "it deletes files that may require special tools to rebuild."
650 clean: clean-am
651
652 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
653     mostlyclean-am
654
655 distclean: distclean-am
656     -rm -rf ./$(DEPDIR)
657     -rm -f Makefile
658 distclean-am: clean-am distclean-compile distclean-generic \
659     distclean-tags
660
661 dvi: dvi-am
662
663 dvi-am:
664
665 html: html-am
666
667 html-am:
668
669 info: info-am
670
671 info-am:
672
673 install-data-am:
674
675 install-dvi: install-dvi-am
676
677 install-dvi-am:
678
679 install-exec-am: install-libLTLIBRARIES
680
681 install-html: install-html-am
682
683 install-html-am:
684
685 install-info: install-info-am
686
687 install-info-am:
688
689 install-man:
690
691 install-pdf: install-pdf-am
692
693 install-pdf-am:
694
695 install-ps: install-ps-am
696
697 install-ps-am:
698
699 installcheck-am:
700
701 maintainer-clean: maintainer-clean-am
702     -rm -rf ./$(DEPDIR)
703     -rm -f Makefile
704 maintainer-clean-am: distclean-am maintainer-clean-generic
705
706 mostlyclean: mostlyclean-am
707
708 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
709     mostlyclean-libtool
710
711 pdf: pdf-am
712
713 pdf-am:
714
715 ps: ps-am
716
717 ps-am:
718
719 uninstall-am: uninstall-libLTLIBRARIES
720
721 .MAKE: install-am install-strip
722
723 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
724     clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
725     ctags-am distclean distclean-compile distclean-generic \
726     distclean-libtool distclean-tags distdir dvi dvi-am html \
727     html-am info info-am install install-am install-data \
728     install-data-am install-dvi install-dvi-am install-exec \
729     install-exec-am install-html install-html-am install-info \
730     install-info-am install-libLTLIBRARIES install-man install-pdf \
731     install-pdf-am install-ps install-ps-am install-strip \
732     installcheck installcheck-am installdirs maintainer-clean \
733     maintainer-clean-generic mostlyclean mostlyclean-compile \
734     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
735     tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
736
737 .PRECIOUS: Makefile
738
739
740 # Tell versions [3.59,3.63) of GNU make to not export all variables.
741 # Otherwise a system limit (for SysV at least) may be exceeded.
742 .NOEXPORT: