src/flac/encode.c : Use flac_snprintf instead of sprintf.
[platform/upstream/flac.git] / src / share / getopt / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../../..
6
7 LIB_NAME = libgetopt
8 INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
9
10 SRCS_C = \
11         getopt.c \
12         getopt1.c
13
14 include $(topdir)/build/lib.mk
15
16 # DO NOT DELETE THIS LINE -- make depend depends on it.