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