Print this page
feth prototype
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libdladm/Makefile
+++ new/usr/src/lib/libdladm/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
↓ open down ↓ |
22 lines elided |
↑ open up ↑ |
23 23 # Copyright 2015, Joyent, Inc.
24 24 #
25 25 #
26 26
27 27 include $(SRC)/lib/Makefile.lib
28 28
29 29 HDRS = libdladm.h libdladm_impl.h libdllink.h libdlaggr.h \
30 30 libdlwlan.h libdlwlan_impl.h libdlvnic.h libdlvlan.h \
31 31 libdlmgmt.h libdlflow.h libdlflow_impl.h libdlstat.h \
32 32 libdlether.h libdlsim.h libdlbridge.h libdliptun.h \
33 - libdlib.h libdloverlay.h
33 + libdlib.h libdloverlay.h libdlfeth.h
34 34
35 35 HDRDIR = common
36 36
37 37 SUBDIRS = $(MACH)
38 38 $(BUILD64)SUBDIRS += $(MACH64)
39 39
40 40 POFILE = libdladm.po
41 41 MSGFILES = common/libdladm.c common/linkprop.c common/secobj.c \
42 42 common/libdllink.c common/libdlaggr.c \
43 43 common/libdlwlan.c common/libdlvnic.c \
44 44 common/libdlvlan.c common/libdlmgmt.c \
45 45 common/flowattr.c common/flowprop.c \
46 46 common/propfuncs.c common/libdlflow.c \
47 47 common/libdlstat.c common/flowattr.c \
48 48 common/libdlether.c common/libdlsim.c \
49 49 common/libdlbridge.c common/libdliptun.c\
50 - common/libdlib.c
50 + common/libdlfeth.c common/libdlib.c
51 51
52 52 XGETFLAGS = -a -x libdladm.xcl
53 53
54 54 TYPECHECK_LIB = libdladm.so.1
55 55 TYPELIST = overlay_ioc_create_t \
56 56 overlay_ioc_activate_t \
57 57 overlay_ioc_delete_t \
58 58 overlay_ioc_nprops_t \
59 59 overlay_ioc_propinfo_t \
60 60 overlay_ioc_prop_t
61 61
62 62 all := TARGET = all
63 63 clean := TARGET = clean
64 64 clobber := TARGET = clobber
65 65 install := TARGET = install
66 66 lint := TARGET = lint
67 67
68 68 .KEEP_STATE:
69 69
70 70 all clean clobber install lint: $(SUBDIRS)
71 71
72 72 install_h: $(ROOTHDRS)
73 73
74 74 check: $(CHECKHDRS) $(TYPECHECK)
75 75
76 76 $(POFILE): pofile_MSGFILES
77 77
78 78 _msg: $(MSGDOMAINPOFILE)
79 79
80 80 $(SUBDIRS): FRC
81 81 @cd $@; pwd; $(MAKE) $(TARGET)
82 82
83 83 FRC:
84 84
85 85 include $(SRC)/Makefile.msg.targ
86 86 include $(SRC)/lib/Makefile.targ
↓ open down ↓ |
26 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX