Changeset c59712e for src/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
  • src/Makefile.in

    r25a9b5a rc59712e  
    361361LEXLIB = @LEXLIB@
    362362LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     363LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     364LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    363365LIBOBJS = @LIBOBJS@
    364366LIBS = @LIBS@
    365367LTLIBOBJS = @LTLIBOBJS@
    366 MACHINE_TYPE = @MACHINE_TYPE@
    367368MAKEINFO = @MAKEINFO@
    368369MKDIR_P = @MKDIR_P@
     
    380381SHELL = @SHELL@
    381382STRIP = @STRIP@
     383TARGET_HOSTS = @TARGET_HOSTS@
    382384VERSION = @VERSION@
    383385YACC = @YACC@
Note: See TracChangeset for help on using the changeset viewer.