1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
datarootdir = @datarootdir@
SUBDIRS = android msvc unix
library_includedir = $(includedir)/libzia
library_include_HEADERS = \
eprintf.h \
libzia.h \
libziaint.h \
regex_.h \
zglib.h \
zandroid.h \
zasyncdns.h \
zavgfilter.h \
zbat.h \
zbfd.h \
zbinbuf.h \
zbus.h \
zcall.h \
zchart.h \
zclip.h \
zcor.h \
zdebug.h \
zdht11.h \
zdir.h \
zdump.h \
zerror.h \
zfhs.h \
zfile.h \
zfiledlg.h \
zftdi.h \
zgetopt.h \
zghash.h \
zgpio.h \
zgptrarray.h \
zhash.h \
zhdkeyb.h \
zhttp.h \
zhttpd.h \
zi2c.h \
zia.h \
ziconv.h \
zifaces.h \
zinput.h \
zjson.h \
zloc.h \
zlist.h \
zmd5.h \
zmisc.h \
zmsgbox.h \
zpath.h \
zpng.h \
zptrarray.h \
zrc.h \
zsha1.h \
zsdl.h \
zselect.h \
zserial.h \
zspidev.h \
zspigpio.h \
zssd1306.h \
zsvnversion.h \
zsock.h \
zstr.h \
zsun.h \
zthread.h \
ztime.h \
zver.h
EXTRA_DIST = regex_internal.h
CLEANFILES = zsvnversion.tmp
|