git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@838 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-01-03 21:43:26 +00:00
rodzic dc2312df09
commit 8f0db20763
1 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -94,7 +94,9 @@ am__quote = @am__quote@
hamlibdocdir = @hamlibdocdir@
install_sh = @install_sh@
TSSRCLIST = ts870s.c ts570.c ts450s.c ts2000.c thd7.c thf7.c
TSSRCLIST = ts870s.c ts570.c ts450s.c ts2000.c ts950.c ts50s.c \
thd7.c thf7.c
lib_LTLIBRARIES = libhamlib-kenwood.la
libhamlib_kenwood_la_SOURCES = $(TSSRCLIST) kenwood.c th.c
@ -110,7 +112,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
libhamlib_kenwood_la_DEPENDENCIES = ../src/libhamlib.la
am_libhamlib_kenwood_la_OBJECTS = ts870s.lo ts570.lo ts450s.lo ts2000.lo \
thd7.lo thf7.lo kenwood.lo th.lo
ts950.lo ts50s.lo thd7.lo thf7.lo kenwood.lo th.lo
libhamlib_kenwood_la_OBJECTS = $(am_libhamlib_kenwood_la_OBJECTS)
DEFS = @DEFS@
@ -122,7 +124,8 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/kenwood.Plo $(DEPDIR)/th.Plo \
@AMDEP_TRUE@ $(DEPDIR)/thd7.Plo $(DEPDIR)/thf7.Plo \
@AMDEP_TRUE@ $(DEPDIR)/ts2000.Plo $(DEPDIR)/ts450s.Plo \
@AMDEP_TRUE@ $(DEPDIR)/ts570.Plo $(DEPDIR)/ts870s.Plo
@AMDEP_TRUE@ $(DEPDIR)/ts50s.Plo $(DEPDIR)/ts570.Plo \
@AMDEP_TRUE@ $(DEPDIR)/ts870s.Plo $(DEPDIR)/ts950.Plo
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
@ -191,8 +194,10 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/thf7.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts2000.Plo@am__quote@
@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)/ts870s.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ts950.Plo@am__quote@
distclean-depend:
-rm -rf $(DEPDIR)