Trisurf Monte Carlo simulator
Samo Penic
2019-03-09 2c4278db6ead5c27e30a3000097ed898c968534e
commit | author | age
74bf1e 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
SP 2 # src/plugins/Makefile.  Generated from Makefile.in by configure.
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
16
17
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)/trisurf_ng
74 pkgincludedir = $(includedir)/trisurf_ng
75 pkglibdir = $(libdir)/trisurf_ng
76 pkglibexecdir = $(libexecdir)/trisurf_ng
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 = x86_64-pc-linux-gnu
90 host_triplet = x86_64-pc-linux-gnu
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_$(V))
SP 134 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
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 $@
2c4278 154 direct_force_on_c0_la_LIBADD =
SP 155 am_direct_force_on_c0_la_OBJECTS = direct_force_on_c0.lo
156 direct_force_on_c0_la_OBJECTS = $(am_direct_force_on_c0_la_OBJECTS)
157 direct_force_on_c0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
158     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
159     $(AM_CFLAGS) $(CFLAGS) $(direct_force_on_c0_la_LDFLAGS) \
160     $(LDFLAGS) -o $@
b5cd8c 161 nucleus_la_LIBADD =
SP 162 am_nucleus_la_OBJECTS = nucleus.lo
163 nucleus_la_OBJECTS = $(am_nucleus_la_OBJECTS)
164 nucleus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166     $(nucleus_la_LDFLAGS) $(LDFLAGS) -o $@
167 plane_confinement_la_LIBADD =
168 am_plane_confinement_la_OBJECTS = plane_confinement.lo
169 plane_confinement_la_OBJECTS = $(am_plane_confinement_la_OBJECTS)
170 plane_confinement_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
171     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
172     $(AM_CFLAGS) $(CFLAGS) $(plane_confinement_la_LDFLAGS) \
173     $(LDFLAGS) -o $@
36dba8 174 pressure_la_LIBADD =
SP 175 am_pressure_la_OBJECTS = pressure.lo
176 pressure_la_OBJECTS = $(am_pressure_la_OBJECTS)
177 pressure_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179     $(pressure_la_LDFLAGS) $(LDFLAGS) -o $@
4df6ed 180 stretching_energy_la_LIBADD =
2c4278 181 am_stretching_energy_la_OBJECTS = stretching_energy.lo
4df6ed 182 stretching_energy_la_OBJECTS = $(am_stretching_energy_la_OBJECTS)
SP 183 stretching_energy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
184     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
185     $(AM_CFLAGS) $(CFLAGS) $(stretching_energy_la_LDFLAGS) \
186     $(LDFLAGS) -o $@
51b4f0 187 vmdefaulthardconstraints_la_LIBADD =
SP 188 am_vmdefaulthardconstraints_la_OBJECTS = default_hard_constraints.lo
189 vmdefaulthardconstraints_la_OBJECTS =  \
190     $(am_vmdefaulthardconstraints_la_OBJECTS)
191 vmdefaulthardconstraints_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
192     $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
193     $(AM_CFLAGS) $(CFLAGS) $(vmdefaulthardconstraints_la_LDFLAGS) \
194     $(LDFLAGS) -o $@
74bf1e 195 AM_V_P = $(am__v_P_$(V))
SP 196 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
197 am__v_P_0 = false
198 am__v_P_1 = :
199 AM_V_GEN = $(am__v_GEN_$(V))
200 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
201 am__v_GEN_0 = @echo "  GEN     " $@;
202 am__v_GEN_1 = 
203 AM_V_at = $(am__v_at_$(V))
204 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
205 am__v_at_0 = @
206 am__v_at_1 = 
207 DEFAULT_INCLUDES = -I. -I$(top_builddir)
208 depcomp = $(SHELL) $(top_srcdir)/depcomp
209 am__depfiles_maybe = depfiles
210 am__mv = mv -f
211 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
212     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
213 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214     $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
215     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
216     $(AM_CFLAGS) $(CFLAGS)
217 AM_V_CC = $(am__v_CC_$(V))
218 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
219 am__v_CC_0 = @echo "  CC      " $@;
220 am__v_CC_1 = 
221 CCLD = $(CC)
222 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
223     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
224     $(AM_LDFLAGS) $(LDFLAGS) -o $@
225 AM_V_CCLD = $(am__v_CCLD_$(V))
226 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
227 am__v_CCLD_0 = @echo "  CCLD    " $@;
228 am__v_CCLD_1 = 
5e08f2 229 SOURCES = $(constant_area_la_SOURCES) $(constant_volume_la_SOURCES) \
2c4278 230     $(demoplugin_la_SOURCES) $(direct_force_on_c0_la_SOURCES) \
SP 231     $(nucleus_la_SOURCES) $(plane_confinement_la_SOURCES) \
232     $(pressure_la_SOURCES) $(stretching_energy_la_SOURCES) \
5e08f2 233     $(vmdefaulthardconstraints_la_SOURCES)
SP 234 DIST_SOURCES = $(constant_area_la_SOURCES) \
235     $(constant_volume_la_SOURCES) $(demoplugin_la_SOURCES) \
2c4278 236     $(direct_force_on_c0_la_SOURCES) $(nucleus_la_SOURCES) \
SP 237     $(plane_confinement_la_SOURCES) $(pressure_la_SOURCES) \
238     $(stretching_energy_la_SOURCES) \
4df6ed 239     $(vmdefaulthardconstraints_la_SOURCES)
74bf1e 240 am__can_run_installinfo = \
SP 241   case $$AM_UPDATE_INFO_DIR in \
242     n|no|NO) false;; \
243     *) (install-info --version) >/dev/null 2>&1;; \
244   esac
245 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
246 # Read a list of newline-separated strings from the standard input,
247 # and print each of them once, without duplicates.  Input order is
248 # *not* preserved.
249 am__uniquify_input = $(AWK) '\
250   BEGIN { nonempty = 0; } \
251   { items[$$0] = 1; nonempty = 1; } \
252   END { if (nonempty) { for (i in items) print i; }; } \
253 '
254 # Make sure the list of sources is unique.  This is necessary because,
255 # e.g., the same source file might be shared among _SOURCES variables
256 # for different programs/libraries.
257 am__define_uniq_tagged_files = \
258   list='$(am__tagged_files)'; \
259   unique=`for i in $$list; do \
260     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261   done | $(am__uniquify_input)`
262 ETAGS = etags
263 CTAGS = ctags
264 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
265 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
266 ACLOCAL = ${SHELL} /home/samo/programiranje/trisurf-ng/missing aclocal-1.15
267 AMTAR = $${TAR-tar}
268 AM_DEFAULT_VERBOSITY = 1
269 AR = ar
270 AUTOCONF = ${SHELL} /home/samo/programiranje/trisurf-ng/missing autoconf
271 AUTOHEADER = ${SHELL} /home/samo/programiranje/trisurf-ng/missing autoheader
272 AUTOMAKE = ${SHELL} /home/samo/programiranje/trisurf-ng/missing automake-1.15
273 AWK = gawk
274 CC = gcc
275 CCDEPMODE = depmode=gcc3
276 CFLAGS = -O3 -ffast-math
277 CPP = gcc -E
278 CPPFLAGS = 
279 CYGPATH_W = echo
280 DEFS = -DHAVE_CONFIG_H
281 DEPDIR = .deps
282 DLLTOOL = false
283 DSYMUTIL = 
284 DUMPBIN = 
285 ECHO_C = 
286 ECHO_N = -n
287 ECHO_T = 
288 EGREP = /bin/grep -E
289 EXEEXT = 
290 FGREP = /bin/grep -F
291 GREP = /bin/grep
292 INSTALL = /usr/bin/install -c
293 INSTALL_DATA = ${INSTALL} -m 644
294 INSTALL_PROGRAM = ${INSTALL}
295 INSTALL_SCRIPT = ${INSTALL}
296 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
297 LD = /usr/bin/ld -m elf_x86_64
298 LDFLAGS = 
299 LIBOBJS = 
300 LIBS = -lz -lgsl -lgslcblas -lm -lconfuse 
301 LIBTOOL = $(SHELL) $(top_builddir)/libtool
302 LIPO = 
303 LN_S = ln -s
304 LTLIBOBJS = 
305 LT_SYS_LIBRARY_PATH = 
306 MAKEINFO = ${SHELL} /home/samo/programiranje/trisurf-ng/missing makeinfo
307 MANIFEST_TOOL = :
308 MKDIR_P = /bin/mkdir -p
309 NM = /usr/bin/nm -B
310 NMEDIT = 
311 OBJDUMP = objdump
312 OBJEXT = o
313 OTOOL = 
314 OTOOL64 = 
315 PACKAGE = trisurf_ng
316 PACKAGE_BUGREPORT = samo.penic@fe.uni-lj.si
317 PACKAGE_NAME = trisurf_ng
318 PACKAGE_STRING = trisurf_ng 1.0
319 PACKAGE_TARNAME = trisurf_ng
320 PACKAGE_URL = 
321 PACKAGE_VERSION = 1.0
322 PATH_SEPARATOR = :
323 PKG_CONFIG = /usr/bin/pkg-config
324 PKG_CONFIG_LIBDIR = 
325 PKG_CONFIG_PATH = 
326 RANLIB = ranlib
327 SED = /bin/sed
328 SET_MAKE = 
329 SHELL = /bin/bash
330 STRIP = strip
331 VERSION = 1.0
332 abs_builddir = /home/samo/programiranje/trisurf-ng/src/plugins
333 abs_srcdir = /home/samo/programiranje/trisurf-ng/src/plugins
334 abs_top_builddir = /home/samo/programiranje/trisurf-ng
335 abs_top_srcdir = /home/samo/programiranje/trisurf-ng
336 ac_ct_AR = ar
337 ac_ct_CC = gcc
338 ac_ct_DUMPBIN = 
339 am__include = include
340 am__leading_dot = .
341 am__quote = 
342 am__tar = $${TAR-tar} chof - "$$tardir"
343 am__untar = $${TAR-tar} xf -
344 bindir = ${exec_prefix}/bin
345 build = x86_64-pc-linux-gnu
346 build_alias = 
347 build_cpu = x86_64
348 build_os = linux-gnu
349 build_vendor = pc
350 builddir = .
351 datadir = ${datarootdir}
352 datarootdir = ${prefix}/share
353 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
354 dvidir = ${docdir}
355 exec_prefix = ${prefix}
356 host = x86_64-pc-linux-gnu
357 host_alias = 
358 host_cpu = x86_64
359 host_os = linux-gnu
360 host_vendor = pc
361 htmldir = ${docdir}
362 includedir = ${prefix}/include
363 infodir = ${datarootdir}/info
364 install_sh = ${SHELL} /home/samo/programiranje/trisurf-ng/install-sh
365 libdir = ${exec_prefix}/lib
366 libexecdir = ${exec_prefix}/libexec
367 libxml2_CFLAGS = -I/usr/include/libxml2
368 libxml2_LIBS = -lxml2
369 localedir = ${datarootdir}/locale
370 localstatedir = ${prefix}/var
371 mandir = ${datarootdir}/man
372 mkdir_p = $(MKDIR_P)
373 oldincludedir = /usr/include
374 pdfdir = ${docdir}
375 prefix = /usr/local
376 program_transform_name = s,x,x,
377 psdir = ${docdir}
378 runstatedir = ${localstatedir}/run
379 sbindir = ${exec_prefix}/sbin
380 sharedstatedir = ${prefix}/com
381 srcdir = .
382 sysconfdir = ${prefix}/etc
383 target_alias = 
384 top_build_prefix = ../../
385 top_builddir = ../..
386 top_srcdir = ../..
387 AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I..
2c4278 388 lib_LTLIBRARIES = demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la pressure.la constant_volume.la constant_area.la stretching_energy.la direct_force_on_c0.la
74bf1e 389 demoplugin_la_SOURCES = demo_plugin.c
SP 390 demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic
51b4f0 391 vmdefaulthardconstraints_la_SOURCES = default_hard_constraints.c
SP 392 vmdefaulthardconstraints_la_LDFLAGS = -module -avoid-version -export-dynamic
b5cd8c 393 nucleus_la_SOURCES = nucleus.c 
SP 394 nucleus_la_LDFLAGS = -module -avoid-version -export-dynamic
395 plane_confinement_la_SOURCES = plane_confinement.c 
396 plane_confinement_la_LDFLAGS = -module -avoid-version -export-dynamic
36dba8 397 pressure_la_SOURCES = pressure.c 
SP 398 pressure_la_LDFLAGS = -module -avoid-version -export-dynamic
77a2c7 399 constant_volume_la_SOURCES = constant_volume.c 
SP 400 constant_volume_la_LDFLAGS = -module -avoid-version -export-dynamic
5e08f2 401 constant_area_la_SOURCES = constant_area.c 
SP 402 constant_area_la_LDFLAGS = -module -avoid-version -export-dynamic
2c4278 403 stretching_energy_la_SOURCES = stretching_energy.c 
4df6ed 404 stretching_energy_la_LDFLAGS = -module -avoid-version -export-dynamic
2c4278 405 direct_force_on_c0_la_SOURCES = direct_force_on_c0.c 
SP 406 direct_force_on_c0_la_LDFLAGS = -module -avoid-version -export-dynamic
74bf1e 407 all: all-am
SP 408
409 .SUFFIXES:
410 .SUFFIXES: .c .lo .o .obj
411 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
412     @for dep in $?; do \
413       case '$(am__configure_deps)' in \
414         *$$dep*) \
415           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
416             && { if test -f $@; then exit 0; else break; fi; }; \
417           exit 1;; \
418       esac; \
419     done; \
420     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/Makefile'; \
421     $(am__cd) $(top_srcdir) && \
422       $(AUTOMAKE) --gnu src/plugins/Makefile
423 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424     @case '$?' in \
425       *config.status*) \
426         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427       *) \
428         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
429         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
430     esac;
431
432 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
435 $(top_srcdir)/configure:  $(am__configure_deps)
436     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
438     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439 $(am__aclocal_m4_deps):
440
441 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
442     @$(NORMAL_INSTALL)
443     @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
444     list2=; for p in $$list; do \
445       if test -f $$p; then \
446         list2="$$list2 $$p"; \
447       else :; fi; \
448     done; \
449     test -z "$$list2" || { \
450       echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
451       $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
452       echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
453       $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
454     }
455
456 uninstall-libLTLIBRARIES:
457     @$(NORMAL_UNINSTALL)
458     @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
459     for p in $$list; do \
460       $(am__strip_dir) \
461       echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
462       $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
463     done
464
465 clean-libLTLIBRARIES:
466     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
467     @list='$(lib_LTLIBRARIES)'; \
468     locs=`for p in $$list; do echo $$p; done | \
469           sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
470           sort -u`; \
471     test -z "$$locs" || { \
472       echo rm -f $${locs}; \
473       rm -f $${locs}; \
474     }
475
5e08f2 476 constant_area.la: $(constant_area_la_OBJECTS) $(constant_area_la_DEPENDENCIES) $(EXTRA_constant_area_la_DEPENDENCIES) 
SP 477     $(AM_V_CCLD)$(constant_area_la_LINK) -rpath $(libdir) $(constant_area_la_OBJECTS) $(constant_area_la_LIBADD) $(LIBS)
478
77a2c7 479 constant_volume.la: $(constant_volume_la_OBJECTS) $(constant_volume_la_DEPENDENCIES) $(EXTRA_constant_volume_la_DEPENDENCIES) 
SP 480     $(AM_V_CCLD)$(constant_volume_la_LINK) -rpath $(libdir) $(constant_volume_la_OBJECTS) $(constant_volume_la_LIBADD) $(LIBS)
481
74bf1e 482 demoplugin.la: $(demoplugin_la_OBJECTS) $(demoplugin_la_DEPENDENCIES) $(EXTRA_demoplugin_la_DEPENDENCIES) 
SP 483     $(AM_V_CCLD)$(demoplugin_la_LINK) -rpath $(libdir) $(demoplugin_la_OBJECTS) $(demoplugin_la_LIBADD) $(LIBS)
484
2c4278 485 direct_force_on_c0.la: $(direct_force_on_c0_la_OBJECTS) $(direct_force_on_c0_la_DEPENDENCIES) $(EXTRA_direct_force_on_c0_la_DEPENDENCIES) 
SP 486     $(AM_V_CCLD)$(direct_force_on_c0_la_LINK) -rpath $(libdir) $(direct_force_on_c0_la_OBJECTS) $(direct_force_on_c0_la_LIBADD) $(LIBS)
487
b5cd8c 488 nucleus.la: $(nucleus_la_OBJECTS) $(nucleus_la_DEPENDENCIES) $(EXTRA_nucleus_la_DEPENDENCIES) 
SP 489     $(AM_V_CCLD)$(nucleus_la_LINK) -rpath $(libdir) $(nucleus_la_OBJECTS) $(nucleus_la_LIBADD) $(LIBS)
490
491 plane_confinement.la: $(plane_confinement_la_OBJECTS) $(plane_confinement_la_DEPENDENCIES) $(EXTRA_plane_confinement_la_DEPENDENCIES) 
492     $(AM_V_CCLD)$(plane_confinement_la_LINK) -rpath $(libdir) $(plane_confinement_la_OBJECTS) $(plane_confinement_la_LIBADD) $(LIBS)
493
36dba8 494 pressure.la: $(pressure_la_OBJECTS) $(pressure_la_DEPENDENCIES) $(EXTRA_pressure_la_DEPENDENCIES) 
SP 495     $(AM_V_CCLD)$(pressure_la_LINK) -rpath $(libdir) $(pressure_la_OBJECTS) $(pressure_la_LIBADD) $(LIBS)
496
4df6ed 497 stretching_energy.la: $(stretching_energy_la_OBJECTS) $(stretching_energy_la_DEPENDENCIES) $(EXTRA_stretching_energy_la_DEPENDENCIES) 
SP 498     $(AM_V_CCLD)$(stretching_energy_la_LINK) -rpath $(libdir) $(stretching_energy_la_OBJECTS) $(stretching_energy_la_LIBADD) $(LIBS)
499
51b4f0 500 vmdefaulthardconstraints.la: $(vmdefaulthardconstraints_la_OBJECTS) $(vmdefaulthardconstraints_la_DEPENDENCIES) $(EXTRA_vmdefaulthardconstraints_la_DEPENDENCIES) 
SP 501     $(AM_V_CCLD)$(vmdefaulthardconstraints_la_LINK) -rpath $(libdir) $(vmdefaulthardconstraints_la_OBJECTS) $(vmdefaulthardconstraints_la_LIBADD) $(LIBS)
502
74bf1e 503 mostlyclean-compile:
SP 504     -rm -f *.$(OBJEXT)
505
506 distclean-compile:
507     -rm -f *.tab.c
508
5e08f2 509 include ./$(DEPDIR)/constant_area.Plo
77a2c7 510 include ./$(DEPDIR)/constant_volume.Plo
51b4f0 511 include ./$(DEPDIR)/default_hard_constraints.Plo
74bf1e 512 include ./$(DEPDIR)/demo_plugin.Plo
2c4278 513 include ./$(DEPDIR)/direct_force_on_c0.Plo
b5cd8c 514 include ./$(DEPDIR)/nucleus.Plo
SP 515 include ./$(DEPDIR)/plane_confinement.Plo
36dba8 516 include ./$(DEPDIR)/pressure.Plo
2c4278 517 include ./$(DEPDIR)/stretching_energy.Plo
74bf1e 518
SP 519 .c.o:
520     $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
521     $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
522 #    $(AM_V_CC)source='$<' object='$@' libtool=no \
523 #    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
524 #    $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
525
526 .c.obj:
527     $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
528     $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
529 #    $(AM_V_CC)source='$<' object='$@' libtool=no \
530 #    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
531 #    $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
532
533 .c.lo:
534     $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
535     $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
536 #    $(AM_V_CC)source='$<' object='$@' libtool=yes \
537 #    DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
538 #    $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
539
540 mostlyclean-libtool:
541     -rm -f *.lo
542
543 clean-libtool:
544     -rm -rf .libs _libs
545
546 ID: $(am__tagged_files)
547     $(am__define_uniq_tagged_files); mkid -fID $$unique
548 tags: tags-am
549 TAGS: tags
550
551 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
552     set x; \
553     here=`pwd`; \
554     $(am__define_uniq_tagged_files); \
555     shift; \
556     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
557       test -n "$$unique" || unique=$$empty_fix; \
558       if test $$# -gt 0; then \
559         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560           "$$@" $$unique; \
561       else \
562         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563           $$unique; \
564       fi; \
565     fi
566 ctags: ctags-am
567
568 CTAGS: ctags
569 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
570     $(am__define_uniq_tagged_files); \
571     test -z "$(CTAGS_ARGS)$$unique" \
572       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
573          $$unique
574
575 GTAGS:
576     here=`$(am__cd) $(top_builddir) && pwd` \
577       && $(am__cd) $(top_srcdir) \
578       && gtags -i $(GTAGS_ARGS) "$$here"
579 cscopelist: cscopelist-am
580
581 cscopelist-am: $(am__tagged_files)
582     list='$(am__tagged_files)'; \
583     case "$(srcdir)" in \
584       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
585       *) sdir=$(subdir)/$(srcdir) ;; \
586     esac; \
587     for i in $$list; do \
588       if test -f "$$i"; then \
589         echo "$(subdir)/$$i"; \
590       else \
591         echo "$$sdir/$$i"; \
592       fi; \
593     done >> $(top_builddir)/cscope.files
594
595 distclean-tags:
596     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597
598 distdir: $(DISTFILES)
599     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
600     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601     list='$(DISTFILES)'; \
602       dist_files=`for file in $$list; do echo $$file; done | \
603       sed -e "s|^$$srcdirstrip/||;t" \
604           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
605     case $$dist_files in \
606       */*) $(MKDIR_P) `echo "$$dist_files" | \
607                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
608                sort -u` ;; \
609     esac; \
610     for file in $$dist_files; do \
611       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
612       if test -d $$d/$$file; then \
613         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
614         if test -d "$(distdir)/$$file"; then \
615           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616         fi; \
617         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
618           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
619           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620         fi; \
621         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
622       else \
623         test -f "$(distdir)/$$file" \
624         || cp -p $$d/$$file "$(distdir)/$$file" \
625         || exit 1; \
626       fi; \
627     done
628 check-am: all-am
629 check: check-am
630 all-am: Makefile $(LTLIBRARIES)
631 installdirs:
632     for dir in "$(DESTDIR)$(libdir)"; do \
633       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
634     done
635 install: install-am
636 install-exec: install-exec-am
637 install-data: install-data-am
638 uninstall: uninstall-am
639
640 install-am: all-am
641     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
642
643 installcheck: installcheck-am
644 install-strip:
645     if test -z '$(STRIP)'; then \
646       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
647         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
648           install; \
649     else \
650       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
653     fi
654 mostlyclean-generic:
655
656 clean-generic:
657
658 distclean-generic:
659     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
660     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
662 maintainer-clean-generic:
663     @echo "This command is intended for maintainers to use"
664     @echo "it deletes files that may require special tools to rebuild."
665 clean: clean-am
666
667 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
668     mostlyclean-am
669
670 distclean: distclean-am
671     -rm -rf ./$(DEPDIR)
672     -rm -f Makefile
673 distclean-am: clean-am distclean-compile distclean-generic \
674     distclean-tags
675
676 dvi: dvi-am
677
678 dvi-am:
679
680 html: html-am
681
682 html-am:
683
684 info: info-am
685
686 info-am:
687
688 install-data-am:
689
690 install-dvi: install-dvi-am
691
692 install-dvi-am:
693
694 install-exec-am: install-libLTLIBRARIES
695
696 install-html: install-html-am
697
698 install-html-am:
699
700 install-info: install-info-am
701
702 install-info-am:
703
704 install-man:
705
706 install-pdf: install-pdf-am
707
708 install-pdf-am:
709
710 install-ps: install-ps-am
711
712 install-ps-am:
713
714 installcheck-am:
715
716 maintainer-clean: maintainer-clean-am
717     -rm -rf ./$(DEPDIR)
718     -rm -f Makefile
719 maintainer-clean-am: distclean-am maintainer-clean-generic
720
721 mostlyclean: mostlyclean-am
722
723 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
724     mostlyclean-libtool
725
726 pdf: pdf-am
727
728 pdf-am:
729
730 ps: ps-am
731
732 ps-am:
733
734 uninstall-am: uninstall-libLTLIBRARIES
735
736 .MAKE: install-am install-strip
737
738 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
739     clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
740     ctags-am distclean distclean-compile distclean-generic \
741     distclean-libtool distclean-tags distdir dvi dvi-am html \
742     html-am info info-am install install-am install-data \
743     install-data-am install-dvi install-dvi-am install-exec \
744     install-exec-am install-html install-html-am install-info \
745     install-info-am install-libLTLIBRARIES install-man install-pdf \
746     install-pdf-am install-ps install-ps-am install-strip \
747     installcheck installcheck-am installdirs maintainer-clean \
748     maintainer-clean-generic mostlyclean mostlyclean-compile \
749     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
750     tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
751
752 .PRECIOUS: Makefile
753
754
755 # Tell versions [3.59,3.63) of GNU make to not export all variables.
756 # Otherwise a system limit (for SysV at least) may be exceeded.
757 .NOEXPORT: