Changes in libcfa/src/Makefile.am [c920317:6a8882c]
- File:
-
- 1 edited
-
libcfa/src/Makefile.am (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
rc920317 r6a8882c 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Wed Dec 9 22:46:14202014 ## Update Count : 2 5013 ## Last Modified On : Mon Jun 1 13:35:33 2020 14 ## Update Count : 248 15 15 ############################################################################### 16 16 … … 43 43 clock.hfa \ 44 44 exception.hfa \ 45 exception.h \46 45 gmp.hfa \ 47 46 math.hfa \ … … 52 51 bits/defs.hfa \ 53 52 bits/locks.hfa \ 54 bits/collection.hfa \55 bits/stack.hfa \56 bits/queue.hfa \57 bits/sequence.hfa \58 53 concurrency/iofwd.hfa \ 59 54 containers/list.hfa \ … … 82 77 bits/debug.cfa \ 83 78 exception.c \ 79 exception.h \ 84 80 interpose.cfa \ 85 81 lsda.h \ … … 199 195 -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR} 200 196 201 distclean-local:202 find ${builddir} -path '*.Plo' -delete203 204 197 205 198 # $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
Note:
See TracChangeset
for help on using the changeset viewer.