summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/libflac/src/share/getopt/Makefile.lite
blob: e36f341d37bae93f8124a63a054b2a528a212492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# GNU makefile
#

topdir = ../../..

LIB_NAME = libgetopt
INCLUDES = -I$(topdir)/include -I$(topdir)/include/share

SRCS_C = \
	getopt.c \
	getopt1.c

include $(topdir)/build/lib.mk

# DO NOT DELETE THIS LINE -- make depend depends on it.