mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
18 lines
268 B
Makefile
18 lines
268 B
Makefile
#
|
|
# GNU makefile
|
|
#
|
|
|
|
topdir = ../../..
|
|
|
|
LIB_NAME = libutf8
|
|
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
|
|
|
|
SRCS_C = \
|
|
charset.c \
|
|
iconvert.c \
|
|
utf8.c
|
|
|
|
include $(topdir)/build/lib.mk
|
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|