forked from open-switch/opx-nas-l2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
26 lines (18 loc) · 985 Bytes
/
Makefile.am
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
ACLOCAL_AMFLAGS=-I m4
SUBDIRS = inc
bin_SCRIPTS = scripts/bin/*
pyutilsdir=$(libdir)/opx
pyutils_SCRIPTS = scripts/lib/python/*.py
lib_LTLIBRARIES=libopx_nas_l2.la
libopx_nas_l2_la_SOURCES=src/stg/nas_stg_cps.cpp \
src/stg/nas_stg_api.cpp src/nas_l2.cpp \
src/sflow/nas_sflow_cps.cpp src/sflow/nas_sflow_api.cpp \
src/mirror/nas_mirror_api.cpp src/mirror/nas_mirror_cps.cpp \
src/mac/nas_mac_api.cpp src/mac/nas_mac_cps.cpp \
src/mac/nas_mac_request_handler.cpp src/mac/nas_mac_events.cpp \
src/switch/nas_switch_cps.cpp src/switch/nas_switch_mac.cpp \
src/switch/nas_switch_log.cpp src/switch/nas_hash_cps.cpp
libopx_nas_l2_la_CPPFLAGS= -D_FILE_OFFSET_BITS=64 -I$(top_srcdir)/inc/opx -I$(includedir)/opx
libopx_nas_l2_la_CXXFLAGS=-std=c++11
libopx_nas_l2_la_LDFLAGS=-shared -version-info 1:1:0
libopx_nas_l2_la_LIBADD=-lopx_nas_linux -lopx_common -lopx_nas_common -lopx_nas_ndi -lopx_cps_api_common -lopx_logging