• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is generated by cargo2rulesmk.py --run --config cargo2rulesmk.json.
2# Do not modify this file as changes will be overridden on upgrade.
3
4LOCAL_DIR := $(GET_LOCAL_DIR)
5MODULE := $(LOCAL_DIR)
6MODULE_CRATE_NAME := syn
7MODULE_SRCS := \
8	$(LOCAL_DIR)/src/lib.rs \
9
10MODULE_RUST_EDITION := 2021
11MODULE_RUSTFLAGS += \
12	--cfg 'feature="clone-impls"' \
13	--cfg 'feature="default"' \
14	--cfg 'feature="derive"' \
15	--cfg 'feature="extra-traits"' \
16	--cfg 'feature="full"' \
17	--cfg 'feature="parsing"' \
18	--cfg 'feature="printing"' \
19	--cfg 'feature="proc-macro"' \
20	--cfg 'feature="quote"' \
21	--cfg 'feature="visit"' \
22	--cfg 'feature="visit-mut"' \
23
24MODULE_LIBRARY_DEPS := \
25	external/rust/crates/proc-macro2 \
26	external/rust/crates/quote \
27	external/rust/crates/unicode-ident \
28
29include make/library.mk
30