]> jfr.im git - irc/evilnet/x3.git/blame - rx/Makefile.am
Rewrote PHP X3 DB parser function sample code as a class and faster code
[irc/evilnet/x3.git] / rx / Makefile.am
CommitLineData
d76ed9a9 1# this is "dirty" code -- please don't compile with -Wall :)
2AM_CFLAGS = -W
3noinst_LIBRARIES = librx.a
4
5librx_a_SOURCES = \
6 hashrexp.c \
7 _rx.h rx.c rx.h \
8 rxanal.c rxanal.h \
9 rxbasic.c rxbasic.h \
10 rxbitset.c rxbitset.h \
11 rxcontext.h \
12 rxcset.c rxcset.h \
13 rxgnucomp.c rxgnucomp.h \
14 rxhash.c rxhash.h \
15 rxnfa.c rxnfa.h \
16 rxnode.c rxnode.h \
17 rxposix.c inst-rxposix.h rxposix.h \
18 rxproto.h \
19 rxsimp.c rxsimp.h \
20 rxspencer.c rxspencer.h \
21 rxstr.c rxstr.h \
22 rxsuper.c rxsuper.h \
23 rxunfa.c rxunfa.h \
24 rxall.h