move gx to extension

This commit is contained in:
Sukchan Lee 2017-08-13 13:44:23 +09:00
parent c4f6ce6daf
commit 4156a7ee1c
12 changed files with 34 additions and 54 deletions

View File

@ -315,6 +315,7 @@ AC_CONFIG_FILES([lib/base/Makefile])
AC_CONFIG_FILES([lib/s1ap/asn1c/Makefile])
AC_CONFIG_FILES([lib/s1ap/Makefile])
AC_CONFIG_FILES([lib/nas/Makefile])
AC_CONFIG_FILES([lib/fd/extensions/dict_legacy_xml/Makefile])
AC_CONFIG_FILES([lib/fd/extensions/dict_s6a/Makefile])
AC_CONFIG_FILES([lib/fd/extensions/Makefile])
AC_CONFIG_FILES([lib/fd/gx/Makefile])

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = dict_s6a
SUBDIRS = dict_legacy_xml dict_s6a
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump

View File

@ -0,0 +1,25 @@
## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = dict_legacy_xml.la
dict_legacy_xml_la_SOURCES = \
dict_lxml.tab.y lex.dict_lxml.l dict_lxml.c dict_lxml_xml.c
AM_YFLAGS = -p dict_lxml -d
AM_LFLAGS = -p -Cem -Pdict_lxml
AM_LDFLAGS = \
-module -avoid-version -shared
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/fd/gx \
@LIBXML2_CFLAGS@
AM_CFLAGS = \
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump
EXTRA_DIST = .libs $(pkglib_LTLIBRARIES)

View File

@ -2,16 +2,8 @@
noinst_LTLIBRARIES = libfdgx.la
AM_YFLAGS = -p dict_lxml -d
AM_LFLAGS = -p -Cem -Pdict_lxml
nodist_libfdgx_la_SOURCES = \
dict_lxml.tab.y lex.dict_lxml.l dict_lxml.c dict_lxml_xml.c
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/fd/gx \
-I$(top_srcdir)/lib/fd/include \
@LIBXML2_CFLAGS@
dict_init.c
AM_CFLAGS = \
-Wall -Werror

6
lib/fd/gx/dict_init.c Normal file
View File

@ -0,0 +1,6 @@
#define TRACE_MODULE _gx_init
int gx_dict_init(void)
{
return 0;
}

View File

@ -1,41 +0,0 @@
# libfdxml.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='libfdxml.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=' -framework Security -framework CoreFoundation'
# Libraries that this one depends upon.
dependency_libs=' -lpthread -lsctp -lfdcore -lfdproto -lgnutls -L/usr/local/Cellar/mongo-c-driver/1.6.3/lib -lmongoc-1.0 -lsasl2 -lbson-1.0 -lxml2'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libfdxml.
current=
age=
revision=
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir=''

View File

@ -5,9 +5,6 @@ noinst_LTLIBRARIES = libfds6a.la
nodist_libfds6a_la_SOURCES = \
dict_init.c
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/fd/s6a
AM_CFLAGS = \
-Wall -Werror