blob: 015314a2acde77450002ce59d62e6827d8707955 (
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
|
man_MANS = \
ao_driver_t.3 \
ao_functions_t.3 \
audio_cap.3 \
audio_group.3 \
audio_prop.3 \
autoplay_group.3 \
browse_group.3 \
build_info.3 \
cfg_data_t.3 \
config_group.3 \
config_values_s.3 \
config_values_t.3 \
demux_strategy.3 \
event_group.3 \
loadplugins_group.3 \
mrl_t.3 \
mrl_types.3 \
status_group.3 \
ui_callbacks.3 \
version_group.3 \
video_cap.3 \
video_group.3 \
video_prop.3 \
video_ratio.3 \
visual_types.3 \
vo_driver_s.3 \
vo_driver_t.3 \
vo_frame_t.3 \
vo_overlay_t.3 \
xine.h.3 \
xine_api.3 \
xine_init.3 \
xine_management.3 \
xine_t.3 \
xine_version.3
EXTRA_DIST = $(man_MANS)
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*
maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in xine-lib.3
|