File: Makefile.am

package info (click to toggle)
yuma123 2.14-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,436 kB
  • sloc: ansic: 185,144; cpp: 10,968; python: 7,990; sh: 2,676; makefile: 1,175; xml: 807; exp: 776; perl: 70
file content (16 lines) | stat: -rwxr-xr-x 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
netconfmodule_LTLIBRARIES = libyangcli-to-rpc.la

libyangcli_to_rpc_la_SOURCES = \
yangcli-to-rpc.c

if STANDALONE
  # Standalone mode. Depends on installed libyuma-dev
  libyangcli_to_rpc_la_CPPFLAGS = -I${includedir}/yuma/agt -I${includedir}/yuma/ncx -I${includedir}/yuma/platform
  libyangcli_to_rpc_la_LDFLAGS = -module -lyumaagt -lyumancx
else
  # Integrated yuma123 build
  libyangcli_to_rpc_la_CPPFLAGS = -I $(top_srcdir)/netconf/src/ -I$(top_srcdir)/netconf/src/agt -I$(top_srcdir)/netconf/src/ncx -I$(top_srcdir)/netconf/src/platform
  libyangcli_to_rpc_la_LDFLAGS = -module $(top_builddir)/netconf/src/agt/libyumaagt.la $(top_builddir)/netconf/src/ncx/libyumancx.la
endif

dist_yuma123_yang_DATA = yuma123-yangcli-to-rpc.yang