Changeset c59712e for benchmark


Ignore:
Timestamp:
Aug 3, 2018, 11:25:46 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
ff1e0f38
Parents:
25a9b5a
Message:

Parent make now seems to properly call libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.in

    r25a9b5a rc59712e  
    178178LEXLIB = @LEXLIB@
    179179LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     180LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     181LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    180182LIBOBJS = @LIBOBJS@
    181183LIBS = @LIBS@
    182184LTLIBOBJS = @LTLIBOBJS@
    183 MACHINE_TYPE = @MACHINE_TYPE@
    184185MAKEINFO = @MAKEINFO@
    185186MKDIR_P = @MKDIR_P@
     
    197198SHELL = @SHELL@
    198199STRIP = @STRIP@
     200TARGET_HOSTS = @TARGET_HOSTS@
    199201VERSION = @VERSION@
    200202YACC = @YACC@
Note: See TracChangeset for help on using the changeset viewer.