source: src/libcfa/Makefile.in@ 6635c74

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since 6635c74 was 90c3b1c, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

compile CFA with C++11, further update refrat with lstlisting macros, support varags, enumeration initialization, add implicit separators to output streams, update example programs that print

  • Property mode set to 100644
File size: 18.7 KB
Line 
1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18######################## -*- Mode: Makefile-Automake -*- ######################
19###############################################################################
20
21
22
23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26pkglibdir = $(libdir)/@PACKAGE@
27pkglibexecdir = $(libexecdir)/@PACKAGE@
28am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40subdir = src/libcfa
41DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52am__vpath_adj = case $$p in \
53 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54 *) f=$$p;; \
55 esac;
56am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57am__install_max = 40
58am__nobase_strip_setup = \
59 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60am__nobase_strip = \
61 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62am__nobase_list = $(am__nobase_strip_setup); \
63 for p in $$list; do echo "$$p $$p"; done | \
64 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66 if (++n[$$2] == $(am__install_max)) \
67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68 END { for (dir in files) print dir, files[dir] }'
69am__base_list = \
70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72am__uninstall_files_from_dir = { \
73 test -z "$$files" \
74 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
75 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
76 $(am__cd) "$$dir" && rm -f $$files; }; \
77 }
78am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfalibdir)" \
79 "$(DESTDIR)$(includedir)"
80LIBRARIES = $(lib_LIBRARIES)
81AR = ar
82ARFLAGS = cru
83libcfa_a_AR = $(AR) $(ARFLAGS)
84libcfa_a_LIBADD =
85am__objects_1 = stdlib.$(OBJEXT) iostream.$(OBJEXT) fstream.$(OBJEXT) \
86 iterator.$(OBJEXT)
87am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1)
88libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS)
89DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
91am__depfiles_maybe = depfiles
92am__mv = mv -f
93COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95CCLD = $(CC)
96LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
97SOURCES = $(libcfa_a_SOURCES)
98DIST_SOURCES = $(libcfa_a_SOURCES)
99DATA = $(cfalib_DATA)
100HEADERS = $(include_HEADERS)
101ETAGS = etags
102CTAGS = ctags
103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104ACLOCAL = @ACLOCAL@
105ALLOCA = @ALLOCA@
106AMTAR = @AMTAR@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
110AWK = @AWK@
111BACKEND_CC = @BACKEND_CC@
112CC = ${abs_top_srcdir}/src/driver/cfa
113CCDEPMODE = @CCDEPMODE@
114CFA_BINDIR = @CFA_BINDIR@
115CFA_INCDIR = @CFA_INCDIR@
116CFA_LIBDIR = @CFA_LIBDIR@
117CFA_PREFIX = @CFA_PREFIX@
118CFLAGS = -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t # TEMPORARY: does not build with -O2
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CXX = @CXX@
122CXXDEPMODE = @CXXDEPMODE@
123CXXFLAGS = @CXXFLAGS@
124CYGPATH_W = @CYGPATH_W@
125DEFS = @DEFS@
126DEPDIR = @DEPDIR@
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
130EGREP = @EGREP@
131EXEEXT = @EXEEXT@
132GCC_PATH = @GCC_PATH@
133GREP = @GREP@
134INSTALL = @INSTALL@
135INSTALL_DATA = @INSTALL_DATA@
136INSTALL_PROGRAM = @INSTALL_PROGRAM@
137INSTALL_SCRIPT = @INSTALL_SCRIPT@
138INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139LDFLAGS = @LDFLAGS@
140LEX = @LEX@
141LEXLIB = @LEXLIB@
142LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
143LIBOBJS = @LIBOBJS@
144LIBS = @LIBS@
145LTLIBOBJS = @LTLIBOBJS@
146MAINT = @MAINT@
147MAKEINFO = @MAKEINFO@
148MKDIR_P = @MKDIR_P@
149OBJEXT = @OBJEXT@
150PACKAGE = @PACKAGE@
151PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152PACKAGE_NAME = @PACKAGE_NAME@
153PACKAGE_STRING = @PACKAGE_STRING@
154PACKAGE_TARNAME = @PACKAGE_TARNAME@
155PACKAGE_URL = @PACKAGE_URL@
156PACKAGE_VERSION = @PACKAGE_VERSION@
157PATH_SEPARATOR = @PATH_SEPARATOR@
158RANLIB = @RANLIB@
159SET_MAKE = @SET_MAKE@
160SHELL = @SHELL@
161STRIP = @STRIP@
162VERSION = @VERSION@
163YACC = @YACC@
164YFLAGS = @YFLAGS@
165abs_builddir = @abs_builddir@
166abs_srcdir = @abs_srcdir@
167abs_top_builddir = @abs_top_builddir@
168abs_top_srcdir = @abs_top_srcdir@
169ac_ct_CC = @ac_ct_CC@
170ac_ct_CXX = @ac_ct_CXX@
171am__include = @am__include@
172am__leading_dot = @am__leading_dot@
173am__quote = @am__quote@
174am__tar = @am__tar@
175am__untar = @am__untar@
176bindir = @bindir@
177build_alias = @build_alias@
178builddir = @builddir@
179datadir = @datadir@
180datarootdir = @datarootdir@
181docdir = @docdir@
182dvidir = @dvidir@
183exec_prefix = @exec_prefix@
184host_alias = @host_alias@
185htmldir = @htmldir@
186includedir = @includedir@
187infodir = @infodir@
188install_sh = @install_sh@
189libdir = @libdir@
190libexecdir = @libexecdir@
191localedir = @localedir@
192localstatedir = @localstatedir@
193mandir = @mandir@
194mkdir_p = @mkdir_p@
195oldincludedir = @oldincludedir@
196pdfdir = @pdfdir@
197prefix = @prefix@
198program_transform_name = @program_transform_name@
199psdir = @psdir@
200sbindir = @sbindir@
201sharedstatedir = @sharedstatedir@
202srcdir = @srcdir@
203sysconfdir = @sysconfdir@
204target_alias = @target_alias@
205top_build_prefix = @top_build_prefix@
206top_builddir = @top_builddir@
207top_srcdir = @top_srcdir@
208lib_LIBRARIES = libcfa.a
209
210# put into lib for now
211cfalibdir = ${libdir}
212cfalib_DATA = prelude.cf builtins.cf
213MAINTAINERCLEANFILES = ${addprefix ${libdir}/,${cfalib_DATA}} \
214 ${addprefix ${libdir}/,${lib_LIBRARIES}} ${includedir}/*
215libs = stdlib iostream fstream iterator
216libcfa_a_SOURCES = libcfa-prelude.c ${libs:=.c}
217cheaders = bfd bfdlink demangle dialog evdns evhttp evrpc expat fcntl form gcrypt math
218cfaheaders = limits
219include_HEADERS = ${cheaders:=.h} ${libs} ${cfaheaders}
220all: all-am
221
222.SUFFIXES:
223.SUFFIXES: .c .o .obj
224$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
229 && { if test -f $@; then exit 0; else break; fi; }; \
230 exit 1;; \
231 esac; \
232 done; \
233 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcfa/Makefile'; \
234 $(am__cd) $(top_srcdir) && \
235 $(AUTOMAKE) --foreign src/libcfa/Makefile
236.PRECIOUS: Makefile
237Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238 @case '$?' in \
239 *config.status*) \
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
241 *) \
242 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
243 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
244 esac;
245
246$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253$(am__aclocal_m4_deps):
254install-libLIBRARIES: $(lib_LIBRARIES)
255 @$(NORMAL_INSTALL)
256 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
257 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
258 list2=; for p in $$list; do \
259 if test -f $$p; then \
260 list2="$$list2 $$p"; \
261 else :; fi; \
262 done; \
263 test -z "$$list2" || { \
264 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
265 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
266 @$(POST_INSTALL)
267 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
268 for p in $$list; do \
269 if test -f $$p; then \
270 $(am__strip_dir) \
271 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
272 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
273 else :; fi; \
274 done
275
276uninstall-libLIBRARIES:
277 @$(NORMAL_UNINSTALL)
278 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
279 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
280 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
281
282clean-libLIBRARIES:
283 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
284libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES)
285 -rm -f libcfa.a
286 $(libcfa_a_AR) libcfa.a $(libcfa_a_OBJECTS) $(libcfa_a_LIBADD)
287 $(RANLIB) libcfa.a
288
289mostlyclean-compile:
290 -rm -f *.$(OBJEXT)
291
292distclean-compile:
293 -rm -f *.tab.c
294
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstream.Po@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iostream.Po@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iterator.Po@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa-prelude.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdlib.Po@am__quote@
300
301.c.obj:
302@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
303@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
304@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
307install-cfalibDATA: $(cfalib_DATA)
308 @$(NORMAL_INSTALL)
309 test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)"
310 @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
311 for p in $$list; do \
312 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
313 echo "$$d$$p"; \
314 done | $(am__base_list) | \
315 while read files; do \
316 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cfalibdir)'"; \
317 $(INSTALL_DATA) $$files "$(DESTDIR)$(cfalibdir)" || exit $$?; \
318 done
319
320uninstall-cfalibDATA:
321 @$(NORMAL_UNINSTALL)
322 @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
323 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
324 dir='$(DESTDIR)$(cfalibdir)'; $(am__uninstall_files_from_dir)
325install-includeHEADERS: $(include_HEADERS)
326 @$(NORMAL_INSTALL)
327 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
328 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
329 for p in $$list; do \
330 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331 echo "$$d$$p"; \
332 done | $(am__base_list) | \
333 while read files; do \
334 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
335 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
336 done
337
338uninstall-includeHEADERS:
339 @$(NORMAL_UNINSTALL)
340 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
341 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
342 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
343
344ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346 unique=`for i in $$list; do \
347 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348 done | \
349 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350 END { if (nonempty) { for (i in files) print i; }; }'`; \
351 mkid -fID $$unique
352tags: TAGS
353
354TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
355 $(TAGS_FILES) $(LISP)
356 set x; \
357 here=`pwd`; \
358 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359 unique=`for i in $$list; do \
360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361 done | \
362 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363 END { if (nonempty) { for (i in files) print i; }; }'`; \
364 shift; \
365 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
366 test -n "$$unique" || unique=$$empty_fix; \
367 if test $$# -gt 0; then \
368 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369 "$$@" $$unique; \
370 else \
371 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372 $$unique; \
373 fi; \
374 fi
375ctags: CTAGS
376CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
377 $(TAGS_FILES) $(LISP)
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383 END { if (nonempty) { for (i in files) print i; }; }'`; \
384 test -z "$(CTAGS_ARGS)$$unique" \
385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386 $$unique
387
388GTAGS:
389 here=`$(am__cd) $(top_builddir) && pwd` \
390 && $(am__cd) $(top_srcdir) \
391 && gtags -i $(GTAGS_ARGS) "$$here"
392
393distclean-tags:
394 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
396distdir: $(DISTFILES)
397 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399 list='$(DISTFILES)'; \
400 dist_files=`for file in $$list; do echo $$file; done | \
401 sed -e "s|^$$srcdirstrip/||;t" \
402 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403 case $$dist_files in \
404 */*) $(MKDIR_P) `echo "$$dist_files" | \
405 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
406 sort -u` ;; \
407 esac; \
408 for file in $$dist_files; do \
409 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410 if test -d $$d/$$file; then \
411 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
412 if test -d "$(distdir)/$$file"; then \
413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414 fi; \
415 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
417 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418 fi; \
419 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
420 else \
421 test -f "$(distdir)/$$file" \
422 || cp -p $$d/$$file "$(distdir)/$$file" \
423 || exit 1; \
424 fi; \
425 done
426check-am: all-am
427check: check-am
428all-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS)
429installdirs:
430 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfalibdir)" "$(DESTDIR)$(includedir)"; do \
431 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
432 done
433install: install-am
434install-exec: install-exec-am
435install-data: install-data-am
436uninstall: uninstall-am
437
438install-am: all-am
439 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440
441installcheck: installcheck-am
442install-strip:
443 if test -z '$(STRIP)'; then \
444 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446 install; \
447 else \
448 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
451 fi
452mostlyclean-generic:
453
454clean-generic:
455
456distclean-generic:
457 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
460maintainer-clean-generic:
461 @echo "This command is intended for maintainers to use"
462 @echo "it deletes files that may require special tools to rebuild."
463 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
464clean: clean-am
465
466clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
467
468distclean: distclean-am
469 -rm -rf ./$(DEPDIR)
470 -rm -f Makefile
471distclean-am: clean-am distclean-compile distclean-generic \
472 distclean-tags
473
474dvi: dvi-am
475
476dvi-am:
477
478html: html-am
479
480html-am:
481
482info: info-am
483
484info-am:
485
486install-data-am: install-cfalibDATA install-includeHEADERS
487
488install-dvi: install-dvi-am
489
490install-dvi-am:
491
492install-exec-am: install-libLIBRARIES
493
494install-html: install-html-am
495
496install-html-am:
497
498install-info: install-info-am
499
500install-info-am:
501
502install-man:
503
504install-pdf: install-pdf-am
505
506install-pdf-am:
507
508install-ps: install-ps-am
509
510install-ps-am:
511
512installcheck-am:
513
514maintainer-clean: maintainer-clean-am
515 -rm -rf ./$(DEPDIR)
516 -rm -f Makefile
517maintainer-clean-am: distclean-am maintainer-clean-generic
518
519mostlyclean: mostlyclean-am
520
521mostlyclean-am: mostlyclean-compile mostlyclean-generic
522
523pdf: pdf-am
524
525pdf-am:
526
527ps: ps-am
528
529ps-am:
530
531uninstall-am: uninstall-cfalibDATA uninstall-includeHEADERS \
532 uninstall-libLIBRARIES
533
534.MAKE: install-am install-strip
535
536.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
537 clean-libLIBRARIES ctags distclean distclean-compile \
538 distclean-generic distclean-tags distdir dvi dvi-am html \
539 html-am info info-am install install-am install-cfalibDATA \
540 install-data install-data-am install-dvi install-dvi-am \
541 install-exec install-exec-am install-html install-html-am \
542 install-includeHEADERS install-info install-info-am \
543 install-libLIBRARIES install-man install-pdf install-pdf-am \
544 install-ps install-ps-am install-strip installcheck \
545 installcheck-am installdirs maintainer-clean \
546 maintainer-clean-generic mostlyclean mostlyclean-compile \
547 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
548 uninstall-am uninstall-cfalibDATA uninstall-includeHEADERS \
549 uninstall-libLIBRARIES
550
551
552# create forward declarations for gcc builtins
553${libdir}/builtins.cf : ${libdir} ${srcdir}/builtins.cf
554 ${INSTALL} ${srcdir}/builtins.cf ${libdir}
555 sed -i -e "s#typedef.*ptrdiff_t.*#`@BACKEND_CC@ -E ${srcdir}/ptrdiff_t.c | grep 'typedef.*ptrdiff_t'`#" ${srcdir}/prelude.cf
556
557builtins.cf : builtins.c
558 @if [ -e $< ] ; then \
559 @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \
560 fi
561
562builtins.c : builtins.def prototypes.awk
563 @if [ -e $< ] ; then \
564 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \
565 fi
566
567builtins.def :
568
569prototypes.awk :
570
571#--------------------------------------------------
572
573libcfa-prelude.c : ${srcdir}/prelude.cf
574 ${abs_top_srcdir}/src/driver/cfa-cpp -l ${srcdir}/prelude.cf $@ # use src/cfa-cpp as not in lib until after install
575
576libcfa-prelude.o : libcfa-prelude.c
577 @BACKEND_CC@ -c -o $@ $<
578
579# extension-less header files are overridden by default make rules => explicitly override rule
580% : %.c
581 true
582
583.c.o : ${abs_top_srcdir}/src/driver/cfa-cpp
584 ${CC} ${CFLAGS} -c -o $@ $<
585
586# Tell versions [3.59,3.63) of GNU make to not export all variables.
587# Otherwise a system limit (for SysV at least) may be exceeded.
588.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.