Ignore:
Timestamp:
Jun 1, 2015, 12:00:51 AM (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:
6081e74e
Parents:
5cb5f842
Message:

redo automake third attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/Makefile.in

    r5cb5f842 r56c3935  
    111111INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    112112LDFLAGS = @LDFLAGS@
     113LEX = @LEX@
     114LEXLIB = @LEXLIB@
     115LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    113116LIBOBJS = @LIBOBJS@
    114117LIBS = @LIBS@
     
    131134STRIP = @STRIP@
    132135VERSION = @VERSION@
     136YACC = @YACC@
     137YFLAGS = @YFLAGS@
    133138abs_builddir = @abs_builddir@
    134139abs_srcdir = @abs_srcdir@
Note: See TracChangeset for help on using the changeset viewer.