kopia lustrzana https://github.com/Hamlib/Hamlib
9 wiersze
247 B
Makefile
9 wiersze
247 B
Makefile
|
TAPRSRCLIST = dsp10.c
|
||
|
|
||
|
lib_LTLIBRARIES = hamlib-tapr.la
|
||
|
hamlib_tapr_la_SOURCES = $(TAPRSRCLIST) tapr.c
|
||
|
hamlib_tapr_la_LDFLAGS = -no-undefined -module -avoid-version
|
||
|
hamlib_tapr_la_LIBADD = $(top_builddir)/src/libhamlib.la
|
||
|
|
||
|
noinst_HEADERS = tapr.h
|