summaryrefslogtreecommitdiff
path: root/Makefile.utils
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.utils')
-rw-r--r--Makefile.utils10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.utils b/Makefile.utils
new file mode 100644
index 0000000..0ed9297
--- /dev/null
+++ b/Makefile.utils
@@ -0,0 +1,10 @@
+#
+# This is not a complete Makefile of itself. Instead, it is designed to
+# be easily embeddable into other systems of Makefiles.
+#
+
+FTDUMP_SRCS = \
+ ftdump.c \
+ util.c
+
+FTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o)