Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.am

    r6a8882c rc920317  
    1111## Created On       : Sun May 31 08:54:01 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Jun  1 13:35:33 2020
    14 ## Update Count     : 248
     13## Last Modified On : Wed Dec  9 22:46:14 2020
     14## Update Count     : 250
    1515###############################################################################
    1616
     
    4343        clock.hfa \
    4444        exception.hfa \
     45        exception.h \
    4546        gmp.hfa \
    4647        math.hfa \
     
    5152        bits/defs.hfa \
    5253        bits/locks.hfa \
     54        bits/collection.hfa \
     55        bits/stack.hfa \
     56        bits/queue.hfa \
     57        bits/sequence.hfa \
    5358        concurrency/iofwd.hfa \
    5459        containers/list.hfa \
     
    7782        bits/debug.cfa \
    7883        exception.c \
    79         exception.h \
    8084        interpose.cfa \
    8185        lsda.h \
     
    195199        -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR}
    196200
     201distclean-local:
     202        find ${builddir} -path '*.Plo' -delete
     203
    197204
    198205# $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
Note: See TracChangeset for help on using the changeset viewer.