kopia lustrzana https://github.com/Hamlib/Hamlib
regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@712 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
b9c98f5460
commit
4d3ed96873
|
@ -114,9 +114,10 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
||||||
install-exec-recursive installdirs-recursive install-recursive \
|
install-exec-recursive installdirs-recursive install-recursive \
|
||||||
uninstall-recursive check-recursive installcheck-recursive
|
uninstall-recursive check-recursive installcheck-recursive
|
||||||
DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \
|
DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \
|
||||||
Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 \
|
Makefile.am Makefile.in NEWS THANKS TODO acinclude.m4 \
|
||||||
config.guess config.sub configure configure.ac depcomp \
|
aclocal.m4 config.guess config.sub configure configure.ac \
|
||||||
hamlib.spec.in install-sh ltmain.sh missing mkinstalldirs
|
depcomp hamlib.spec.in install-sh ltmain.sh missing \
|
||||||
|
mkinstalldirs
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
|
@ -143,7 +144,7 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||||
cd $(srcdir) && $(AUTOCONF)
|
cd $(srcdir) && $(AUTOCONF)
|
||||||
|
|
||||||
$(ACLOCAL_M4): configure.ac
|
$(ACLOCAL_M4): configure.ac acinclude.m4
|
||||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||||
hamlib.spec: $(top_builddir)/config.status hamlib.spec.in
|
hamlib.spec: $(top_builddir)/config.status hamlib.spec.in
|
||||||
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
|
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
|
||||||
|
|
Ładowanie…
Reference in New Issue