Changeset 0c7a885 for libcfa/Makefile.in


Ignore:
Timestamp:
May 25, 2015, 4:17:14 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

fix libcfa/Makefile.in, second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.in

    r2bae7307 r0c7a885  
    1 ######################### -*- Mode: Makefile-Gmake -*- ########################
     1b######################### -*- Mode: Makefile-Gmake -*- ########################
    22##
    33## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     
    1111## Created On       : Sat May 16 08:05:18 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon May 25 15:15:00 2015
    14 ## Update Count     : 5
     13## Last Modified On : Mon May 25 16:14:54 2015
     14## Update Count     : 7
    1515###############################################################################
    1616
     
    1919CFA_LIBDIR = @CFA_LIBDIR@
    2020
    21 LIBRARIES := libcfa.a builtins.cf
     21LIBRARIES := libcfa.a
    2222
    23 all : ${LIBRARIES} Makefile
     23all : ${LIBRARIES} builtins.cf Makefile
    2424
    2525install : all
     
    3535        ${INSTALL} builtins.cf @CFA_LIBDIR@
    3636
    37 builtins.c : builtins.def
     37builtins.c : builtins.def prototypes.awk
    3838        if [ -e builtins.def ] ; then \
    3939                @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \
Note: See TracChangeset for help on using the changeset viewer.