diff options
Diffstat (limited to 'etc/import/TARGETS.zlib')
-rw-r--r-- | etc/import/TARGETS.zlib | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/import/TARGETS.zlib b/etc/import/TARGETS.zlib new file mode 100644 index 00000000..2c801300 --- /dev/null +++ b/etc/import/TARGETS.zlib @@ -0,0 +1,32 @@ +{ "zlib": + { "type": ["@", "rules", "CC", "library"] + , "name": ["zlib"] + , "pure C": ["YES"] + , "srcs": + [ "adler32.c" + , "compress.c" + , "crc32.c" + , "deflate.c" + , "infback.c" + , "inffast.c" + , "inflate.c" + , "inftrees.c" + , "trees.c" + , "uncompr.c" + , "zutil.c" + ] + , "hdrs": + [ "crc32.h" + , "deflate.h" + , "gzguts.h" + , "inffast.h" + , "inffixed.h" + , "inflate.h" + , "inftrees.h" + , "trees.h" + , "zconf.h" + , "zlib.h" + , "zutil.h" + ] + } +} |