update it

This commit is contained in:
Sukchan Lee 2017-02-05 22:36:19 +09:00
parent f92538f7d8
commit b6ec39d281
3 changed files with 9 additions and 3 deletions

View File

@ -17,7 +17,13 @@ user@host Documents/~/git/AuthenticEshkinKot$ \
autoreconf -iv;./configure;make
* ASN.1 encoder/decoder
[Option1] WITH skeletons
user@host ~/Documents/git/cellwire/lib/asn/src/asn1c$ \
../../../../../AuthenticEshkinKot/asn1c/asn1c \
-fcompound-names -gen-PER ../support/S1AP-PDU.asn
-fcompound-names -gen-PER ../../support/S1AP-PDU.asn
[Option2] WITHOUT skeletons
user@host ~/Documents/git/cellwire/lib/asn/src/asn1c$ \
../../../../../AuthenticEshkinKot/asn1c/asn1c \
-fcompound-names -gen-PER -S ./ ../../support/S1AP-PDU.asn

View File

@ -23,7 +23,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/lib/asn/src/asn1c
AM_CFLAGS = \
-Wall -Werror -Wno-incompatible-pointer-types
-Wall -Werror
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = *.stackdump

View File

@ -815,7 +815,7 @@ AM_CFLAGS = \
-Wall -Werror -Wno-parentheses-equality
MAINTAINERCLEANFILES = Makefile.in
MOSTLYCLEANFILES = core *.stackdump
MOSTLYCLEANFILES = core *.stackdump Makefile.am.sample converter-sample.c
EXTRA_DIST = .libs $(noinst_LTLIBRARIES)