mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Deprecate the use of the INCLUDES variable in favor of the AM_CPPFLAGS variable per Automake warnings and documentation.
7 lines
250 B
Makefile
7 lines
250 B
Makefile
EXTRA_DIST = hamlib.cfg index.doxygen hamlib.css footer.html
|
|
|
|
SRCDOCLST = ../src/rig.c ../src/rotator.c ../src/tones.c ../src/locator.c \
|
|
../src/event.c ../src/conf.c ../src/mem.c ../src/settings.c
|
|
|
|
doc: hamlib.cfg $(SRCDOCLST)
|
|
doxygen hamlib.cfg
|