1
2MBK_OUT_FILTER(1)          MBK ENVIRONMENT VARIABLES         MBK_OUT_FILTER(1)
3
4
5

NAME

7       MBK_OUT_FILTER - define the input filter
8
9
10

ORIGIN

12       This software belongs to the  ALLIANCE CAD SYSTEM developed by the ASIM
13       team at LIP6 laboratory of Université Pierre et Marie CURIE, in  Paris,
14       France.
15
16       Web : http://asim.lip6.fr/recherche/alliance/
17       E-mail : alliance-users@asim.lip6.fr
18
19

DESCRIPTION

21       MBK_OUT_FILTER  sets  the output filter for writing compressed Alliance
22       files. Filter is typically a string containing  filename  and  options.
23       This filter must read non compressed data flow on it standard input and
24       write compressed data flow on it standard output. If a  non  compressed
25       version  of a file exist in the same target directory the designer want
26       the save a file's compressed version, to ensure that file will be  read
27       later  and  not  the  non  compressed  one,  the non compressed file is
28       DELETED.  To activate filters, variable MBK_FILTER_SFX must be set.
29
30

EXAMPLE

32       Writing compressed files with gzip :
33            setenv MBK_OUT_FILTER "/asim/gnu/bin/gzip -c"
34            setenv MBK_FILTER_SFX ".gz"
35

SEE ALSO

37       mbk(3), MBK_FILTER_SFX(1), MBK_IN_FILTER(1), mbkenv(1).
38
39
40
41
42
43
44ASIM/LIP6                       October 1, 1999              MBK_OUT_FILTER(1)
Impressum