Changeset 0c7a885
- Timestamp:
- May 25, 2015, 4:17:14 PM (10 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:
- 448f9b2
- Parents:
- 2bae7307
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r2bae7307 r0c7a885 1 ######################### -*- Mode: Makefile-Gmake -*- ########################1 b######################### -*- 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 1 5:15:00201514 ## Update Count : 513 ## Last Modified On : Mon May 25 16:14:54 2015 14 ## Update Count : 7 15 15 ############################################################################### 16 16 … … 19 19 CFA_LIBDIR = @CFA_LIBDIR@ 20 20 21 LIBRARIES := libcfa.a builtins.cf21 LIBRARIES := libcfa.a 22 22 23 all : ${LIBRARIES} Makefile23 all : ${LIBRARIES} builtins.cf Makefile 24 24 25 25 install : all … … 35 35 ${INSTALL} builtins.cf @CFA_LIBDIR@ 36 36 37 builtins.c : builtins.def 37 builtins.c : builtins.def prototypes.awk 38 38 if [ -e builtins.def ] ; then \ 39 39 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \
Note: See TracChangeset
for help on using the changeset viewer.