kopia lustrzana https://github.com/Hamlib/Hamlib
19 wiersze
865 B
Makefile
19 wiersze
865 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
## Yeasu radios that use the legacy CAT commands
|
|
YAESUSRC = ft100.c ft100.h ft747.c ft747.h ft817.c ft817.h ft847.c ft847.h \
|
|
ft890.c ft890.h ft900.c ft900.h ft920.c ft920.h ft1000mp.c ft1000mp.h \
|
|
ft857.c ft857.h ft897.c ft897.h ft990.c ft990.h frg8800.c ft757gx.c \
|
|
ft757gx.h ft736.c frg100.c frg100.h frg9600.c ft1000d.c ft1000d.h \
|
|
vr5000.c ft767gx.c ft767gx.h ft840.c ft840.h ft980.c vx1700.c vx1700.h
|
|
|
|
## Yaesu radios that use the new Kenwood style CAT commands
|
|
NEWCATSRC = newcat.c newcat.h ft450.c ft450.h ft950.c ft950.h ft991.c ft991.h \
|
|
ft2000.c ft2000.h ft9000.c ft9000.h ft5000.c ft5000.h ft1200.c ft1200.h \
|
|
ft891.c ft891.h
|
|
|
|
noinst_LTLIBRARIES = libhamlib-yaesu.la
|
|
libhamlib_yaesu_la_SOURCES = $(YAESUSRC) $(NEWCATSRC) yaesu.c yaesu.h
|
|
|
|
EXTRA_DIST = README.ft890 README.ft920 Android.mk
|