diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/archives/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/archives/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/archives/Makefile b/packages/Python/lldbsuite/test/functionalities/archives/Makefile new file mode 100644 index 0000000..64da83b --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/archives/Makefile @@ -0,0 +1,9 @@ +LEVEL = ../../make + +C_SOURCES := main.c + +MAKE_DSYM := NO +ARCHIVE_NAME := libfoo.a +ARCHIVE_C_SOURCES := a.c b.c + +include $(LEVEL)/Makefile.rules |