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

include $(NSBUILD)/Makefile.subdir