Changeset a77e7b5
- Timestamp:
- May 26, 2015, 4:48:09 PM (9 years ago)
- 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:
- e15b0a0a
- Parents:
- 8f1b0e1
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r8f1b0e1 ra77e7b5 3 3 4 4 # generated by configure 5 aclocal.m46 5 autom4te.cache 7 6 config.h -
Makefile.in
r8f1b0e1 ra77e7b5 37 37 $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \ 38 38 $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \ 39 $(top_srcdir)/src/examples/Makefile.in INSTALL TODOinstall-sh \39 $(top_srcdir)/src/examples/Makefile.in INSTALL install-sh \ 40 40 missing 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -
configure
r8f1b0e1 ra77e7b5 2357 2357 2358 2358 2359 #AM_INIT_AUTOMAKE([foreign]) # do not follow GNU standard 2359 2360 am__api_version='1.11' 2360 2361 -
configure.ac
r8f1b0e1 ra77e7b5 4 4 AC_PREREQ([2.68]) 5 5 AC_INIT(cfa-cc, 1.0.0, cforall@plg.uwaterloo.ca) 6 #AM_INIT_AUTOMAKE([foreign]) # do not follow GNU standard 6 7 AM_INIT_AUTOMAKE 7 8 AC_CONFIG_SRCDIR([src/main.cc])
Note: See TracChangeset
for help on using the changeset viewer.