X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=4389e53901310e3fd0ca6836397e0ea7b721f68b;hb=70ee6fc793ec8e828067a3569849b6c216054497;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=com%2Fasn1c.git diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..4389e53 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,18 @@ + +ACLOCAL_AMFLAGS = -I m4 + +@CODE_COVERAGE_RULES@ +CODE_COVERAGE_IGNORE_PATTERN="tests/*" "lex.yy.c" "y.tab.c" "asn1p_l.l" "asn1p_y.y" + +SUBDIRS = \ + libasn1common libasn1parser \ + libasn1fix libasn1print \ + libasn1compiler \ + asn1c skeletons tests \ + examples doc + +docsdir = $(datadir)/doc/asn1c + +docs_DATA = README.md INSTALL.md REQUIREMENTS.md FAQ ChangeLog BUGS + +EXTRA_DIST = README.md INSTALL.md REQUIREMENTS.md FAQ LICENSE BUGS