Edit

kc3-lang/automake/library.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-01-02 02:20:18
    Hash : 3aba9acd
    Message : Many changes from Franc,ois

  • library.am
  • lib@LIBRARY@.a: $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
    	rm -f lib@LIBRARY@.a
    	$(AR) cru lib@LIBRARY@.a $(@LIBRARY@_OBJECTS) $(@LIBRARY@_LIBADD)
    	$(RANLIB) lib@LIBRARY@.a