- Timestamp:
- May 25, 2015, 4:24:51 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 49205cf
- Parents:
- 0c7a885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r0c7a885 r448f9b2 1 b######################### -*- Mode: Makefile-Gmake -*- ########################1 ######################### -*- Mode: Makefile-Gmake -*- ######################## 2 2 ## 3 3 ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo … … 11 11 ## Created On : Sat May 16 08:05:18 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon May 25 16: 14:54201514 ## Update Count : 713 ## Last Modified On : Mon May 25 16:22:36 2015 14 ## Update Count : 9 15 15 ############################################################################### 16 16 … … 30 30 # make forward declarations for gcc builtins 31 31 builtins.cf : builtins.c 32 if [ -e builtins.c ] ; then \32 @if [ -e builtins.c ] ; then \ 33 33 @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \ 34 34 fi … … 36 36 37 37 builtins.c : builtins.def prototypes.awk 38 if [ -e builtins.def ] ; then \38 @if [ -e builtins.def ] ; then \ 39 39 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \ 40 40 fi
Note: See TracChangeset
for help on using the changeset viewer.