/
githubmirror
/
procps
Обзор
Документация
Войти
/
githubmirror
/
procps
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.3.10
lib/Makefile.am
9 строк
270 B
Craig Small
Manpage translations in Makefiles
28 июн 2014, 17:38
28 июн 2014, 17:38
0f8f760
Код
Авторство
О чём код?
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include AM_CPPFLAGS += -DTEST_PROGRAM noinst_PROGRAMS = test_strutils test_fileutils test_nsutils test_strutils_SOURCES = strutils.c test_fileutils_SOURCES = fileutils.c test_nsutils_SOURCES = nsutils.c