# HG changeset patch # User jwe # Date 783376216 0 # Node ID 9f01b6c2a6074015b28c0dcaaeb804d5225033ea # Parent 71e69f1b5be0a68f718eaa21b3bbf63a90e6a724 [project @ 1994-10-28 20:30:16 by jwe] diff --git a/Makeconf.in b/Makeconf.in --- a/Makeconf.in +++ b/Makeconf.in @@ -1,3 +1,4 @@ +# @configure_input@ # # Common configuration rules for all of octave's Makefiles. # diff --git a/Makefile.in b/Makefile.in --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,3 @@ -# Generated automatically from Makefile.in by configure. # # Makefile for octave's src directory # diff --git a/libcruft/Makerules.in b/libcruft/Makerules.in --- a/libcruft/Makerules.in +++ b/libcruft/Makerules.in @@ -1,3 +1,4 @@ +# @configure_input@ # # Common rules for octave's libcruft directories. # diff --git a/scripts/Makefile.in b/scripts/Makefile.in --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -39,19 +39,10 @@ install: all for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done -# if test -d $(fcnfiledir)/$(script_sub_dir) ; then true ; \ -# else $(TOPDIR)/mkpath $(fcnfiledir)/$(script_sub_dir) ; fi -# for f in $(FCN_FILES_NO_DIR) ; do \ -# rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ -# $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ -# done .PHONY: install uninstall: for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done -# for f in $(FCN_FILES_NO_DIR) ; \ -# do rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ -# done .PHONY: uninstall clean: diff --git a/scripts/image/Makefile.in b/scripts/image/Makefile.in --- a/scripts/image/Makefile.in +++ b/scripts/image/Makefile.in @@ -43,10 +43,10 @@ rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ done - $(top_srcdir)/mkinstalldirs $(fcnfiledir)/imagelib + $(top_srcdir)/mkinstalldirs $(imagedir) for f in $(IMAGE_FILES_NO_DIR) ; do \ - rm -f $(fcnfiledir)/imagelib/$$f ; \ - $(INSTALL_DATA) $(srcdir)/$$f $(fcnfiledir)/imagelib/$$f ; \ + rm -f $(imagedir)/$$f ; \ + $(INSTALL_DATA) $(srcdir)/$$f $(imagedir)/$$f ; \ done $(top_srcdir)/mkinstalldirs $(archlibdir) $(INSTALL_PROGRAM) octtopnm $(archlibdir)/octtopnm @@ -57,7 +57,7 @@ do rm -f $(fcnfiledir)/$(script_sub_dir)/$$f ; \ done for f in $(IMAGE_FILES_NO_DIR) ; \ - do rm -f $(fcnfiledir)/imagelib/$$f ; \ + do rm -f $(imagedir)/$$f ; \ done rm -f $(archlibdir)/octtopnm .PHONY: uninstall