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