kopia lustrzana https://github.com/Hamlib/Hamlib
12 wiersze
351 B
Makefile
12 wiersze
351 B
Makefile
RACALSRCLIST = ra6790.c ra3702.c
|
|
|
|
pkglib_LTLIBRARIES = hamlib-racal.la
|
|
hamlib_racal_la_SOURCES = $(RACALSRCLIST) racal.c ra37xx.c
|
|
hamlib_racal_la_LDFLAGS = -no-undefined -module -avoid-version
|
|
hamlib_racal_la_LIBADD = $(top_builddir)/src/libhamlib.la \
|
|
$(top_builddir)/lib/libmisc.la
|
|
|
|
noinst_HEADERS = racal.h ra37xx.h
|
|
|
|
EXTRA_DIST = Android.mk
|