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