kopia lustrzana https://github.com/Hamlib/Hamlib
Speed up icom compilation a bit when using -j switch in make by moving icom.c up the list
rodzic
3892bc41dc
commit
a518bdcaf1
|
@ -1,4 +1,4 @@
|
|||
ICOMSRC = ic706.c icr8500.c ic735.c ic775.c ic756.c \
|
||||
ICOMSRC = icom.c icom.h icom_defs.h frame.c frame.h ic706.c icr8500.c ic735.c ic775.c ic756.c \
|
||||
ic275.c ic475.c ic1275.c ic820h.c ic821h.c \
|
||||
icr7000.c ic910.c ic9100.c ic970.c ic725.c ic737.c ic718.c \
|
||||
os535.c os456.c omni.c delta2.c ic92d.c \
|
||||
|
@ -9,7 +9,7 @@ ICOMSRC = ic706.c icr8500.c ic735.c ic775.c ic756.c \
|
|||
ic707.c ic728.c ic751.c ic761.c \
|
||||
ic78.c ic7800.c ic785x.c \
|
||||
ic7000.c ic7100.c ic7200.c ic7300.c ic7600.c ic7610.c ic7700.c icf8101.c \
|
||||
icom.c icom.h icom_defs.h frame.c frame.h ic7300.h optoscan.c optoscan.h xiegu.c
|
||||
ic7300.h optoscan.c optoscan.h xiegu.c
|
||||
|
||||
noinst_LTLIBRARIES = libhamlib-icom.la
|
||||
libhamlib_icom_la_SOURCES = $(ICOMSRC)
|
||||
|
|
Ładowanie…
Reference in New Issue