kopia lustrzana https://github.com/Hamlib/Hamlib
partly fix dependencies
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2350 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.8
rodzic
a446ff44d6
commit
24e179a397
|
@ -6,8 +6,11 @@
|
||||||
#INCLUDES = @INCLUDES@ -Dbool=char -I@PERL_INC_DIR@ @TCL_INCLUDE_SPEC@ -I$(top_srcdir)/bindings
|
#INCLUDES = @INCLUDES@ -Dbool=char -I@PERL_INC_DIR@ @TCL_INCLUDE_SPEC@ -I$(top_srcdir)/bindings
|
||||||
INCLUDES = @INCLUDES@ -I$(top_srcdir)/bindings @TCL_INCLUDE_SPEC@ @PYTHON_CPPFLAGS@
|
INCLUDES = @INCLUDES@ -I$(top_srcdir)/bindings @TCL_INCLUDE_SPEC@ @PYTHON_CPPFLAGS@
|
||||||
|
|
||||||
|
SWGFILES = hamlib.swg ignore.swg rig.swg rotator.swg
|
||||||
|
|
||||||
SWGDEP=$(top_srcdir)/include/hamlib/rig.h $(top_srcdir)/include/hamlib/riglist.h \
|
SWGDEP=$(top_srcdir)/include/hamlib/rig.h $(top_srcdir)/include/hamlib/riglist.h \
|
||||||
$(top_srcdir)/include/hamlib/rotator.h $(top_srcdir)/include/hamlib/rotlist.h
|
$(top_srcdir)/include/hamlib/rotator.h $(top_srcdir)/include/hamlib/rotlist.h \
|
||||||
|
$(SWGFILES)
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
# Perl binding
|
# Perl binding
|
||||||
|
@ -130,13 +133,7 @@ install-exec-local: @BINDING_INSTALL_EXEC@
|
||||||
uninstall-local: @BINDING_UNINSTALL@
|
uninstall-local: @BINDING_UNINSTALL@
|
||||||
|
|
||||||
|
|
||||||
rig.swg: $(top_srcdir)/include/hamlib/rig.h $(top_srcdir)/include/hamlib/riglist.h
|
EXTRA_DIST = $(SWGFILES) \
|
||||||
rotator.swg: $(top_srcdir)/include/hamlib/rotator.h $(top_srcdir)/include/hamlib/rotlist.h
|
|
||||||
|
|
||||||
hamlib.swg: ignore.swg rig.swg rotator.swg
|
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = hamlib.swg ignore.swg rig.swg rotator.swg \
|
|
||||||
Makefile.PL perltest.pl tcltest.tcl pytest.py
|
Makefile.PL perltest.pl tcltest.tcl pytest.py
|
||||||
|
|
||||||
BUILT_SOURCES = hamlibperl_wrap.c hamlibtcl_wrap.c hamlibpy_wrap.c Hamlib.py
|
BUILT_SOURCES = hamlibperl_wrap.c hamlibtcl_wrap.c hamlibpy_wrap.c Hamlib.py
|
||||||
|
|
Ładowanie…
Reference in New Issue