From 7d8f19efa80dd602dbf52dec3516da48309df623 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sun, 3 May 2026 18:48:19 +0200 Subject: [PATCH] Sort list of makefiles So it's easier to see what is missing. --- configure.ac | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/configure.ac b/configure.ac index f4b1d107f..7ea9043c8 100644 --- a/configure.ac +++ b/configure.ac @@ -886,42 +886,20 @@ AC_SUBST([AM_CXXFLAGS]) AC_CONFIG_FILES([Makefile -macros/Makefile +amplifiers/elecraft/Makefile +amplifiers/expert/Makefile +amplifiers/gemini/Makefile +android/Makefile +bindings/Makefile +c++/Makefile +doc/hamlib.cfg +doc/Makefile include/Makefile lib/Makefile -src/Makefile -security/Makefile -c++/Makefile -bindings/Makefile -doc/Makefile -doc/hamlib.cfg -rotators/amsat/Makefile -rotators/apex/Makefile -rotators/ars/Makefile -rotators/celestron/Makefile -rotators/cnctrk/Makefile -rotators/grbltrk/Makefile -rotators/easycomm/Makefile -rotators/ether6/Makefile -rotators/flir/Makefile -rotators/fodtrack/Makefile -rotators/gs232a/Makefile -rotators/heathkit/Makefile -rotators/ioptron/Makefile -rotators/m2/Makefile -rotators/meade/Makefile -rotators/prosistel/Makefile -rotators/rotorez/Makefile -rotators/sartek/Makefile -rotators/saebrtrack/Makefile -rotators/spid/Makefile -rotators/ts7400/Makefile -rotators/indi/Makefile -rotators/satel/Makefile -rotators/skywatcher/Makefile -rotators/radant/Makefile +macros/Makefile rigs/adat/Makefile rigs/alinco/Makefile +rigs/anytone/Makefile rigs/aor/Makefile rigs/barrett/Makefile rigs/codan/Makefile @@ -931,6 +909,8 @@ rigs/drake/Makefile rigs/dummy/Makefile rigs/elad/Makefile rigs/flexradio/Makefile +rigs/gomspace/Makefile +rigs/guohetec/Makefile rigs/harris/Makefile rigs/icmarine/Makefile rigs/icom/Makefile @@ -939,6 +919,8 @@ rigs/kachina/Makefile rigs/kenwood/Makefile rigs/kit/Makefile rigs/lowe/Makefile +rigs/mds/Makefile +rigs/motorola/Makefile rigs/pcr/Makefile rigs/prm80/Makefile rigs/racal/Makefile @@ -953,18 +935,36 @@ rigs/uniden/Makefile rigs/winradio/Makefile rigs/wj/Makefile rigs/yaesu/Makefile -rigs/guohetec/Makefile -rigs/gomspace/Makefile -rigs/mds/Makefile -rigs/anytone/Makefile -rigs/motorola/Makefile -tests/Makefile +rotators/amsat/Makefile +rotators/apex/Makefile +rotators/ars/Makefile +rotators/celestron/Makefile +rotators/cnctrk/Makefile +rotators/easycomm/Makefile +rotators/ether6/Makefile +rotators/flir/Makefile +rotators/fodtrack/Makefile +rotators/grbltrk/Makefile +rotators/gs232a/Makefile +rotators/heathkit/Makefile +rotators/indi/Makefile +rotators/ioptron/Makefile +rotators/m2/Makefile +rotators/meade/Makefile +rotators/prosistel/Makefile +rotators/radant/Makefile +rotators/rotorez/Makefile +rotators/saebrtrack/Makefile +rotators/sartek/Makefile +rotators/satel/Makefile +rotators/skywatcher/Makefile +rotators/spid/Makefile +rotators/ts7400/Makefile scripts/Makefile -android/Makefile -amplifiers/elecraft/Makefile -amplifiers/gemini/Makefile -amplifiers/expert/Makefile +security/Makefile simulators/Makefile +src/Makefile +tests/Makefile hamlib.pc ])