summaryrefslogtreecommitdiff
path: root/lib/Support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r--lib/Support/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
new file mode 100644
index 0000000000..7a41c62b04
--- /dev/null
+++ b/lib/Support/Makefile
@@ -0,0 +1,12 @@
+LEVEL = ../..
+
+DIRS =
+
+LIBRARYNAME = support
+
+## List source files in link order
+Source = \
+ ProgramOption.o \
+ ProgramOptions.o
+
+include $(LEVEL)/Makefile.common