Make.proto
changeset 1101 328456f7c51b
parent 1018 d578841e9e96
child 1110 8c99511f8317
equal deleted inserted replaced
1100:bf884041701f 1101:328456f7c51b
    50 	SelectionBrowser.$(O) \
    50 	SelectionBrowser.$(O) \
    51 	FileSelectionBrowser.$(O) \
    51 	FileSelectionBrowser.$(O) \
    52 	ResourceSelectionBrowser.$(O)
    52 	ResourceSelectionBrowser.$(O)
    53 
    53 
    54 cleanjunk::
    54 cleanjunk::
    55 	    -rm -f *.c *.H
    55 	    @-rm -f *.c *.H
    56 
    56 
    57 clean::
    57 clean::
    58 	    -rm -f [A-Z]*.o *.c *.H
    58 	    @-rm -f [A-Z]*.o *.c *.H
    59 
    59 
    60 clobber::
    60 clobber::
    61 	    -rm -f *.c *.H classList.stc abbrev.stc
    61 	    @-rm -f *.c *.H classList.stc abbrev.stc
    62 
    62 
    63 tar:
    63 tar:
    64 	(cd $(TOP); tar cvfh DISTRIB/libtool2.tar \
    64 	(cd $(TOP); tar cvfh DISTRIB/libtool2.tar \
    65 				libtool2/.dir.info \
    65 				libtool2/.dir.info \
    66 				libtool2/Make.proto \
    66 				libtool2/Make.proto \