Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.am

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