summaryrefslogtreecommitdiff
path: root/etc/import/TARGETS.upb
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/TARGETS.upb')
-rw-r--r--etc/import/TARGETS.upb30
1 files changed, 0 insertions, 30 deletions
diff --git a/etc/import/TARGETS.upb b/etc/import/TARGETS.upb
deleted file mode 100644
index 3a111937..00000000
--- a/etc/import/TARGETS.upb
+++ /dev/null
@@ -1,30 +0,0 @@
-{ "port":
- { "type": ["@", "rules", "CC", "library"]
- , "name": ["upb_port"]
- , "pure C": ["YES"]
- , "srcs": ["upb/port.c"]
- , "hdrs": ["upb/port_def.inc", "upb/port_undef.inc"]
- }
-, "upb":
- { "type": ["@", "rules", "CC", "library"]
- , "arguments_config": ["COMPILER_FAMILY"]
- , "name": ["upb"]
- , "pure C": ["YES"]
- , "private-cflags":
- { "type": "case"
- , "expr": {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"}
- , "case": {"gnu": ["-Wno-int-to-pointer-cast", "-Wno-pointer-to-int-cast"]}
- }
- , "srcs":
- ["upb/decode.c", "upb/encode.c", "upb/msg.c", "upb/table.c", "upb/upb.c"]
- , "hdrs":
- [ "upb/decode.h"
- , "upb/encode.h"
- , "upb/upb.h"
- , "upb/upb.hpp"
- , "upb/msg.h"
- , "upb/table.int.h"
- ]
- , "deps": ["port"]
- }
-}