summaryrefslogtreecommitdiffstats
path: root/src/third-party/base64/lib/Makefile.am
blob: 7058b4bbfcfaa43d8c3f29bbee21ce05e02a9e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
noinst_HEADERS = \
    ../include/libbase64.h \
    arch/generic/32/enc_loop.c \
    arch/generic/32/dec_loop.c \
    arch/generic/enc_tail.c \
    arch/generic/dec_tail.c \
    arch/generic/64/enc_loop.c \
    arch/generic/enc_head.c \
    arch/generic/dec_head.c \
    tables/tables.h \
    tables/table_dec_32bit.h \
    tables/table_enc_12bit.h \
    codecs.h \
    config.h \
    env.h

noinst_LIBRARIES = libbase64.a

libbase64_a_SOURCES = \
    lib.c \
    arch/generic/codec.c \
    tables/tables.c