Mercurial > hg > octave-lyh
comparison scripts/specfun/Makefile.in @ 803:1844c17634f9
[project @ 1994-10-13 23:17:34 by jwe]
author | jwe |
---|---|
date | Thu, 13 Oct 1994 23:17:34 +0000 |
parents | 6544b83ef9e9 |
children | 1865b6725111 |
comparison
equal
deleted
inserted
replaced
802:b7d68dfee8d8 | 803:1844c17634f9 |
---|---|
29 | 29 |
30 all: | 30 all: |
31 .PHONY: all | 31 .PHONY: all |
32 | 32 |
33 install: all | 33 install: all |
34 if test -d $(fcnfiledir)/$(script_sub_dir) ; then true ; \ | 34 $(srcdir)/mkinstalldirs $(fcnfiledir)/$(script_sub_dir) |
35 else $(TOPDIR)/mkpath $(fcnfiledir)/$(script_sub_dir) ; fi | |
36 for f in $(FCN_FILES_NO_DIR) ; do \ | 35 for f in $(FCN_FILES_NO_DIR) ; do \ |
37 rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ | 36 rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ |
38 $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ | 37 $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ |
39 done | 38 done |
40 .PHONY: install | 39 .PHONY: install |