diff options
Diffstat (limited to 'Makefile.ftdump')
-rw-r--r-- | Makefile.ftdump | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.ftdump b/Makefile.ftdump new file mode 100644 index 000000000000..b70905ad10c9 --- /dev/null +++ b/Makefile.ftdump @@ -0,0 +1,12 @@ +# +# 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 + +FTDUMP_GEN_SRCS = + +FTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o) $(FTDUMP_GEN_SRCS:%.c=%.o) |