git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@910 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-01-24 23:37:47 +00:00
rodzic f549764fad
commit 25540595d6
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -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@