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