/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/libev/Makefile.am
31 строка
1 KB
Cropi
libev: suppress unused-value warnings from assert macros
30 июн 2025, 16:16
30 июн 2025, 16:16
8242244
Код
Авторство
О чём код?
# Makefile.am-- # Copyright 2008,2011-12 Red Hat Inc. # All Rights Reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to the # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor # Boston, MA 02110-1335, USA. # # Authors: # Steve Grubb <sgrubb@redhat.com> # VERSION_INFO = 4:0:0 EXTRA_DIST = README ev_epoll.c ev_poll.c ev_select.c ev_linuxaio.c libev.m4 AM_CFLAGS = -fPIC -DPIC -g -fno-strict-aliasing -Wno-unused-value ${DEBUG} noinst_HEADERS = ev.h ev_vars.h ev_wrap.h event.h noinst_LTLIBRARIES = libev.la libev_la_SOURCES = ev.c event.c libev_la_LDFLAGS = -no-undefined -static