Hamlib/aor/Makefile.am
Stéphane Fillod, F8CFE dc63f18a07 added AR8000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@698 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-22 20:23:42 +00:00

13 lines
372 B
Makefile

AORSRCLIST = ar8200.c ar8000.c
lib_LTLIBRARIES = libhamlib-aor.la
libhamlib_aor_la_SOURCES = $(AORSRCLIST) aor.c
libhamlib_aor_la_LDFLAGS = -no-undefined -module -avoid-version
libhamlib_aor_la_LIBADD = ../src/libhamlib.la
lib_LIBRARIES = libhamlib-aor.a
libhamlib_aor_a_SOURCES = $(AORSRCLIST) aor.c
libhamlib_aor_a_LIBADD = ../src/libhamlib.la
noinst_HEADERS = aor.h