aboutsummaryrefslogtreecommitdiff
path: root/deps/flac-1.3.2/src/share/getopt/Makefile.lite
diff options
context:
space:
mode:
Diffstat (limited to 'deps/flac-1.3.2/src/share/getopt/Makefile.lite')
-rw-r--r--deps/flac-1.3.2/src/share/getopt/Makefile.lite16
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/flac-1.3.2/src/share/getopt/Makefile.lite b/deps/flac-1.3.2/src/share/getopt/Makefile.lite
new file mode 100644
index 0000000..b4df6ec
--- /dev/null
+++ b/deps/flac-1.3.2/src/share/getopt/Makefile.lite
@@ -0,0 +1,16 @@
+#
+# GNU makefile
+#
+
+topdir = ../../..
+
+LIB_NAME = libgetopt
+INCLUDES = -I$(topdir)/include
+
+SRCS_C = \
+ getopt.c \
+ getopt1.c
+
+include $(topdir)/build/lib.mk
+
+# DO NOT DELETE THIS LINE -- make depend depends on it.