Changeset 796cea3 for src/libcfa
- Timestamp:
- Mar 8, 2017, 3:17:58 PM (8 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:
- 6363ad1
- Parents:
- 64cb860
- Location:
- src/libcfa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/Makefile.am ¶
r64cb860 r796cea3 81 81 82 82 maintainer-clean-local: 83 -rm -rf ${ includedir}/* ${libdir}/*83 -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR} -
TabularUnified src/libcfa/Makefile.in ¶
r64cb860 r796cea3 1161 1161 1162 1162 maintainer-clean-local: 1163 -rm -rf ${ includedir}/* ${libdir}/*1163 -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR} 1164 1164 1165 1165 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.