Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | mjames | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
||
3 | |||
4 | # Copyright (C) 1994-2014 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 = vertlib |
||
92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
93 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
||
94 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
||
95 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
||
96 | $(top_srcdir)/configure.ac |
||
97 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
98 | $(ACLOCAL_M4) |
||
99 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
||
100 | mkinstalldirs = $(install_sh) -d |
||
101 | CONFIG_HEADER = $(top_builddir)/config.h |
||
102 | CONFIG_CLEAN_FILES = |
||
103 | CONFIG_CLEAN_VPATH_FILES = |
||
104 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
||
105 | am__vpath_adj = case $$p in \ |
||
106 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
||
107 | *) f=$$p;; \ |
||
108 | esac; |
||
109 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
||
110 | am__install_max = 40 |
||
111 | am__nobase_strip_setup = \ |
||
112 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
||
113 | am__nobase_strip = \ |
||
114 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
||
115 | am__nobase_list = $(am__nobase_strip_setup); \ |
||
116 | for p in $$list; do echo "$$p $$p"; done | \ |
||
117 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
||
118 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
||
119 | if (++n[$$2] == $(am__install_max)) \ |
||
120 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
||
121 | END { for (dir in files) print dir, files[dir] }' |
||
122 | am__base_list = \ |
||
123 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
||
124 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
||
125 | am__uninstall_files_from_dir = { \ |
||
126 | test -z "$$files" \ |
||
127 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
||
128 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
||
129 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
||
130 | } |
||
131 | am__installdirs = "$(DESTDIR)$(libdir)" |
||
132 | LTLIBRARIES = $(lib_LTLIBRARIES) |
||
133 | libvertical_la_LIBADD = |
||
134 | am_libvertical_la_OBJECTS = libvertical_la-bundle.lo \ |
||
135 | libvertical_la-chck_names.lo libvertical_la-cmdexec1.lo \ |
||
136 | libvertical_la-cmdexec2.lo libvertical_la-cmdparse.lo \ |
||
137 | libvertical_la-compile_dummy_expr.lo \ |
||
138 | libvertical_la-database.lo libvertical_la-equivalent.lo \ |
||
139 | libvertical_la-expression.lo libvertical_la-ext_nets.lo \ |
||
140 | libvertical_la-generic.lo libvertical_la-jumpering.lo \ |
||
141 | libvertical_la-lx_support.lo libvertical_la-partition.lo \ |
||
142 | libvertical_la-print_ports.lo libvertical_la-print_quartus.lo \ |
||
143 | libvertical_la-print_ucf.lo libvertical_la-print_vhdl.lo \ |
||
144 | libvertical_la-print_vlog.lo libvertical_la-printout.lo \ |
||
145 | libvertical_la-rename.lo libvertical_la-routing.lo \ |
||
146 | libvertical_la-sorting.lo libvertical_la-statistics.lo \ |
||
147 | libvertical_la-template.lo libvertical_la-unrouted.lo \ |
||
148 | libvertical_la-versions.lo libvertical_la-xmalloc.lo \ |
||
149 | libvertical_la-yywrap.lo |
||
150 | libvertical_la_OBJECTS = $(am_libvertical_la_OBJECTS) |
||
151 | AM_V_lt = $(am__v_lt_@AM_V@) |
||
152 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
||
153 | am__v_lt_0 = --silent |
||
154 | am__v_lt_1 = |
||
155 | libvertical_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
||
156 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
||
157 | $(libvertical_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ |
||
158 | $@ |
||
159 | AM_V_P = $(am__v_P_@AM_V@) |
||
160 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
161 | am__v_P_0 = false |
||
162 | am__v_P_1 = : |
||
163 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
164 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
165 | am__v_GEN_0 = @echo " GEN " $@; |
||
166 | am__v_GEN_1 = |
||
167 | AM_V_at = $(am__v_at_@AM_V@) |
||
168 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
169 | am__v_at_0 = @ |
||
170 | am__v_at_1 = |
||
171 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
||
172 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
||
173 | am__depfiles_maybe = depfiles |
||
174 | am__mv = mv -f |
||
175 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
||
176 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
||
177 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
178 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
||
179 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
||
180 | $(AM_CFLAGS) $(CFLAGS) |
||
181 | AM_V_CC = $(am__v_CC_@AM_V@) |
||
182 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
||
183 | am__v_CC_0 = @echo " CC " $@; |
||
184 | am__v_CC_1 = |
||
185 | CCLD = $(CC) |
||
186 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
187 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
188 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
189 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
||
190 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
||
191 | am__v_CCLD_0 = @echo " CCLD " $@; |
||
192 | am__v_CCLD_1 = |
||
193 | SOURCES = $(libvertical_la_SOURCES) |
||
194 | DIST_SOURCES = $(libvertical_la_SOURCES) |
||
195 | am__can_run_installinfo = \ |
||
196 | case $$AM_UPDATE_INFO_DIR in \ |
||
197 | n|no|NO) false;; \ |
||
198 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
199 | esac |
||
200 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
201 | # Read a list of newline-separated strings from the standard input, |
||
202 | # and print each of them once, without duplicates. Input order is |
||
203 | # *not* preserved. |
||
204 | am__uniquify_input = $(AWK) '\ |
||
205 | BEGIN { nonempty = 0; } \ |
||
206 | { items[$$0] = 1; nonempty = 1; } \ |
||
207 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
208 | ' |
||
209 | # Make sure the list of sources is unique. This is necessary because, |
||
210 | # e.g., the same source file might be shared among _SOURCES variables |
||
211 | # for different programs/libraries. |
||
212 | am__define_uniq_tagged_files = \ |
||
213 | list='$(am__tagged_files)'; \ |
||
214 | unique=`for i in $$list; do \ |
||
215 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
216 | done | $(am__uniquify_input)` |
||
217 | ETAGS = etags |
||
218 | CTAGS = ctags |
||
219 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp |
||
220 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
221 | ACLOCAL = @ACLOCAL@ |
||
222 | AMTAR = @AMTAR@ |
||
223 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
224 | AR = @AR@ |
||
225 | AUTOCONF = @AUTOCONF@ |
||
226 | AUTOHEADER = @AUTOHEADER@ |
||
227 | AUTOMAKE = @AUTOMAKE@ |
||
228 | AWK = @AWK@ |
||
229 | CC = @CC@ |
||
230 | CCDEPMODE = @CCDEPMODE@ |
||
231 | CFLAGS = @CFLAGS@ |
||
232 | CPP = @CPP@ |
||
233 | CPPFLAGS = @CPPFLAGS@ |
||
234 | CXX = @CXX@ |
||
235 | CXXCPP = @CXXCPP@ |
||
236 | CXXDEPMODE = @CXXDEPMODE@ |
||
237 | CXXFLAGS = @CXXFLAGS@ |
||
238 | CYGPATH_W = @CYGPATH_W@ |
||
239 | DEFS = @DEFS@ |
||
240 | DEPDIR = @DEPDIR@ |
||
241 | DLLTOOL = @DLLTOOL@ |
||
242 | DSYMUTIL = @DSYMUTIL@ |
||
243 | DUMPBIN = @DUMPBIN@ |
||
244 | ECHO_C = @ECHO_C@ |
||
245 | ECHO_N = @ECHO_N@ |
||
246 | ECHO_T = @ECHO_T@ |
||
247 | EGREP = @EGREP@ |
||
248 | EXEEXT = @EXEEXT@ |
||
249 | FGREP = @FGREP@ |
||
250 | GREP = @GREP@ |
||
251 | INSTALL = @INSTALL@ |
||
252 | INSTALL_DATA = @INSTALL_DATA@ |
||
253 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
254 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
255 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
256 | LD = @LD@ |
||
257 | LDFLAGS = @LDFLAGS@ |
||
258 | LEX = @LEX@ |
||
259 | LEXLIB = @LEXLIB@ |
||
260 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
||
261 | LIBOBJS = @LIBOBJS@ |
||
262 | LIBS = @LIBS@ |
||
263 | LIBTOOL = @LIBTOOL@ |
||
264 | LIPO = @LIPO@ |
||
265 | LN_S = @LN_S@ |
||
266 | LTLIBOBJS = @LTLIBOBJS@ |
||
267 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
||
268 | MAINT = @MAINT@ |
||
269 | MAKEINFO = @MAKEINFO@ |
||
270 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
||
271 | MKDIR_P = @MKDIR_P@ |
||
272 | NM = @NM@ |
||
273 | NMEDIT = @NMEDIT@ |
||
274 | OBJDUMP = @OBJDUMP@ |
||
275 | OBJEXT = @OBJEXT@ |
||
276 | OTOOL = @OTOOL@ |
||
277 | OTOOL64 = @OTOOL64@ |
||
278 | PACKAGE = @PACKAGE@ |
||
279 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
280 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
281 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
282 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
283 | PACKAGE_URL = @PACKAGE_URL@ |
||
284 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
285 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
286 | RANLIB = @RANLIB@ |
||
287 | SED = @SED@ |
||
288 | SET_MAKE = @SET_MAKE@ |
||
289 | SHELL = @SHELL@ |
||
290 | STRIP = @STRIP@ |
||
291 | VERSION = @VERSION@ |
||
292 | YACC = @YACC@ |
||
293 | YFLAGS = @YFLAGS@ |
||
294 | abs_builddir = @abs_builddir@ |
||
295 | abs_srcdir = @abs_srcdir@ |
||
296 | abs_top_builddir = @abs_top_builddir@ |
||
297 | abs_top_srcdir = @abs_top_srcdir@ |
||
298 | ac_ct_AR = @ac_ct_AR@ |
||
299 | ac_ct_CC = @ac_ct_CC@ |
||
300 | ac_ct_CXX = @ac_ct_CXX@ |
||
301 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
||
302 | am__include = @am__include@ |
||
303 | am__leading_dot = @am__leading_dot@ |
||
304 | am__quote = @am__quote@ |
||
305 | am__tar = @am__tar@ |
||
306 | am__untar = @am__untar@ |
||
307 | bindir = @bindir@ |
||
308 | build = @build@ |
||
309 | build_alias = @build_alias@ |
||
310 | build_cpu = @build_cpu@ |
||
311 | build_os = @build_os@ |
||
312 | build_vendor = @build_vendor@ |
||
313 | builddir = @builddir@ |
||
314 | datadir = @datadir@ |
||
315 | datarootdir = @datarootdir@ |
||
316 | docdir = @docdir@ |
||
317 | dvidir = @dvidir@ |
||
318 | exec_prefix = @exec_prefix@ |
||
319 | host = @host@ |
||
320 | host_alias = @host_alias@ |
||
321 | host_cpu = @host_cpu@ |
||
322 | host_os = @host_os@ |
||
323 | host_vendor = @host_vendor@ |
||
324 | htmldir = @htmldir@ |
||
325 | includedir = @includedir@ |
||
326 | infodir = @infodir@ |
||
327 | install_sh = @install_sh@ |
||
328 | libdir = @libdir@ |
||
329 | libexecdir = @libexecdir@ |
||
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 | lib_LTLIBRARIES = libvertical.la |
||
349 | libvertical_la_CFLAGS = $(AM_CFLAGS) -I ../vertlib -I ../vertcl_src -I ../cmdlib -I ../acf_src |
||
350 | libvertical_la_SOURCES = bundle.c chck_names.c cmdexec1.c cmdexec2.c\ |
||
351 | cmdparse.c compile_dummy_expr.c database.c equivalent.c expression.c\ |
||
352 | ext_nets.c generic.c jumpering.c lx_support.c partition.c print_ports.c\ |
||
353 | print_quartus.c print_ucf.c print_vhdl.c print_vlog.c printout.c rename.c\ |
||
354 | routing.c sorting.c statistics.c template.c unrouted.c versions.c xmalloc.c\ |
||
355 | yywrap.c |
||
356 | |||
357 | all: all-am |
||
358 | |||
359 | .SUFFIXES: |
||
360 | .SUFFIXES: .c .lo .o .obj |
||
361 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
||
362 | @for dep in $?; do \ |
||
363 | case '$(am__configure_deps)' in \ |
||
364 | *$$dep*) \ |
||
365 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
||
366 | && { if test -f $@; then exit 0; else break; fi; }; \ |
||
367 | exit 1;; \ |
||
368 | esac; \ |
||
369 | done; \ |
||
370 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu vertlib/Makefile'; \ |
||
371 | $(am__cd) $(top_srcdir) && \ |
||
372 | $(AUTOMAKE) --gnu vertlib/Makefile |
||
373 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
374 | @case '$?' in \ |
||
375 | *config.status*) \ |
||
376 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
||
377 | *) \ |
||
378 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
||
379 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
||
380 | esac; |
||
381 | |||
382 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
383 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
384 | |||
385 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
||
386 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
387 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
||
388 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
389 | $(am__aclocal_m4_deps): |
||
390 | |||
391 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
||
392 | @$(NORMAL_INSTALL) |
||
393 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
||
394 | list2=; for p in $$list; do \ |
||
395 | if test -f $$p; then \ |
||
396 | list2="$$list2 $$p"; \ |
||
397 | else :; fi; \ |
||
398 | done; \ |
||
399 | test -z "$$list2" || { \ |
||
400 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
||
401 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
||
402 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
||
403 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
||
404 | } |
||
405 | |||
406 | uninstall-libLTLIBRARIES: |
||
407 | @$(NORMAL_UNINSTALL) |
||
408 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
||
409 | for p in $$list; do \ |
||
410 | $(am__strip_dir) \ |
||
411 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
||
412 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
||
413 | done |
||
414 | |||
415 | clean-libLTLIBRARIES: |
||
416 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
||
417 | @list='$(lib_LTLIBRARIES)'; \ |
||
418 | locs=`for p in $$list; do echo $$p; done | \ |
||
419 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
||
420 | sort -u`; \ |
||
421 | test -z "$$locs" || { \ |
||
422 | echo rm -f $${locs}; \ |
||
423 | rm -f $${locs}; \ |
||
424 | } |
||
425 | |||
426 | libvertical.la: $(libvertical_la_OBJECTS) $(libvertical_la_DEPENDENCIES) $(EXTRA_libvertical_la_DEPENDENCIES) |
||
427 | $(AM_V_CCLD)$(libvertical_la_LINK) -rpath $(libdir) $(libvertical_la_OBJECTS) $(libvertical_la_LIBADD) $(LIBS) |
||
428 | |||
429 | mostlyclean-compile: |
||
430 | -rm -f *.$(OBJEXT) |
||
431 | |||
432 | distclean-compile: |
||
433 | -rm -f *.tab.c |
||
434 | |||
435 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-bundle.Plo@am__quote@ |
||
436 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-chck_names.Plo@am__quote@ |
||
437 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-cmdexec1.Plo@am__quote@ |
||
438 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-cmdexec2.Plo@am__quote@ |
||
439 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-cmdparse.Plo@am__quote@ |
||
440 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-compile_dummy_expr.Plo@am__quote@ |
||
441 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-database.Plo@am__quote@ |
||
442 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-equivalent.Plo@am__quote@ |
||
443 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-expression.Plo@am__quote@ |
||
444 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-ext_nets.Plo@am__quote@ |
||
445 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-generic.Plo@am__quote@ |
||
446 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-jumpering.Plo@am__quote@ |
||
447 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-lx_support.Plo@am__quote@ |
||
448 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-partition.Plo@am__quote@ |
||
449 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-print_ports.Plo@am__quote@ |
||
450 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-print_quartus.Plo@am__quote@ |
||
451 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-print_ucf.Plo@am__quote@ |
||
452 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-print_vhdl.Plo@am__quote@ |
||
453 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-print_vlog.Plo@am__quote@ |
||
454 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-printout.Plo@am__quote@ |
||
455 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-rename.Plo@am__quote@ |
||
456 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-routing.Plo@am__quote@ |
||
457 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-sorting.Plo@am__quote@ |
||
458 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-statistics.Plo@am__quote@ |
||
459 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-template.Plo@am__quote@ |
||
460 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-unrouted.Plo@am__quote@ |
||
461 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-versions.Plo@am__quote@ |
||
462 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-xmalloc.Plo@am__quote@ |
||
463 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvertical_la-yywrap.Plo@am__quote@ |
||
464 | |||
465 | .c.o: |
||
466 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
||
467 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
||
468 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
469 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
470 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
||
471 | |||
472 | .c.obj: |
||
473 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
||
474 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
||
475 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
476 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
477 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
||
478 | |||
479 | .c.lo: |
||
480 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
||
481 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
||
482 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
||
483 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
484 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
||
485 | |||
486 | libvertical_la-bundle.lo: bundle.c |
||
487 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-bundle.lo -MD -MP -MF $(DEPDIR)/libvertical_la-bundle.Tpo -c -o libvertical_la-bundle.lo `test -f 'bundle.c' || echo '$(srcdir)/'`bundle.c |
||
488 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-bundle.Tpo $(DEPDIR)/libvertical_la-bundle.Plo |
||
489 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bundle.c' object='libvertical_la-bundle.lo' libtool=yes @AMDEPBACKSLASH@ |
||
490 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
491 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-bundle.lo `test -f 'bundle.c' || echo '$(srcdir)/'`bundle.c |
||
492 | |||
493 | libvertical_la-chck_names.lo: chck_names.c |
||
494 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-chck_names.lo -MD -MP -MF $(DEPDIR)/libvertical_la-chck_names.Tpo -c -o libvertical_la-chck_names.lo `test -f 'chck_names.c' || echo '$(srcdir)/'`chck_names.c |
||
495 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-chck_names.Tpo $(DEPDIR)/libvertical_la-chck_names.Plo |
||
496 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='chck_names.c' object='libvertical_la-chck_names.lo' libtool=yes @AMDEPBACKSLASH@ |
||
497 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
498 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-chck_names.lo `test -f 'chck_names.c' || echo '$(srcdir)/'`chck_names.c |
||
499 | |||
500 | libvertical_la-cmdexec1.lo: cmdexec1.c |
||
501 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-cmdexec1.lo -MD -MP -MF $(DEPDIR)/libvertical_la-cmdexec1.Tpo -c -o libvertical_la-cmdexec1.lo `test -f 'cmdexec1.c' || echo '$(srcdir)/'`cmdexec1.c |
||
502 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-cmdexec1.Tpo $(DEPDIR)/libvertical_la-cmdexec1.Plo |
||
503 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cmdexec1.c' object='libvertical_la-cmdexec1.lo' libtool=yes @AMDEPBACKSLASH@ |
||
504 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
505 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-cmdexec1.lo `test -f 'cmdexec1.c' || echo '$(srcdir)/'`cmdexec1.c |
||
506 | |||
507 | libvertical_la-cmdexec2.lo: cmdexec2.c |
||
508 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-cmdexec2.lo -MD -MP -MF $(DEPDIR)/libvertical_la-cmdexec2.Tpo -c -o libvertical_la-cmdexec2.lo `test -f 'cmdexec2.c' || echo '$(srcdir)/'`cmdexec2.c |
||
509 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-cmdexec2.Tpo $(DEPDIR)/libvertical_la-cmdexec2.Plo |
||
510 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cmdexec2.c' object='libvertical_la-cmdexec2.lo' libtool=yes @AMDEPBACKSLASH@ |
||
511 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
512 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-cmdexec2.lo `test -f 'cmdexec2.c' || echo '$(srcdir)/'`cmdexec2.c |
||
513 | |||
514 | libvertical_la-cmdparse.lo: cmdparse.c |
||
515 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-cmdparse.lo -MD -MP -MF $(DEPDIR)/libvertical_la-cmdparse.Tpo -c -o libvertical_la-cmdparse.lo `test -f 'cmdparse.c' || echo '$(srcdir)/'`cmdparse.c |
||
516 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-cmdparse.Tpo $(DEPDIR)/libvertical_la-cmdparse.Plo |
||
517 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cmdparse.c' object='libvertical_la-cmdparse.lo' libtool=yes @AMDEPBACKSLASH@ |
||
518 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
519 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-cmdparse.lo `test -f 'cmdparse.c' || echo '$(srcdir)/'`cmdparse.c |
||
520 | |||
521 | libvertical_la-compile_dummy_expr.lo: compile_dummy_expr.c |
||
522 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-compile_dummy_expr.lo -MD -MP -MF $(DEPDIR)/libvertical_la-compile_dummy_expr.Tpo -c -o libvertical_la-compile_dummy_expr.lo `test -f 'compile_dummy_expr.c' || echo '$(srcdir)/'`compile_dummy_expr.c |
||
523 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-compile_dummy_expr.Tpo $(DEPDIR)/libvertical_la-compile_dummy_expr.Plo |
||
524 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compile_dummy_expr.c' object='libvertical_la-compile_dummy_expr.lo' libtool=yes @AMDEPBACKSLASH@ |
||
525 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
526 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-compile_dummy_expr.lo `test -f 'compile_dummy_expr.c' || echo '$(srcdir)/'`compile_dummy_expr.c |
||
527 | |||
528 | libvertical_la-database.lo: database.c |
||
529 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-database.lo -MD -MP -MF $(DEPDIR)/libvertical_la-database.Tpo -c -o libvertical_la-database.lo `test -f 'database.c' || echo '$(srcdir)/'`database.c |
||
530 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-database.Tpo $(DEPDIR)/libvertical_la-database.Plo |
||
531 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='database.c' object='libvertical_la-database.lo' libtool=yes @AMDEPBACKSLASH@ |
||
532 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
533 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-database.lo `test -f 'database.c' || echo '$(srcdir)/'`database.c |
||
534 | |||
535 | libvertical_la-equivalent.lo: equivalent.c |
||
536 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-equivalent.lo -MD -MP -MF $(DEPDIR)/libvertical_la-equivalent.Tpo -c -o libvertical_la-equivalent.lo `test -f 'equivalent.c' || echo '$(srcdir)/'`equivalent.c |
||
537 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-equivalent.Tpo $(DEPDIR)/libvertical_la-equivalent.Plo |
||
538 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='equivalent.c' object='libvertical_la-equivalent.lo' libtool=yes @AMDEPBACKSLASH@ |
||
539 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
540 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-equivalent.lo `test -f 'equivalent.c' || echo '$(srcdir)/'`equivalent.c |
||
541 | |||
542 | libvertical_la-expression.lo: expression.c |
||
543 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-expression.lo -MD -MP -MF $(DEPDIR)/libvertical_la-expression.Tpo -c -o libvertical_la-expression.lo `test -f 'expression.c' || echo '$(srcdir)/'`expression.c |
||
544 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-expression.Tpo $(DEPDIR)/libvertical_la-expression.Plo |
||
545 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='expression.c' object='libvertical_la-expression.lo' libtool=yes @AMDEPBACKSLASH@ |
||
546 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
547 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-expression.lo `test -f 'expression.c' || echo '$(srcdir)/'`expression.c |
||
548 | |||
549 | libvertical_la-ext_nets.lo: ext_nets.c |
||
550 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-ext_nets.lo -MD -MP -MF $(DEPDIR)/libvertical_la-ext_nets.Tpo -c -o libvertical_la-ext_nets.lo `test -f 'ext_nets.c' || echo '$(srcdir)/'`ext_nets.c |
||
551 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-ext_nets.Tpo $(DEPDIR)/libvertical_la-ext_nets.Plo |
||
552 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ext_nets.c' object='libvertical_la-ext_nets.lo' libtool=yes @AMDEPBACKSLASH@ |
||
553 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
554 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-ext_nets.lo `test -f 'ext_nets.c' || echo '$(srcdir)/'`ext_nets.c |
||
555 | |||
556 | libvertical_la-generic.lo: generic.c |
||
557 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-generic.lo -MD -MP -MF $(DEPDIR)/libvertical_la-generic.Tpo -c -o libvertical_la-generic.lo `test -f 'generic.c' || echo '$(srcdir)/'`generic.c |
||
558 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-generic.Tpo $(DEPDIR)/libvertical_la-generic.Plo |
||
559 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='generic.c' object='libvertical_la-generic.lo' libtool=yes @AMDEPBACKSLASH@ |
||
560 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
561 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-generic.lo `test -f 'generic.c' || echo '$(srcdir)/'`generic.c |
||
562 | |||
563 | libvertical_la-jumpering.lo: jumpering.c |
||
564 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-jumpering.lo -MD -MP -MF $(DEPDIR)/libvertical_la-jumpering.Tpo -c -o libvertical_la-jumpering.lo `test -f 'jumpering.c' || echo '$(srcdir)/'`jumpering.c |
||
565 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-jumpering.Tpo $(DEPDIR)/libvertical_la-jumpering.Plo |
||
566 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='jumpering.c' object='libvertical_la-jumpering.lo' libtool=yes @AMDEPBACKSLASH@ |
||
567 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
568 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-jumpering.lo `test -f 'jumpering.c' || echo '$(srcdir)/'`jumpering.c |
||
569 | |||
570 | libvertical_la-lx_support.lo: lx_support.c |
||
571 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-lx_support.lo -MD -MP -MF $(DEPDIR)/libvertical_la-lx_support.Tpo -c -o libvertical_la-lx_support.lo `test -f 'lx_support.c' || echo '$(srcdir)/'`lx_support.c |
||
572 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-lx_support.Tpo $(DEPDIR)/libvertical_la-lx_support.Plo |
||
573 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lx_support.c' object='libvertical_la-lx_support.lo' libtool=yes @AMDEPBACKSLASH@ |
||
574 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
575 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-lx_support.lo `test -f 'lx_support.c' || echo '$(srcdir)/'`lx_support.c |
||
576 | |||
577 | libvertical_la-partition.lo: partition.c |
||
578 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-partition.lo -MD -MP -MF $(DEPDIR)/libvertical_la-partition.Tpo -c -o libvertical_la-partition.lo `test -f 'partition.c' || echo '$(srcdir)/'`partition.c |
||
579 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-partition.Tpo $(DEPDIR)/libvertical_la-partition.Plo |
||
580 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='partition.c' object='libvertical_la-partition.lo' libtool=yes @AMDEPBACKSLASH@ |
||
581 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
582 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-partition.lo `test -f 'partition.c' || echo '$(srcdir)/'`partition.c |
||
583 | |||
584 | libvertical_la-print_ports.lo: print_ports.c |
||
585 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-print_ports.lo -MD -MP -MF $(DEPDIR)/libvertical_la-print_ports.Tpo -c -o libvertical_la-print_ports.lo `test -f 'print_ports.c' || echo '$(srcdir)/'`print_ports.c |
||
586 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-print_ports.Tpo $(DEPDIR)/libvertical_la-print_ports.Plo |
||
587 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='print_ports.c' object='libvertical_la-print_ports.lo' libtool=yes @AMDEPBACKSLASH@ |
||
588 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
589 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-print_ports.lo `test -f 'print_ports.c' || echo '$(srcdir)/'`print_ports.c |
||
590 | |||
591 | libvertical_la-print_quartus.lo: print_quartus.c |
||
592 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-print_quartus.lo -MD -MP -MF $(DEPDIR)/libvertical_la-print_quartus.Tpo -c -o libvertical_la-print_quartus.lo `test -f 'print_quartus.c' || echo '$(srcdir)/'`print_quartus.c |
||
593 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-print_quartus.Tpo $(DEPDIR)/libvertical_la-print_quartus.Plo |
||
594 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='print_quartus.c' object='libvertical_la-print_quartus.lo' libtool=yes @AMDEPBACKSLASH@ |
||
595 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
596 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-print_quartus.lo `test -f 'print_quartus.c' || echo '$(srcdir)/'`print_quartus.c |
||
597 | |||
598 | libvertical_la-print_ucf.lo: print_ucf.c |
||
599 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-print_ucf.lo -MD -MP -MF $(DEPDIR)/libvertical_la-print_ucf.Tpo -c -o libvertical_la-print_ucf.lo `test -f 'print_ucf.c' || echo '$(srcdir)/'`print_ucf.c |
||
600 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-print_ucf.Tpo $(DEPDIR)/libvertical_la-print_ucf.Plo |
||
601 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='print_ucf.c' object='libvertical_la-print_ucf.lo' libtool=yes @AMDEPBACKSLASH@ |
||
602 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
603 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-print_ucf.lo `test -f 'print_ucf.c' || echo '$(srcdir)/'`print_ucf.c |
||
604 | |||
605 | libvertical_la-print_vhdl.lo: print_vhdl.c |
||
606 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-print_vhdl.lo -MD -MP -MF $(DEPDIR)/libvertical_la-print_vhdl.Tpo -c -o libvertical_la-print_vhdl.lo `test -f 'print_vhdl.c' || echo '$(srcdir)/'`print_vhdl.c |
||
607 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-print_vhdl.Tpo $(DEPDIR)/libvertical_la-print_vhdl.Plo |
||
608 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='print_vhdl.c' object='libvertical_la-print_vhdl.lo' libtool=yes @AMDEPBACKSLASH@ |
||
609 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
610 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-print_vhdl.lo `test -f 'print_vhdl.c' || echo '$(srcdir)/'`print_vhdl.c |
||
611 | |||
612 | libvertical_la-print_vlog.lo: print_vlog.c |
||
613 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-print_vlog.lo -MD -MP -MF $(DEPDIR)/libvertical_la-print_vlog.Tpo -c -o libvertical_la-print_vlog.lo `test -f 'print_vlog.c' || echo '$(srcdir)/'`print_vlog.c |
||
614 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-print_vlog.Tpo $(DEPDIR)/libvertical_la-print_vlog.Plo |
||
615 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='print_vlog.c' object='libvertical_la-print_vlog.lo' libtool=yes @AMDEPBACKSLASH@ |
||
616 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
617 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-print_vlog.lo `test -f 'print_vlog.c' || echo '$(srcdir)/'`print_vlog.c |
||
618 | |||
619 | libvertical_la-printout.lo: printout.c |
||
620 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-printout.lo -MD -MP -MF $(DEPDIR)/libvertical_la-printout.Tpo -c -o libvertical_la-printout.lo `test -f 'printout.c' || echo '$(srcdir)/'`printout.c |
||
621 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-printout.Tpo $(DEPDIR)/libvertical_la-printout.Plo |
||
622 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='printout.c' object='libvertical_la-printout.lo' libtool=yes @AMDEPBACKSLASH@ |
||
623 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
624 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-printout.lo `test -f 'printout.c' || echo '$(srcdir)/'`printout.c |
||
625 | |||
626 | libvertical_la-rename.lo: rename.c |
||
627 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-rename.lo -MD -MP -MF $(DEPDIR)/libvertical_la-rename.Tpo -c -o libvertical_la-rename.lo `test -f 'rename.c' || echo '$(srcdir)/'`rename.c |
||
628 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-rename.Tpo $(DEPDIR)/libvertical_la-rename.Plo |
||
629 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rename.c' object='libvertical_la-rename.lo' libtool=yes @AMDEPBACKSLASH@ |
||
630 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
631 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-rename.lo `test -f 'rename.c' || echo '$(srcdir)/'`rename.c |
||
632 | |||
633 | libvertical_la-routing.lo: routing.c |
||
634 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-routing.lo -MD -MP -MF $(DEPDIR)/libvertical_la-routing.Tpo -c -o libvertical_la-routing.lo `test -f 'routing.c' || echo '$(srcdir)/'`routing.c |
||
635 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-routing.Tpo $(DEPDIR)/libvertical_la-routing.Plo |
||
636 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='routing.c' object='libvertical_la-routing.lo' libtool=yes @AMDEPBACKSLASH@ |
||
637 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
638 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-routing.lo `test -f 'routing.c' || echo '$(srcdir)/'`routing.c |
||
639 | |||
640 | libvertical_la-sorting.lo: sorting.c |
||
641 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-sorting.lo -MD -MP -MF $(DEPDIR)/libvertical_la-sorting.Tpo -c -o libvertical_la-sorting.lo `test -f 'sorting.c' || echo '$(srcdir)/'`sorting.c |
||
642 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-sorting.Tpo $(DEPDIR)/libvertical_la-sorting.Plo |
||
643 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sorting.c' object='libvertical_la-sorting.lo' libtool=yes @AMDEPBACKSLASH@ |
||
644 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
645 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-sorting.lo `test -f 'sorting.c' || echo '$(srcdir)/'`sorting.c |
||
646 | |||
647 | libvertical_la-statistics.lo: statistics.c |
||
648 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-statistics.lo -MD -MP -MF $(DEPDIR)/libvertical_la-statistics.Tpo -c -o libvertical_la-statistics.lo `test -f 'statistics.c' || echo '$(srcdir)/'`statistics.c |
||
649 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-statistics.Tpo $(DEPDIR)/libvertical_la-statistics.Plo |
||
650 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='statistics.c' object='libvertical_la-statistics.lo' libtool=yes @AMDEPBACKSLASH@ |
||
651 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
652 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-statistics.lo `test -f 'statistics.c' || echo '$(srcdir)/'`statistics.c |
||
653 | |||
654 | libvertical_la-template.lo: template.c |
||
655 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-template.lo -MD -MP -MF $(DEPDIR)/libvertical_la-template.Tpo -c -o libvertical_la-template.lo `test -f 'template.c' || echo '$(srcdir)/'`template.c |
||
656 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-template.Tpo $(DEPDIR)/libvertical_la-template.Plo |
||
657 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='template.c' object='libvertical_la-template.lo' libtool=yes @AMDEPBACKSLASH@ |
||
658 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
659 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-template.lo `test -f 'template.c' || echo '$(srcdir)/'`template.c |
||
660 | |||
661 | libvertical_la-unrouted.lo: unrouted.c |
||
662 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-unrouted.lo -MD -MP -MF $(DEPDIR)/libvertical_la-unrouted.Tpo -c -o libvertical_la-unrouted.lo `test -f 'unrouted.c' || echo '$(srcdir)/'`unrouted.c |
||
663 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-unrouted.Tpo $(DEPDIR)/libvertical_la-unrouted.Plo |
||
664 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='unrouted.c' object='libvertical_la-unrouted.lo' libtool=yes @AMDEPBACKSLASH@ |
||
665 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
666 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-unrouted.lo `test -f 'unrouted.c' || echo '$(srcdir)/'`unrouted.c |
||
667 | |||
668 | libvertical_la-versions.lo: versions.c |
||
669 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-versions.lo -MD -MP -MF $(DEPDIR)/libvertical_la-versions.Tpo -c -o libvertical_la-versions.lo `test -f 'versions.c' || echo '$(srcdir)/'`versions.c |
||
670 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-versions.Tpo $(DEPDIR)/libvertical_la-versions.Plo |
||
671 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='versions.c' object='libvertical_la-versions.lo' libtool=yes @AMDEPBACKSLASH@ |
||
672 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
673 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-versions.lo `test -f 'versions.c' || echo '$(srcdir)/'`versions.c |
||
674 | |||
675 | libvertical_la-xmalloc.lo: xmalloc.c |
||
676 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-xmalloc.lo -MD -MP -MF $(DEPDIR)/libvertical_la-xmalloc.Tpo -c -o libvertical_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c |
||
677 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-xmalloc.Tpo $(DEPDIR)/libvertical_la-xmalloc.Plo |
||
678 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmalloc.c' object='libvertical_la-xmalloc.lo' libtool=yes @AMDEPBACKSLASH@ |
||
679 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
680 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c |
||
681 | |||
682 | libvertical_la-yywrap.lo: yywrap.c |
||
683 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -MT libvertical_la-yywrap.lo -MD -MP -MF $(DEPDIR)/libvertical_la-yywrap.Tpo -c -o libvertical_la-yywrap.lo `test -f 'yywrap.c' || echo '$(srcdir)/'`yywrap.c |
||
684 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvertical_la-yywrap.Tpo $(DEPDIR)/libvertical_la-yywrap.Plo |
||
685 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='yywrap.c' object='libvertical_la-yywrap.lo' libtool=yes @AMDEPBACKSLASH@ |
||
686 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
687 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvertical_la_CFLAGS) $(CFLAGS) -c -o libvertical_la-yywrap.lo `test -f 'yywrap.c' || echo '$(srcdir)/'`yywrap.c |
||
688 | |||
689 | mostlyclean-libtool: |
||
690 | -rm -f *.lo |
||
691 | |||
692 | clean-libtool: |
||
693 | -rm -rf .libs _libs |
||
694 | |||
695 | ID: $(am__tagged_files) |
||
696 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
697 | tags: tags-am |
||
698 | TAGS: tags |
||
699 | |||
700 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
701 | set x; \ |
||
702 | here=`pwd`; \ |
||
703 | $(am__define_uniq_tagged_files); \ |
||
704 | shift; \ |
||
705 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
706 | test -n "$$unique" || unique=$$empty_fix; \ |
||
707 | if test $$# -gt 0; then \ |
||
708 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
709 | "$$@" $$unique; \ |
||
710 | else \ |
||
711 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
712 | $$unique; \ |
||
713 | fi; \ |
||
714 | fi |
||
715 | ctags: ctags-am |
||
716 | |||
717 | CTAGS: ctags |
||
718 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
719 | $(am__define_uniq_tagged_files); \ |
||
720 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
721 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
722 | $$unique |
||
723 | |||
724 | GTAGS: |
||
725 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
726 | && $(am__cd) $(top_srcdir) \ |
||
727 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
728 | cscopelist: cscopelist-am |
||
729 | |||
730 | cscopelist-am: $(am__tagged_files) |
||
731 | list='$(am__tagged_files)'; \ |
||
732 | case "$(srcdir)" in \ |
||
733 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
734 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
735 | esac; \ |
||
736 | for i in $$list; do \ |
||
737 | if test -f "$$i"; then \ |
||
738 | echo "$(subdir)/$$i"; \ |
||
739 | else \ |
||
740 | echo "$$sdir/$$i"; \ |
||
741 | fi; \ |
||
742 | done >> $(top_builddir)/cscope.files |
||
743 | |||
744 | distclean-tags: |
||
745 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
746 | |||
747 | distdir: $(DISTFILES) |
||
748 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
749 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
750 | list='$(DISTFILES)'; \ |
||
751 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
752 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
753 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
754 | case $$dist_files in \ |
||
755 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
756 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
757 | sort -u` ;; \ |
||
758 | esac; \ |
||
759 | for file in $$dist_files; do \ |
||
760 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
761 | if test -d $$d/$$file; then \ |
||
762 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
763 | if test -d "$(distdir)/$$file"; then \ |
||
764 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
765 | fi; \ |
||
766 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
767 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
768 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
769 | fi; \ |
||
770 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
771 | else \ |
||
772 | test -f "$(distdir)/$$file" \ |
||
773 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
774 | || exit 1; \ |
||
775 | fi; \ |
||
776 | done |
||
777 | check-am: all-am |
||
778 | check: check-am |
||
779 | all-am: Makefile $(LTLIBRARIES) |
||
780 | installdirs: |
||
781 | for dir in "$(DESTDIR)$(libdir)"; do \ |
||
782 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
783 | done |
||
784 | install: install-am |
||
785 | install-exec: install-exec-am |
||
786 | install-data: install-data-am |
||
787 | uninstall: uninstall-am |
||
788 | |||
789 | install-am: all-am |
||
790 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
791 | |||
792 | installcheck: installcheck-am |
||
793 | install-strip: |
||
794 | if test -z '$(STRIP)'; then \ |
||
795 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
796 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
797 | install; \ |
||
798 | else \ |
||
799 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
800 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
801 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
802 | fi |
||
803 | mostlyclean-generic: |
||
804 | |||
805 | clean-generic: |
||
806 | |||
807 | distclean-generic: |
||
808 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
809 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
810 | |||
811 | maintainer-clean-generic: |
||
812 | @echo "This command is intended for maintainers to use" |
||
813 | @echo "it deletes files that may require special tools to rebuild." |
||
814 | clean: clean-am |
||
815 | |||
816 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
||
817 | mostlyclean-am |
||
818 | |||
819 | distclean: distclean-am |
||
820 | -rm -rf ./$(DEPDIR) |
||
821 | -rm -f Makefile |
||
822 | distclean-am: clean-am distclean-compile distclean-generic \ |
||
823 | distclean-tags |
||
824 | |||
825 | dvi: dvi-am |
||
826 | |||
827 | dvi-am: |
||
828 | |||
829 | html: html-am |
||
830 | |||
831 | html-am: |
||
832 | |||
833 | info: info-am |
||
834 | |||
835 | info-am: |
||
836 | |||
837 | install-data-am: |
||
838 | |||
839 | install-dvi: install-dvi-am |
||
840 | |||
841 | install-dvi-am: |
||
842 | |||
843 | install-exec-am: install-libLTLIBRARIES |
||
844 | |||
845 | install-html: install-html-am |
||
846 | |||
847 | install-html-am: |
||
848 | |||
849 | install-info: install-info-am |
||
850 | |||
851 | install-info-am: |
||
852 | |||
853 | install-man: |
||
854 | |||
855 | install-pdf: install-pdf-am |
||
856 | |||
857 | install-pdf-am: |
||
858 | |||
859 | install-ps: install-ps-am |
||
860 | |||
861 | install-ps-am: |
||
862 | |||
863 | installcheck-am: |
||
864 | |||
865 | maintainer-clean: maintainer-clean-am |
||
866 | -rm -rf ./$(DEPDIR) |
||
867 | -rm -f Makefile |
||
868 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
869 | |||
870 | mostlyclean: mostlyclean-am |
||
871 | |||
872 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
||
873 | mostlyclean-libtool |
||
874 | |||
875 | pdf: pdf-am |
||
876 | |||
877 | pdf-am: |
||
878 | |||
879 | ps: ps-am |
||
880 | |||
881 | ps-am: |
||
882 | |||
883 | uninstall-am: uninstall-libLTLIBRARIES |
||
884 | |||
885 | .MAKE: install-am install-strip |
||
886 | |||
887 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
||
888 | clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ |
||
889 | ctags-am distclean distclean-compile distclean-generic \ |
||
890 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
||
891 | html-am info info-am install install-am install-data \ |
||
892 | install-data-am install-dvi install-dvi-am install-exec \ |
||
893 | install-exec-am install-html install-html-am install-info \ |
||
894 | install-info-am install-libLTLIBRARIES install-man install-pdf \ |
||
895 | install-pdf-am install-ps install-ps-am install-strip \ |
||
896 | installcheck installcheck-am installdirs maintainer-clean \ |
||
897 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
||
898 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
||
899 | tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES |
||
900 | |||
901 | .PRECIOUS: Makefile |
||
902 | |||
903 | |||
904 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
905 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
906 | .NOEXPORT: |