1# Sources
2DIR_SOURCES := helpers.c \
3align_content.c \
4align_items.c \
5align_self.c \
6azimuth.c \
7background_attachment.c \
8background_color.c \
9background_image.c \
10background_position.c \
11background_repeat.c \
12border_bottom_color.c \
13border_bottom_style.c \
14border_bottom_width.c \
15border_collapse.c \
16border_left_color.c \
17border_left_style.c \
18border_left_width.c \
19border_right_color.c \
20border_right_style.c \
21border_right_width.c \
22border_spacing.c \
23border_top_color.c \
24border_top_style.c \
25border_top_width.c \
26bottom.c \
27box_sizing.c \
28break_after.c \
29break_before.c \
30break_inside.c \
31caption_side.c \
32clear.c \
33clip.c \
34color.c \
35column_count.c \
36column_fill.c \
37column_gap.c \
38column_rule_color.c \
39column_rule_style.c \
40column_rule_width.c \
41column_span.c \
42column_width.c \
43content.c \
44counter_increment.c \
45counter_reset.c \
46cue_after.c \
47cue_before.c \
48cursor.c \
49direction.c \
50display.c \
51elevation.c \
52empty_cells.c \
53flex_basis.c \
54flex_direction.c \
55flex_grow.c \
56flex_shrink.c \
57flex_wrap.c \
58float.c \
59font_family.c \
60font_size.c \
61font_style.c \
62font_variant.c \
63font_weight.c \
64height.c \
65justify_content.c \
66left.c \
67letter_spacing.c \
68line_height.c \
69list_style_image.c \
70list_style_position.c \
71list_style_type.c \
72margin_bottom.c \
73margin_left.c \
74margin_right.c \
75margin_top.c \
76max_height.c \
77max_width.c \
78min_height.c \
79min_width.c \
80opacity.c \
81order.c \
82orphans.c \
83outline_color.c \
84outline_style.c \
85outline_width.c \
86overflow_x.c \
87overflow_y.c \
88padding_bottom.c \
89padding_left.c \
90padding_right.c \
91padding_top.c \
92page_break_after.c \
93page_break_before.c \
94page_break_inside.c \
95pause_after.c \
96pause_before.c \
97pitch.c \
98pitch_range.c \
99play_during.c \
100position.c \
101quotes.c \
102richness.c \
103right.c \
104speech_rate.c \
105speak.c \
106speak_header.c \
107speak_numeral.c \
108speak_punctuation.c \
109stress.c \
110table_layout.c \
111text_align.c \
112text_decoration.c \
113text_indent.c \
114text_transform.c \
115top.c \
116unicode_bidi.c \
117vertical_align.c \
118visibility.c \
119voice_family.c \
120volume.c \
121white_space.c \
122widows.c \
123width.c \
124word_spacing.c \
125writing_mode.c \
126z_index.c
127
128include $(NSBUILD)/Makefile.subdir
129