mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Move build infrastructure files to build-aux/.
This commit is contained in:
@@ -64,7 +64,7 @@ SOURCE_FILES = \
|
||||
configure.ac aclocal.m4 Makefile.in Makefile.msvc Makefile.vms \
|
||||
Makefile.devel ChangeLog
|
||||
# List of distributed files imported from other packages.
|
||||
IMPORTED_FILES = COPYING INSTALL install-sh mkinstalldirs
|
||||
IMPORTED_FILES = COPYING INSTALL build-aux/install-sh build-aux/mkinstalldirs
|
||||
# List of distributed files generated by autotools or Makefile.devel.
|
||||
GENERATED_FILES = configure
|
||||
# List of distributed files generated by "make".
|
||||
@@ -75,6 +75,8 @@ DISTFILES = $(SOURCE_FILES) $(IMPORTED_FILES) $(GENERATED_FILES) $(DISTRIBUTED_B
|
||||
distdir : $(DISTFILES)
|
||||
for file in $(DISTFILES); do \
|
||||
if test -f $$file; then dir='.'; else dir='$(srcdir)'; fi; \
|
||||
destdir=`echo '$(distdir)'/$$file | sed -e 's|//*[^/]*$$||'`; \
|
||||
test -d "$$destdir" || mkdir "$$destdir"; \
|
||||
cp -p $$dir/$$file '$(distdir)'/$$file || exit 1; \
|
||||
done
|
||||
subdir=@subdir@; test -d '$(distdir)'/$$subdir || mkdir '$(distdir)'/$$subdir; cd $$subdir; $(MAKE) distdir distdir='$(distdir)'/$$subdir
|
||||
|
||||
Reference in New Issue
Block a user