Edit

kc3-lang/automake/dist-subd.am

Branch :

  • Show log

    Commit

  • Author : David J. MacKenzie
    Date : 1994-10-24 23:01:59
    Hash : 30cb7b6b
    Message : handle SCRIPTS and LIBSCRIPTS similar to PROGRAMS

  • dist-subd.am
  • dist: $(DIST_FILES) $(DIST_DIRS)
    	-mkdir ../`cat ../distname`/$(subdir)
    	@for file in $(DIST_FILES); do \
    	  echo linking $$file; \
    	  ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
    	    { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
    	done