Changeset 334163c for src/Parser


Ignore:
Timestamp:
Jun 1, 2015, 8:26:00 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:
db82596
Parents:
6081e74e
Message:

redo automake fifth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/module.mk

    r6081e74e r334163c  
    1111## Created On       : Sat May 16 15:29:09 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun May 31 23:52:20 2015
    14 ## Update Count     : 76
     13## Last Modified On : Mon Jun  1 08:16:25 2015
     14## Update Count     : 83
    1515###############################################################################
    1616
     
    1818
    1919AM_YFLAGS = -d -t -v
    20 
     20cfa_cpp_LDADD = ${LEXLIB}       # yywrap
    2121MAINTAINERCLEANFILES = Parser/parser.output
    2222
     
    3333       Parser/parseutility.cc \
    3434       Parser/Parser.cc
    35 
    36 LIBS += -lfl
Note: See TracChangeset for help on using the changeset viewer.