Skip to content

Commit

Permalink
install headers necessary for FSM and codegen usage of libragel
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Thurston committed Apr 29, 2016
1 parent 4142a18 commit a42c5bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

SUBDIRS = src doc
DIST_SUBDIRS = $(SUBDIRS) aapl
SUBDIRS = src doc aapl
DIST_SUBDIRS = $(SUBDIRS)

dist_doc_DATA = CREDITS ChangeLog
EXTRA_DIST = ragel.vim
Expand Down
2 changes: 1 addition & 1 deletion aapl/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
noinst_HEADERS = \
include_HEADERS = \
avlbasic.h avlimel.h avlmap.h bstcommon.h compare.h insertsort.h \
sbstset.h avlcommon.h avlimelkey.h avlmel.h bstmap.h dlcommon.h \
mergesort.h sbsttable.h avlibasic.h avliset.h avlmelkey.h bstset.h \
Expand Down
9 changes: 6 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ bin_PROGRAMS = ragel
# construction code and the backend code generators.
lib_LIBRARIES = libragel.a libfsm.a

include_HEADERS = libragel.h
include_HEADERS = \
libragel.h action.h fsmgraph.h ragel.h common.h \
gendata.h redfsm.h

nodist_include_HEADERS = config.h

ragel_CPPFLAGS = -I$(top_srcdir)/aapl -DBINDIR='"@bindir@"'

BACKEND_SRC = \
buffer.h redfsm.h action.h common.h fsmgraph.h gendata.h ragel.h \
codegen.h binary.h bingoto.h binloopgoto.h binexpgoto.h binvar.h \
buffer.h codegen.h binary.h bingoto.h binloopgoto.h binexpgoto.h binvar.h \
binloopvar.h binexpvar.h flat.h flatloopgoto.h flatexpgoto.h flatvar.h \
flatloopvar.h flatexpvar.h goto.h switchloopgoto.h switchexpgoto.h \
ipgoto.h xml.h dot.h asm.h \
Expand Down

0 comments on commit a42c5bc

Please sign in to comment.