Ignore:
Timestamp:
Jan 29, 2016, 4:36:39 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
aaron-thesis, arm-eh, 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:
ae8b942
Parents:
f3fc8cbe
Message:

building runtime library (first attempt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/module.mk

    rf3fc8cbe rd3b7937  
    1111## Created On       : Sat May 16 15:29:09 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Jun  8 20:23:47 2015
    14 ## Update Count     : 87
     13## Last Modified On : Thu Jan 28 11:57:23 2016
     14## Update Count     : 100
    1515###############################################################################
    1616
     
    1818
    1919AM_YFLAGS = -d -t -v
    20 cfa_cpp_LDADD = ${LEXLIB}       # yywrap
    21 MAINTAINERCLEANFILES = Parser/parser.output
    2220
    2321SRC += Parser/parser.yy \
     
    3331       Parser/parseutility.cc \
    3432       Parser/Parser.cc
     33
     34MAINTAINERCLEANFILES += Parser/parser.output
Note: See TracChangeset for help on using the changeset viewer.