summaryrefslogtreecommitdiff
path: root/filter/source/config/fragments/fcfg_impressgraphics.mk
blob: a05aac7e7ed4e43dc35c368c4c972aed442d5bd0 (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
all_fragments+=impressgraphics

# -----------------------------------------------
# count = 20
T4_IMPRESSGRAPHICS = \
    bmp_MS_Windows \
    emf_MS_Windows_Metafile \
    eps_Encapsulated_PostScript \
    gif_Graphics_Interchange \
    graphic_HTML \
    graphic_SWF \
    impress_CGM_Computer_Graphics_Metafile \
    jpg_JPEG \
    met_OS2_Metafile \
    pbm_Portable_Bitmap \
    pct_Mac_Pict \
    pgm_Portable_Graymap \
    png_Portable_Network_Graphic \
    ppm_Portable_Pixelmap \
    ras_Sun_Rasterfile \
    svg_Scalable_Vector_Graphics \
    svm_StarView_Metafile \
    tif_Tag_Image_File \
    wmf_MS_Windows_Metafile \
    xpm_XPM

# -----------------------------------------------
# count = 20
F4_IMPRESSGRAPHICS = \
    CGM___Computer_Graphics_Metafile \
    impress_bmp_Export \
    impress_emf_Export \
    impress_eps_Export \
    impress_flash_Export \
    impress_gif_Export \
    impress_html_Export \
    impress_jpg_Export \
    impress_met_Export \
    impress_pbm_Export \
    impress_pct_Export \
    impress_pgm_Export \
    impress_png_Export \
    impress_ppm_Export \
    impress_ras_Export \
    impress_svg_Export \
    impress_svm_Export \
    impress_tif_Export \
    impress_wmf_Export \
    impress_xpm_Export

# -----------------------------------------------
# count = 1
F4_UI_IMPRESSGRAPHICS = \
    impress_html_Export_ui

# -----------------------------------------------
# count = 0
L4_IMPRESSGRAPHICS =

# -----------------------------------------------
# count = 0
C4_IMPRESSGRAPHICS =

# -----------------------------------------------
TYPES_4fcfg_impressgraphics           = $(foreach,i,$(T4_IMPRESSGRAPHICS)    types$/$i.xcu                   )
FILTERS_4fcfg_impressgraphics         = $(foreach,i,$(F4_IMPRESSGRAPHICS)    filters$/$i.xcu                 )
UI_FILTERS_4fcfg_impressgraphics      = $(foreach,i,$(F4_UI_IMPRESSGRAPHICS) $(DIR_LOCFRAG)$/filters$/$i.xcu )
FRAMELOADERS_4fcfg_impressgraphics    = $(foreach,i,$(L4_IMPRESSGRAPHICS)    frameloaders$/$i.xcu            )
CONTENTHANDLERS_4fcfg_impressgraphics = $(foreach,i,$(C4_IMPRESSGRAPHICS)    contenthandlers$/$i.xcu         )

# -----------------------------------------------
# needed to get dependencies inside global makefile work!
ALL_4fcfg_impressgraphics = \
    $(TYPES_4fcfg_impressgraphics) \
    $(FILTERS_4fcfg_impressgraphics) \
    $(UI_FILTERS_4fcfg_impressgraphics) \
    $(FRAMELOADERS_4fcfg_impressgraphics) \
    $(CONTENTHANDLERS_4fcfg_impressgraphics)
    
ALL_UI_FILTERS+=$(UI_FILTERS_4fcfg_impressgraphics)    
    
ALL_PACKAGES+=impressgraphics