projects
/
platform
/
upstream
/
flac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add missing EXTRA_DIST files
[platform/upstream/flac.git]
/
src
/
share
/
utf8
/
Makefile.lite
1
#
2
# GNU makefile
3
#
4
5
topdir = ../../..
6
7
LIB_NAME = libutf8
8
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
9
10
SRCS_C = \
11
charset.c \
12
iconvert.c \
13
utf8.c
14
15
include $(topdir)/build/lib.mk
16
17
# DO NOT DELETE THIS LINE -- make depend depends on it.