Changeset 334163c for src


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

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r6081e74e r334163c  
    1111## Created On       : Sun May 31 08:51:46 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun May 31 23:49:23 2015
    14 ## Update Count     : 11
     13## Last Modified On : Mon Jun  1 08:15:08 2015
     14## Update Count     : 13
    1515###############################################################################
    1616
     
    1919
    2020SRC = main.cc MakeLibCfa.cc
    21 LIBS =
    2221
    2322# Is there a way to use a variable for the directory names?
  • src/Makefile.in

    r6081e74e r334163c  
    164164am_cfa_cpp_OBJECTS = $(am__objects_1)
    165165cfa_cpp_OBJECTS = $(am_cfa_cpp_OBJECTS)
    166 cfa_cpp_LDADD = $(LDADD)
     166am__DEPENDENCIES_1 =
     167cfa_cpp_DEPENDENCIES = $(am__DEPENDENCIES_1)
    167168cfa_cpp_LINK = $(CXXLD) $(cfa_cpp_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
    168169        $(LDFLAGS) -o $@
     
    230231LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    231232LIBOBJS = @LIBOBJS@
    232 LIBS = -lfl
     233LIBS = @LIBS@
    233234LTLIBOBJS = @LTLIBOBJS@
    234235MAINT = @MAINT@
     
    347348BUILT_SOURCES = Parser/parser.h
    348349AM_YFLAGS = -d -t -v
     350cfa_cpp_LDADD = ${LEXLIB}       # yywrap
    349351MAINTAINERCLEANFILES = Parser/parser.output
    350352
  • 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.