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 | ######################## -*- Mode: Makefile-Automake -*- ######################
|
---|
18 | ###############################################################################
|
---|
19 |
|
---|
20 | VPATH = @srcdir@
|
---|
21 | am__is_gnu_make = { \
|
---|
22 | if test -z '$(MAKELEVEL)'; then \
|
---|
23 | false; \
|
---|
24 | elif test -n '$(MAKE_HOST)'; then \
|
---|
25 | true; \
|
---|
26 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
---|
27 | true; \
|
---|
28 | else \
|
---|
29 | false; \
|
---|
30 | fi; \
|
---|
31 | }
|
---|
32 | am__make_running_with_option = \
|
---|
33 | case $${target_option-} in \
|
---|
34 | ?) ;; \
|
---|
35 | *) echo "am__make_running_with_option: internal error: invalid" \
|
---|
36 | "target option '$${target_option-}' specified" >&2; \
|
---|
37 | exit 1;; \
|
---|
38 | esac; \
|
---|
39 | has_opt=no; \
|
---|
40 | sane_makeflags=$$MAKEFLAGS; \
|
---|
41 | if $(am__is_gnu_make); then \
|
---|
42 | sane_makeflags=$$MFLAGS; \
|
---|
43 | else \
|
---|
44 | case $$MAKEFLAGS in \
|
---|
45 | *\\[\ \ ]*) \
|
---|
46 | bs=\\; \
|
---|
47 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
---|
48 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
---|
49 | esac; \
|
---|
50 | fi; \
|
---|
51 | skip_next=no; \
|
---|
52 | strip_trailopt () \
|
---|
53 | { \
|
---|
54 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
---|
55 | }; \
|
---|
56 | for flg in $$sane_makeflags; do \
|
---|
57 | test $$skip_next = yes && { skip_next=no; continue; }; \
|
---|
58 | case $$flg in \
|
---|
59 | *=*|--*) continue;; \
|
---|
60 | -*I) strip_trailopt 'I'; skip_next=yes;; \
|
---|
61 | -*I?*) strip_trailopt 'I';; \
|
---|
62 | -*O) strip_trailopt 'O'; skip_next=yes;; \
|
---|
63 | -*O?*) strip_trailopt 'O';; \
|
---|
64 | -*l) strip_trailopt 'l'; skip_next=yes;; \
|
---|
65 | -*l?*) strip_trailopt 'l';; \
|
---|
66 | -[dEDm]) skip_next=yes;; \
|
---|
67 | -[JT]) skip_next=yes;; \
|
---|
68 | esac; \
|
---|
69 | case $$flg in \
|
---|
70 | *$$target_option*) has_opt=yes; break;; \
|
---|
71 | esac; \
|
---|
72 | done; \
|
---|
73 | test $$has_opt = yes
|
---|
74 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
75 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
76 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
77 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
78 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
79 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
80 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
81 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
82 | install_sh_PROGRAM = $(install_sh) -c
|
---|
83 | install_sh_SCRIPT = $(install_sh) -c
|
---|
84 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
85 | transform = $(program_transform_name)
|
---|
86 | NORMAL_INSTALL = :
|
---|
87 | PRE_INSTALL = :
|
---|
88 | POST_INSTALL = :
|
---|
89 | NORMAL_UNINSTALL = :
|
---|
90 | PRE_UNINSTALL = :
|
---|
91 | POST_UNINSTALL = :
|
---|
92 | build_triplet = @build@
|
---|
93 | host_triplet = @host@
|
---|
94 | subdir = src/prelude
|
---|
95 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
96 | am__aclocal_m4_deps = $(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_V_P = $(am__v_P_@AM_V@)
|
---|
105 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
106 | am__v_P_0 = false
|
---|
107 | am__v_P_1 = :
|
---|
108 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
109 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
110 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
111 | am__v_GEN_1 =
|
---|
112 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
113 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
114 | am__v_at_0 = @
|
---|
115 | am__v_at_1 =
|
---|
116 | SOURCES =
|
---|
117 | DIST_SOURCES =
|
---|
118 | am__can_run_installinfo = \
|
---|
119 | case $$AM_UPDATE_INFO_DIR in \
|
---|
120 | n|no|NO) false;; \
|
---|
121 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
122 | esac
|
---|
123 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
---|
124 | am__vpath_adj = case $$p in \
|
---|
125 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
126 | *) f=$$p;; \
|
---|
127 | esac;
|
---|
128 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
---|
129 | am__install_max = 40
|
---|
130 | am__nobase_strip_setup = \
|
---|
131 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
---|
132 | am__nobase_strip = \
|
---|
133 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
---|
134 | am__nobase_list = $(am__nobase_strip_setup); \
|
---|
135 | for p in $$list; do echo "$$p $$p"; done | \
|
---|
136 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
---|
137 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
---|
138 | if (++n[$$2] == $(am__install_max)) \
|
---|
139 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
---|
140 | END { for (dir in files) print dir, files[dir] }'
|
---|
141 | am__base_list = \
|
---|
142 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
---|
143 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
---|
144 | am__uninstall_files_from_dir = { \
|
---|
145 | test -z "$$files" \
|
---|
146 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
---|
147 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
---|
148 | $(am__cd) "$$dir" && rm -f $$files; }; \
|
---|
149 | }
|
---|
150 | am__installdirs = "$(DESTDIR)$(cfalibdir)"
|
---|
151 | DATA = $(cfalib_DATA) $(noinst_DATA)
|
---|
152 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
---|
153 | am__DIST_COMMON = $(srcdir)/Makefile.in
|
---|
154 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
155 | ACLOCAL = @ACLOCAL@
|
---|
156 | ALLOCA = @ALLOCA@
|
---|
157 | AMTAR = @AMTAR@
|
---|
158 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
159 | AUTOCONF = @AUTOCONF@
|
---|
160 | AUTOHEADER = @AUTOHEADER@
|
---|
161 | AUTOMAKE = @AUTOMAKE@
|
---|
162 | AWK = @AWK@
|
---|
163 | BACKEND_CC = @BACKEND_CC@
|
---|
164 | CC = ${abs_top_srcdir}/src/driver/cfa
|
---|
165 | CCAS = @CCAS@
|
---|
166 | CCASDEPMODE = @CCASDEPMODE@
|
---|
167 | CCASFLAGS = @CCASFLAGS@
|
---|
168 | CCDEPMODE = @CCDEPMODE@
|
---|
169 | CFA_BACKEND_CC = @CFA_BACKEND_CC@
|
---|
170 | CFA_BINDIR = @CFA_BINDIR@
|
---|
171 | CFA_FLAGS = @CFA_FLAGS@
|
---|
172 | CFA_INCDIR = @CFA_INCDIR@
|
---|
173 | CFA_LIBDIR = @CFA_LIBDIR@
|
---|
174 | CFA_NAME = @CFA_NAME@
|
---|
175 | CFA_PREFIX = @CFA_PREFIX@
|
---|
176 | CFLAGS = @CFLAGS@
|
---|
177 | CPP = @CPP@
|
---|
178 | CPPFLAGS = @CPPFLAGS@
|
---|
179 | CXX = @CXX@
|
---|
180 | CXXDEPMODE = @CXXDEPMODE@
|
---|
181 | CXXFLAGS = @CXXFLAGS@
|
---|
182 | CYGPATH_W = @CYGPATH_W@
|
---|
183 | DEFS = @DEFS@
|
---|
184 | DEPDIR = @DEPDIR@
|
---|
185 | ECHO_C = @ECHO_C@
|
---|
186 | ECHO_N = @ECHO_N@
|
---|
187 | ECHO_T = @ECHO_T@
|
---|
188 | EGREP = @EGREP@
|
---|
189 | EXEEXT = @EXEEXT@
|
---|
190 | GREP = @GREP@
|
---|
191 | INSTALL = @INSTALL@
|
---|
192 | INSTALL_DATA = @INSTALL_DATA@
|
---|
193 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
194 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
195 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
196 | LDFLAGS = @LDFLAGS@
|
---|
197 | LEX = @LEX@
|
---|
198 | LEXLIB = @LEXLIB@
|
---|
199 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
---|
200 | LIBOBJS = @LIBOBJS@
|
---|
201 | LIBS = @LIBS@
|
---|
202 | LTLIBOBJS = @LTLIBOBJS@
|
---|
203 | MACHINE_TYPE = @MACHINE_TYPE@
|
---|
204 | MAINT = @MAINT@
|
---|
205 | MAKEINFO = @MAKEINFO@
|
---|
206 | MKDIR_P = @MKDIR_P@
|
---|
207 | OBJEXT = @OBJEXT@
|
---|
208 | PACKAGE = @PACKAGE@
|
---|
209 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
210 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
211 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
212 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
213 | PACKAGE_URL = @PACKAGE_URL@
|
---|
214 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
215 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
216 | RANLIB = @RANLIB@
|
---|
217 | SET_MAKE = @SET_MAKE@
|
---|
218 | SHELL = @SHELL@
|
---|
219 | STRIP = @STRIP@
|
---|
220 | VERSION = @VERSION@
|
---|
221 | YACC = @YACC@
|
---|
222 | YFLAGS = @YFLAGS@
|
---|
223 | abs_builddir = @abs_builddir@
|
---|
224 | abs_srcdir = @abs_srcdir@
|
---|
225 | abs_top_builddir = @abs_top_builddir@
|
---|
226 | abs_top_srcdir = @abs_top_srcdir@
|
---|
227 | ac_ct_CC = @ac_ct_CC@
|
---|
228 | ac_ct_CXX = @ac_ct_CXX@
|
---|
229 | am__include = @am__include@
|
---|
230 | am__leading_dot = @am__leading_dot@
|
---|
231 | am__quote = @am__quote@
|
---|
232 | am__tar = @am__tar@
|
---|
233 | am__untar = @am__untar@
|
---|
234 | bindir = @bindir@
|
---|
235 | build = @build@
|
---|
236 | build_alias = @build_alias@
|
---|
237 | build_cpu = @build_cpu@
|
---|
238 | build_os = @build_os@
|
---|
239 | build_vendor = @build_vendor@
|
---|
240 | builddir = @builddir@
|
---|
241 | datadir = @datadir@
|
---|
242 | datarootdir = @datarootdir@
|
---|
243 | docdir = @docdir@
|
---|
244 | dvidir = @dvidir@
|
---|
245 | exec_prefix = @exec_prefix@
|
---|
246 | host = @host@
|
---|
247 | host_alias = @host_alias@
|
---|
248 | host_cpu = @host_cpu@
|
---|
249 | host_os = @host_os@
|
---|
250 | host_vendor = @host_vendor@
|
---|
251 | htmldir = @htmldir@
|
---|
252 | includedir = @includedir@
|
---|
253 | infodir = @infodir@
|
---|
254 | install_sh = @install_sh@
|
---|
255 | libdir = @libdir@
|
---|
256 | libexecdir = @libexecdir@
|
---|
257 | localedir = @localedir@
|
---|
258 | localstatedir = @localstatedir@
|
---|
259 | mandir = @mandir@
|
---|
260 | mkdir_p = @mkdir_p@
|
---|
261 | oldincludedir = @oldincludedir@
|
---|
262 | pdfdir = @pdfdir@
|
---|
263 | prefix = @prefix@
|
---|
264 | program_transform_name = @program_transform_name@
|
---|
265 | psdir = @psdir@
|
---|
266 | runstatedir = @runstatedir@
|
---|
267 | sbindir = @sbindir@
|
---|
268 | sharedstatedir = @sharedstatedir@
|
---|
269 | srcdir = @srcdir@
|
---|
270 | sysconfdir = @sysconfdir@
|
---|
271 | target_alias = @target_alias@
|
---|
272 | top_build_prefix = @top_build_prefix@
|
---|
273 | top_builddir = @top_builddir@
|
---|
274 | top_srcdir = @top_srcdir@
|
---|
275 |
|
---|
276 | # create object files in directory with source files
|
---|
277 | AUTOMAKE_OPTIONS = subdir-objects
|
---|
278 |
|
---|
279 | # put into lib for now
|
---|
280 | cfalibdir = ${CFA_LIBDIR}
|
---|
281 | cfalib_DATA = gcc-builtins.cf builtins.cf extras.cf prelude.cf bootloader.c
|
---|
282 | noinst_DATA = ../libcfa/libcfa-prelude.c
|
---|
283 | MAINTAINERCLEANFILES = gcc-builtins.c gcc-builtins.cf builtins.cf extras.cf bootloader.c ${addprefix ${libdir}/,${cfalib_DATA}} ${addprefix ${libdir}/,${lib_LIBRARIES}}
|
---|
284 | all: all-am
|
---|
285 |
|
---|
286 | .SUFFIXES:
|
---|
287 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
288 | @for dep in $?; do \
|
---|
289 | case '$(am__configure_deps)' in \
|
---|
290 | *$$dep*) \
|
---|
291 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
---|
292 | && { if test -f $@; then exit 0; else break; fi; }; \
|
---|
293 | exit 1;; \
|
---|
294 | esac; \
|
---|
295 | done; \
|
---|
296 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/prelude/Makefile'; \
|
---|
297 | $(am__cd) $(top_srcdir) && \
|
---|
298 | $(AUTOMAKE) --foreign src/prelude/Makefile
|
---|
299 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
300 | @case '$?' in \
|
---|
301 | *config.status*) \
|
---|
302 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
---|
303 | *) \
|
---|
304 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
---|
305 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
---|
306 | esac;
|
---|
307 |
|
---|
308 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
309 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
310 |
|
---|
311 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
312 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
313 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
---|
314 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
315 | $(am__aclocal_m4_deps):
|
---|
316 | install-cfalibDATA: $(cfalib_DATA)
|
---|
317 | @$(NORMAL_INSTALL)
|
---|
318 | @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
|
---|
319 | if test -n "$$list"; then \
|
---|
320 | echo " $(MKDIR_P) '$(DESTDIR)$(cfalibdir)'"; \
|
---|
321 | $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" || exit 1; \
|
---|
322 | fi; \
|
---|
323 | for p in $$list; do \
|
---|
324 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
325 | echo "$$d$$p"; \
|
---|
326 | done | $(am__base_list) | \
|
---|
327 | while read files; do \
|
---|
328 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cfalibdir)'"; \
|
---|
329 | $(INSTALL_DATA) $$files "$(DESTDIR)$(cfalibdir)" || exit $$?; \
|
---|
330 | done
|
---|
331 |
|
---|
332 | uninstall-cfalibDATA:
|
---|
333 | @$(NORMAL_UNINSTALL)
|
---|
334 | @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
|
---|
335 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
---|
336 | dir='$(DESTDIR)$(cfalibdir)'; $(am__uninstall_files_from_dir)
|
---|
337 | tags TAGS:
|
---|
338 |
|
---|
339 | ctags CTAGS:
|
---|
340 |
|
---|
341 | cscope cscopelist:
|
---|
342 |
|
---|
343 |
|
---|
344 | distdir: $(DISTFILES)
|
---|
345 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
346 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
347 | list='$(DISTFILES)'; \
|
---|
348 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
349 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
350 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
351 | case $$dist_files in \
|
---|
352 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
353 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
354 | sort -u` ;; \
|
---|
355 | esac; \
|
---|
356 | for file in $$dist_files; do \
|
---|
357 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
358 | if test -d $$d/$$file; then \
|
---|
359 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
360 | if test -d "$(distdir)/$$file"; then \
|
---|
361 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
362 | fi; \
|
---|
363 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
364 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
365 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
366 | fi; \
|
---|
367 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
368 | else \
|
---|
369 | test -f "$(distdir)/$$file" \
|
---|
370 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
371 | || exit 1; \
|
---|
372 | fi; \
|
---|
373 | done
|
---|
374 | check-am: all-am
|
---|
375 | check: check-am
|
---|
376 | all-am: Makefile $(DATA)
|
---|
377 | installdirs:
|
---|
378 | for dir in "$(DESTDIR)$(cfalibdir)"; do \
|
---|
379 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
---|
380 | done
|
---|
381 | install: install-am
|
---|
382 | install-exec: install-exec-am
|
---|
383 | install-data: install-data-am
|
---|
384 | uninstall: uninstall-am
|
---|
385 |
|
---|
386 | install-am: all-am
|
---|
387 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
388 |
|
---|
389 | installcheck: installcheck-am
|
---|
390 | install-strip:
|
---|
391 | if test -z '$(STRIP)'; then \
|
---|
392 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
393 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
394 | install; \
|
---|
395 | else \
|
---|
396 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
397 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
398 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
399 | fi
|
---|
400 | mostlyclean-generic:
|
---|
401 |
|
---|
402 | clean-generic:
|
---|
403 |
|
---|
404 | distclean-generic:
|
---|
405 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
406 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
407 |
|
---|
408 | maintainer-clean-generic:
|
---|
409 | @echo "This command is intended for maintainers to use"
|
---|
410 | @echo "it deletes files that may require special tools to rebuild."
|
---|
411 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
412 | clean: clean-am
|
---|
413 |
|
---|
414 | clean-am: clean-generic mostlyclean-am
|
---|
415 |
|
---|
416 | distclean: distclean-am
|
---|
417 | -rm -f Makefile
|
---|
418 | distclean-am: clean-am distclean-generic
|
---|
419 |
|
---|
420 | dvi: dvi-am
|
---|
421 |
|
---|
422 | dvi-am:
|
---|
423 |
|
---|
424 | html: html-am
|
---|
425 |
|
---|
426 | html-am:
|
---|
427 |
|
---|
428 | info: info-am
|
---|
429 |
|
---|
430 | info-am:
|
---|
431 |
|
---|
432 | install-data-am: install-cfalibDATA
|
---|
433 |
|
---|
434 | install-dvi: install-dvi-am
|
---|
435 |
|
---|
436 | install-dvi-am:
|
---|
437 |
|
---|
438 | install-exec-am:
|
---|
439 |
|
---|
440 | install-html: install-html-am
|
---|
441 |
|
---|
442 | install-html-am:
|
---|
443 |
|
---|
444 | install-info: install-info-am
|
---|
445 |
|
---|
446 | install-info-am:
|
---|
447 |
|
---|
448 | install-man:
|
---|
449 |
|
---|
450 | install-pdf: install-pdf-am
|
---|
451 |
|
---|
452 | install-pdf-am:
|
---|
453 |
|
---|
454 | install-ps: install-ps-am
|
---|
455 |
|
---|
456 | install-ps-am:
|
---|
457 |
|
---|
458 | installcheck-am:
|
---|
459 |
|
---|
460 | maintainer-clean: maintainer-clean-am
|
---|
461 | -rm -f Makefile
|
---|
462 | maintainer-clean-am: distclean-am maintainer-clean-generic \
|
---|
463 | maintainer-clean-local
|
---|
464 |
|
---|
465 | mostlyclean: mostlyclean-am
|
---|
466 |
|
---|
467 | mostlyclean-am: mostlyclean-generic
|
---|
468 |
|
---|
469 | pdf: pdf-am
|
---|
470 |
|
---|
471 | pdf-am:
|
---|
472 |
|
---|
473 | ps: ps-am
|
---|
474 |
|
---|
475 | ps-am:
|
---|
476 |
|
---|
477 | uninstall-am: uninstall-cfalibDATA
|
---|
478 |
|
---|
479 | .MAKE: install-am install-strip
|
---|
480 |
|
---|
481 | .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
|
---|
482 | ctags-am distclean distclean-generic distdir dvi dvi-am html \
|
---|
483 | html-am info info-am install install-am install-cfalibDATA \
|
---|
484 | install-data install-data-am install-dvi install-dvi-am \
|
---|
485 | install-exec install-exec-am install-html install-html-am \
|
---|
486 | install-info install-info-am install-man install-pdf \
|
---|
487 | install-pdf-am install-ps install-ps-am install-strip \
|
---|
488 | installcheck installcheck-am installdirs maintainer-clean \
|
---|
489 | maintainer-clean-generic maintainer-clean-local mostlyclean \
|
---|
490 | mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
|
---|
491 | uninstall-am uninstall-cfalibDATA
|
---|
492 |
|
---|
493 | .PRECIOUS: Makefile
|
---|
494 |
|
---|
495 |
|
---|
496 | $(DEPDIR) :
|
---|
497 | mkdir $(DEPDIR)
|
---|
498 |
|
---|
499 | $(DEPDIR)/builtins.Po : $(DEPDIR)
|
---|
500 | touch ${@}
|
---|
501 |
|
---|
502 | # create extra forward types/declarations to reduce inclusion of library files
|
---|
503 | extras.cf : extras.regx extras.c
|
---|
504 | ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -E ${srcdir}/extras.c | grep -f extras.regx > ${srcdir}/extras.cf
|
---|
505 |
|
---|
506 | # create forward declarations for gcc builtins
|
---|
507 | gcc-builtins.cf : gcc-builtins.c prototypes.sed
|
---|
508 | ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -f prototypes.sed > $@
|
---|
509 |
|
---|
510 | gcc-builtins.c : builtins.def prototypes.awk
|
---|
511 | ${AM_V_GEN}@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@
|
---|
512 |
|
---|
513 | builtins.def :
|
---|
514 |
|
---|
515 | prototypes.awk :
|
---|
516 |
|
---|
517 | # create forward declarations for cfa builtins
|
---|
518 | builtins.cf : builtins.c ${CC}
|
---|
519 | ${AM_V_GEN}${CC} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po
|
---|
520 | ${AM_V_at}sed -i 's/builtins.o/builtins.cf/g' $(DEPDIR)/builtins.Po
|
---|
521 |
|
---|
522 | include $(DEPDIR)/builtins.Po
|
---|
523 |
|
---|
524 | ../libcfa/libcfa-prelude.c : prelude.cf extras.cf gcc-builtins.cf builtins.cf ${abs_top_srcdir}/src/driver/cfa-cpp
|
---|
525 | ${AM_V_GEN}${abs_top_srcdir}/src/driver/cfa-cpp -l prelude.cf $@ # use src/cfa-cpp as not in lib until after install
|
---|
526 |
|
---|
527 | bootloader.c : bootloader.cf prelude.cf extras.cf gcc-builtins.cf builtins.cf ${abs_top_srcdir}/src/driver/cfa-cpp
|
---|
528 | ${AM_V_GEN}${abs_top_srcdir}/src/driver/cfa-cpp -tpmL bootloader.cf $@ # use src/cfa-cpp as not in lib until after install
|
---|
529 |
|
---|
530 | maintainer-clean-local :
|
---|
531 | rm -rf $(DEPDIR)
|
---|
532 |
|
---|
533 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
534 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
535 | .NOEXPORT:
|
---|