File: Makefile.am

package info (click to toggle)
netlabel-tools 0.30.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 556 kB
  • sloc: ansic: 4,343; sh: 464; makefile: 86
file content (32 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# NetLabel Library Makefile
#
# Author: Paul Moore <paul@paul-moore.com>
#

#
# This program is free software: you can redistribute it and/or modify
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
#
# 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.  If not, see <http://www.gnu.org/licenses/>.
#

SOURCES = \
	netlabel_comm.c netlabel_init.c netlabel_msg.c netlabel_internal.h \
	mod_calipso.h mod_calipso.c \
	mod_cipso.h mod_cipso.c \
	mod_mgmt.h mod_mgmt.c \
	mod_unlabeled.h mod_unlabeled.c

noinst_LIBRARIES = libnetlabel.a

libnetlabel_a_SOURCES = ${SOURCES}
libnetlabel_a_CPPFLAGS = ${AM_CPPFLAGS} -I$(topdir)/include
libnetlabel_a_CFLAGS = ${AM_CFLAGS} ${CFLAGS} -fPIC -DPIC