Hamlib/yaesu/Makefile.am
Stéphane Fillod, F8CFE 897e3582e4 misc dep update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@699 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-22 20:33:11 +00:00

13 lines
400 B
Makefile

YAESUSRC = ft747.c ft847.c
lib_LTLIBRARIES = libhamlib-yaesu.la
libhamlib_yaesu_la_SOURCES = yaesu.c $(YAESUSRC)
libhamlib_yaesu_la_LDFLAGS = -no-undefined -module -avoid-version
libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la
lib_LIBRARIES = libhamlib-yaesu.a
libhamlib_yaesu_a_SOURCES = yaesu.c $(YAESUSRC)
libhamlib_yaesu_a_LIBADD = ../src/libhamlib.la
noinst_HEADERS = ft747.h ft847.h yaesu.h