Changeset be8bd88 for src/prelude
- Timestamp:
- Mar 8, 2017, 3:22:50 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 031a2c95, 0e7ea335
- Parents:
- 87c3bef (diff), 6363ad1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- src/prelude
- Files:
-
- 1 deleted
- 2 edited
-
Makefile.am (modified) (1 diff)
-
Makefile.in (modified) (2 diffs)
-
builtins.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.am
r87c3bef rbe8bd88 19 19 20 20 # put into lib for now 21 cfalibdir = ${ libdir}21 cfalibdir = ${CFA_LIBDIR} 22 22 cfalib_DATA = builtins.cf extras.cf prelude.cf bootloader.c 23 23 noinst_DATA = ../libcfa/libcfa-prelude.c -
src/prelude/Makefile.in
r87c3bef rbe8bd88 105 105 CFA_INCDIR = @CFA_INCDIR@ 106 106 CFA_LIBDIR = @CFA_LIBDIR@ 107 CFA_NAME = @CFA_NAME@ 107 108 CFA_PREFIX = @CFA_PREFIX@ 108 109 CFLAGS = @CFLAGS@ … … 209 210 210 211 # put into lib for now 211 cfalibdir = ${ libdir}212 cfalibdir = ${CFA_LIBDIR} 212 213 cfalib_DATA = builtins.cf extras.cf prelude.cf bootloader.c 213 214 noinst_DATA = ../libcfa/libcfa-prelude.c
Note:
See TracChangeset
for help on using the changeset viewer.