Edit

kc3-lang/automake/footer.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-12 19:19:51
    Hash : a592c9e5
    Message : (id, ID): New targets (TAGS): Put TAGS file in build, not source, directory

  • footer.am
  • check dvi info install uninstall::
    
    id:: ID
    
    ID::
    	here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES)
    
    tags:: TAGS
    
    TAGS::
    	here=`pwd`; cd $(srcdir) && etags $(SOURCES) -o $$here/TAGS
    
    # Tell versions [3.59,3.63) of GNU make to not export all variables.
    # Otherwise a system limit (for SysV at least) may be exceeded.
    .NOEXPORT: