Split and sort the list of DIST_SUBDIRS

pull/1860/head
Daniele Forsi IU5HKX 2025-08-17 09:20:16 +02:00 zatwierdzone przez Nate Bargmann
rodzic 8f0c94dc77
commit e3d1ed00b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FB2C5130D55A8819
1 zmienionych plików z 16 dodań i 2 usunięć

Wyświetl plik

@ -33,10 +33,24 @@ SUBDIRS = macros include lib security \
## Static list of distributed directories.
DIST_SUBDIRS = \
$(AMP_BACKEND_LIST) \
$(BACKEND_LIST) \
$(RIG_BACKEND_LIST) \
$(RIG_BACKEND_OPTIONAL_LIST) \
$(ROT_BACKEND_LIST) \
$(ROT_BACKEND_OPTIONAL_LIST) \
macros include lib src c++ bindings tests doc android scripts simulators\
security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
android \
bindings \
c++ \
doc \
include \
lib \
macros \
scripts \
security \
simulators \
src \
tests
# Install any third party macros into our tree for distribution
ACLOCAL_AMFLAGS = -I macros --install