kopia lustrzana https://github.com/Hamlib/Hamlib
regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@967 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
18729f54ea
commit
caefb39aaa
|
@ -99,17 +99,18 @@ TCL_SRC_DIR = @TCL_SRC_DIR@
|
|||
VERSION = @VERSION@
|
||||
am__include = @am__include@
|
||||
am__quote = @am__quote@
|
||||
cf_with_perl = @cf_with_perl@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
install_sh = @install_sh@
|
||||
|
||||
YAESUSRC = ft747.c ft817.c ft847.c
|
||||
YAESUSRC = ft747.c ft817.c ft847.c ft100.c
|
||||
|
||||
lib_LTLIBRARIES = libhamlib-yaesu.la
|
||||
libhamlib_yaesu_la_SOURCES = $(YAESUSRC) yaesu.c
|
||||
libhamlib_yaesu_la_LDFLAGS = -no-undefined -module -version-info 0:0:0
|
||||
libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
noinst_HEADERS = ft747.h ft817.h ft847.h yaesu.h
|
||||
noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h yaesu.h
|
||||
subdir = yaesu
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||||
|
@ -117,7 +118,8 @@ CONFIG_CLEAN_FILES =
|
|||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_yaesu_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
am_libhamlib_yaesu_la_OBJECTS = ft747.lo ft817.lo ft847.lo yaesu.lo
|
||||
am_libhamlib_yaesu_la_OBJECTS = ft747.lo ft817.lo ft847.lo ft100.lo \
|
||||
yaesu.lo
|
||||
libhamlib_yaesu_la_OBJECTS = $(am_libhamlib_yaesu_la_OBJECTS)
|
||||
|
||||
DEFS = @DEFS@
|
||||
|
@ -126,8 +128,9 @@ CPPFLAGS = @CPPFLAGS@
|
|||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ft747.Plo $(DEPDIR)/ft817.Plo \
|
||||
@AMDEP_TRUE@ $(DEPDIR)/ft847.Plo $(DEPDIR)/yaesu.Plo
|
||||
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ft100.Plo $(DEPDIR)/ft747.Plo \
|
||||
@AMDEP_TRUE@ $(DEPDIR)/ft817.Plo $(DEPDIR)/ft847.Plo \
|
||||
@AMDEP_TRUE@ $(DEPDIR)/yaesu.Plo
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
|
||||
|
@ -190,6 +193,7 @@ mostlyclean-compile:
|
|||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ft100.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ft747.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ft817.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ft847.Plo@am__quote@
|
||||
|
|
Ładowanie…
Reference in New Issue