2001-10-22 20:23:42 +00:00
|
|
|
AORSRCLIST = ar8200.c ar8000.c
|
2001-06-11 00:41:28 +00:00
|
|
|
|
2000-11-01 23:25:54 +00:00
|
|
|
lib_LTLIBRARIES = libhamlib-aor.la
|
2001-06-11 00:41:28 +00:00
|
|
|
libhamlib_aor_la_SOURCES = $(AORSRCLIST) aor.c
|
2001-06-12 23:59:21 +00:00
|
|
|
libhamlib_aor_la_LDFLAGS = -no-undefined -module -avoid-version
|
2001-10-22 20:23:42 +00:00
|
|
|
libhamlib_aor_la_LIBADD = ../src/libhamlib.la
|
2001-06-11 00:41:28 +00:00
|
|
|
|
2000-11-01 23:25:54 +00:00
|
|
|
lib_LIBRARIES = libhamlib-aor.a
|
2001-06-11 00:41:28 +00:00
|
|
|
libhamlib_aor_a_SOURCES = $(AORSRCLIST) aor.c
|
|
|
|
libhamlib_aor_a_LIBADD = ../src/libhamlib.la
|
|
|
|
|
2000-11-01 23:25:54 +00:00
|
|
|
noinst_HEADERS = aor.h
|