kopia lustrzana https://github.com/Hamlib/Hamlib
regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1010 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
5bcffa6150
commit
4e626c9996
|
@ -105,16 +105,15 @@ cf_with_perl = @cf_with_perl@
|
||||||
hamlibdocdir = @hamlibdocdir@
|
hamlibdocdir = @hamlibdocdir@
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
|
|
||||||
EXTRA_DIST = Hamlib/Changes Hamlib/MANIFEST Hamlib/README \
|
EXTRA_DIST = Changes MANIFEST README Hamlib.pm Hamlib.xs Makefile.PL \
|
||||||
Hamlib/Hamlib.pm Hamlib/Hamlib.xs Hamlib/Makefile.PL \
|
test.pl typemap
|
||||||
Hamlib/test.pl Hamlib/typemap
|
|
||||||
|
|
||||||
subdir = perl
|
subdir = perl
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
DIST_COMMON = README Makefile.am Makefile.in
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
@ -145,7 +144,6 @@ top_distdir = ..
|
||||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
$(mkinstalldirs) $(distdir)/Hamlib
|
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
@ -234,28 +232,29 @@ uninstall-am: uninstall-info-am
|
||||||
mostlyclean-libtool uninstall uninstall-am uninstall-info-am
|
mostlyclean-libtool uninstall uninstall-am uninstall-info-am
|
||||||
|
|
||||||
|
|
||||||
Hamlib/Makefile: $(top_srcdir)/perl/Hamlib/Makefile.PL
|
Hamlib-pl.mk: $(top_srcdir)/perl/Makefile.PL
|
||||||
mkdir -p Hamlib
|
cp -u $(top_srcdir)/perl/{Changes,MANIFEST,README,Hamlib.pm,Hamlib.xs,Makefile.PL,test.pl,typemap} . 2> /dev/null || exit 0
|
||||||
cp -u $(top_srcdir)/perl/Hamlib/{Changes,MANIFEST,README,Hamlib.pm,Hamlib.xs,Makefile.PL,test.pl,typemap} Hamlib/. 2> /dev/null || exit 0
|
perl Makefile.PL MAKEFILE=Hamlib-pl.mk INST_MAN3DIR=$(mandir) \
|
||||||
cd Hamlib && perl Makefile.PL
|
LIB=$(libdir) CCFLAGS=$(CFLAGS) INC="$(INCLUDES)" \
|
||||||
|
LIBS="-L$(top_builddir)/src/.libs -lhamlib"
|
||||||
|
|
||||||
all: Hamlib/Makefile
|
all: Hamlib-pl.mk
|
||||||
make -C Hamlib
|
make -f Hamlib-pl.mk
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
make -C Hamlib test
|
make -f Hamlib-pl.mk test
|
||||||
|
|
||||||
clean: Hamlib/Makefile
|
clean: Hamlib-pl.mk
|
||||||
make -C Hamlib clean
|
make -f Hamlib-pl.mk clean
|
||||||
|
|
||||||
distclean: Hamlib/Makefile
|
distclean: Hamlib-pl.mk
|
||||||
make -C Hamlib distclean
|
make -f Hamlib-pl.mk distclean
|
||||||
|
|
||||||
distcheck: Hamlib/Makefile
|
distcheck: Hamlib-pl.mk
|
||||||
make -C Hamlib distcheck
|
make -f Hamlib-pl.mk distcheck
|
||||||
|
|
||||||
install: Hamlib/Makefile
|
install: Hamlib-pl.mk
|
||||||
make -C Hamlib install
|
make -f Hamlib-pl.mk install
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
|
@ -110,7 +110,7 @@ libhamlib_yaesu_la_SOURCES = $(YAESUSRC) yaesu.c
|
||||||
libhamlib_yaesu_la_LDFLAGS = -no-undefined -module -version-info 0:0:0
|
libhamlib_yaesu_la_LDFLAGS = -no-undefined -module -version-info 0:0:0
|
||||||
libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la
|
libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la
|
||||||
|
|
||||||
noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h yaesu.h
|
noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h yaesu.h yaesu_tones.h
|
||||||
subdir = yaesu
|
subdir = yaesu
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||||||
|
|
Ładowanie…
Reference in New Issue