Changeset c59712e for tools/Makefile.in


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
  • tools/Makefile.in

    r25a9b5a rc59712e  
    227227LEXLIB = @LEXLIB@
    228228LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     229LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     230LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    229231LIBOBJS = @LIBOBJS@
    230232LIBS = @LIBS@
    231233LTLIBOBJS = @LTLIBOBJS@
    232 MACHINE_TYPE = @MACHINE_TYPE@
    233234MAKEINFO = @MAKEINFO@
    234235MKDIR_P = @MKDIR_P@
     
    246247SHELL = @SHELL@
    247248STRIP = @STRIP@
     249TARGET_HOSTS = @TARGET_HOSTS@
    248250VERSION = @VERSION@
    249251YACC = @YACC@
Note: See TracChangeset for help on using the changeset viewer.