Changeset ad17ba6a for Makefile.in


Ignore:
Timestamp:
Jan 26, 2015, 12:08:14 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, 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:
bdd516a
Parents:
643a2e1
Message:

generalize example Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r643a2e1 rad17ba6a  
    3737        $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \
    3838        $(top_srcdir)/libcfa/Makefile.in \
    39         $(top_srcdir)/translator/Makefile.in AUTHORS COPYING ChangeLog \
    40         INSTALL NEWS install-sh missing mkinstalldirs
     39        $(top_srcdir)/translator/Makefile.in \
     40        $(top_srcdir)/translator/examples/Makefile.in AUTHORS COPYING \
     41        ChangeLog INSTALL NEWS install-sh missing mkinstalldirs
    4142ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4243am__aclocal_m4_deps = $(top_srcdir)/configure.in
     
    4849CONFIG_HEADER = config.h
    4950CONFIG_CLEAN_FILES = translator/Makefile driver/Makefile \
    50         libcfa/Makefile
     51        libcfa/Makefile translator/examples/Makefile
    5152CONFIG_CLEAN_VPATH_FILES =
    5253SOURCES =
     
    273274libcfa/Makefile: $(top_builddir)/config.status $(top_srcdir)/libcfa/Makefile.in
    274275        cd $(top_builddir) && $(SHELL) ./config.status $@
     276translator/examples/Makefile: $(top_builddir)/config.status $(top_srcdir)/translator/examples/Makefile.in
     277        cd $(top_builddir) && $(SHELL) ./config.status $@
    275278
    276279# This directory's subdirectories are mostly independent; you can cd
Note: See TracChangeset for help on using the changeset viewer.