File: automake.mk

package info (click to toggle)
openvswitch 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 97,848 kB
  • sloc: sh: 1,643,930; ansic: 313,386; python: 27,939; xml: 21,526; makefile: 546; javascript: 191
file content (21 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2016 Nicira, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without warranty of any kind.

EXTRA_DIST += \
        selinux/openvswitch-custom.fc.in \
        selinux/openvswitch-custom.te.in

PHONY: selinux-policy

selinux-policy: selinux/openvswitch-custom.te selinux/openvswitch-custom.fc
	$(MAKE) -C selinux/ -f /usr/share/selinux/devel/Makefile

CLEANFILES += \
	selinux/openvswitch-custom.te \
	selinux/openvswitch-custom.pp \
	selinux/openvswitch-custom.fc \
	selinux/openvswitch-custom.if