/
UCS
/
snoopy
Обзор
Документация
Войти
/
UCS
/
snoopy
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/cli/Makefile.am
40 строк
762 B
Bostjan Skufca Jese
build: Improve cross-directory linking
17 авг 2022, 02:46
17 авг 2022, 02:46
70ae4b8
Код
Авторство
О чём код?
### Include common Makefile configuration # include $(top_srcdir)/build/Makefile.am.common ### Variables to add final targets to # noinst_LTLIBRARIES = sbin_PROGRAMS = ### Build subroutines separately, it gets linked into `snoopy-test` too # noinst_LTLIBRARIES += libsnoopy-cli-subroutines.la libsnoopy_cli_subroutines_la_SOURCES = \ cli-subroutines.c \ cli-subroutines.h ### Program-based entry points # sbin_PROGRAMS += snoopyctl snoopyctl_SOURCES = \ action-conf.c \ action-conf.h \ action-disable.c \ action-disable.h \ action-enable.c \ action-enable.h \ action-status.c \ action-status.h \ action-version.c \ action-version.h \ snoopyctl.c snoopyctl_LDADD = \ libsnoopy-cli-subroutines.la \ ../util/libsnoopy-utils.la