From 25540595d6fef612c05021d505bf3edd393de4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Thu, 24 Jan 2002 23:37:47 +0000 Subject: [PATCH] regenerated git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@910 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kenwood/Makefile.in b/kenwood/Makefile.in index 4c12fd986..6d782ca88 100644 --- a/kenwood/Makefile.in +++ b/kenwood/Makefile.in @@ -63,6 +63,7 @@ AWK = @AWK@ BACKENDEPS = @BACKENDEPS@ BACKENDLNK = @BACKENDLNK@ BACKEND_LIST = @BACKEND_LIST@ +BINDING_LIST = @BINDING_LIST@ CC = @CC@ CPP = @CPP@ CXX = @CXX@ @@ -98,7 +99,7 @@ hamlibdocdir = @hamlibdocdir@ install_sh = @install_sh@ TSSRCLIST = ts870s.c ts570.c ts450s.c ts2000.c ts950.c ts50s.c \ - thd7.c thf7.c + ts790.c thd7.c thf7.c lib_LTLIBRARIES = libhamlib-kenwood.la @@ -115,7 +116,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES) libhamlib_kenwood_la_DEPENDENCIES = ../src/libhamlib.la am_libhamlib_kenwood_la_OBJECTS = ts870s.lo ts570.lo ts450s.lo ts2000.lo \ - ts950.lo ts50s.lo thd7.lo thf7.lo kenwood.lo th.lo + ts950.lo ts50s.lo ts790.lo thd7.lo thf7.lo kenwood.lo th.lo libhamlib_kenwood_la_OBJECTS = $(am_libhamlib_kenwood_la_OBJECTS) DEFS = @DEFS@ @@ -128,7 +129,8 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp @AMDEP_TRUE@ $(DEPDIR)/thd7.Plo $(DEPDIR)/thf7.Plo \ @AMDEP_TRUE@ $(DEPDIR)/ts2000.Plo $(DEPDIR)/ts450s.Plo \ @AMDEP_TRUE@ $(DEPDIR)/ts50s.Plo $(DEPDIR)/ts570.Plo \ -@AMDEP_TRUE@ $(DEPDIR)/ts870s.Plo $(DEPDIR)/ts950.Plo +@AMDEP_TRUE@ $(DEPDIR)/ts790.Plo $(DEPDIR)/ts870s.Plo \ +@AMDEP_TRUE@ $(DEPDIR)/ts950.Plo COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ @@ -199,6 +201,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts450s.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts50s.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts570.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts790.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts870s.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts950.Plo@am__quote@