]> Creatis software - gdcm.git/blob - src/gdcmmpeg2/LICENSE
Fix mistypings
[gdcm.git] / src / gdcmmpeg2 / LICENSE
1 # Makefile for mpeg2decode / mpeg2encode
2
3 # Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved.
4
5 #
6 # Disclaimer of Warranty
7 #
8 # These software programs are available to the user without any license fee or
9 # royalty on an "as is" basis.  The MPEG Software Simulation Group disclaims
10 # any and all warranties, whether express, implied, or statuary, including any
11 # implied warranties or merchantability or of fitness for a particular
12 # purpose.  In no event shall the copyright-holder be liable for any
13 # incidental, punitive, or consequential damages of any kind whatsoever
14 # arising from the use of these programs.
15 #
16 # This disclaimer of warranty extends to the user of these programs and user's
17 # customers, employees, agents, transferees, successors, and assigns.
18 #
19 # The MPEG Software Simulation Group does not represent or warrant that the
20 # programs furnished hereunder are free of infringement of any third-party
21 # patents.
22 #
23 # Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
24 # are subject to royalty fees to patent holders.  Many of these patents are
25 # general enough such that they are unavoidable regardless of implementation
26 # design.
27 #
28 #
29
30 # uncomment the following two lines if you want to include X11 support
31 # (mpeg2decode)
32
33 #USE_DISP = -DDISPLAY
34 #LIBS = -lX11
35
36 # uncomment the following two lines if you want to use shared memory
37 # (faster display if server and client run on the same machine)
38 # (mpeg2decode)
39
40 #USE_SHMEM = -DSH_MEM
41 #LIBS = -lXext -lX11
42
43 # if your X11 include files / libraries are in a non standard location:
44 # set INCLUDEDIR to -I followed by the appropriate include file path and
45 # set LIBRARYDIR to -L followed by the appropriate library path
46 # (mpeg2decode)
47
48 #INCLUDEDIR = -I/usr/openwin/include
49 #LIBRARYDIR = -L/usr/openwin/lib
50
51 # select one of the following CC CFLAGS settings
52
53 #
54 # GNU gcc
55 #
56 CC = gcc
57 CFLAGS = -O2
58
59 all: mpeg2decode mpeg2encode
60
61 mpeg2decode:
62         cd src/mpeg2dec; make 'CC=$(CC)' \
63         'CFLAGS=$(CFLAGS) $(USE_DISP) $(USE_SHMEM) $(INCLUDEDIR)' \
64         'LIBS=$(LIBS)' 'LIBRARYDIR=$(LIBRARYDIR)'
65
66 mpeg2encode:
67         cd src/mpeg2enc; make 'CC=$(CC)' 'CFLAGS=$(CFLAGS)'
68
69 pc:
70         cd src/mpeg2dec; make pc 'CC=$(CC)' 'CFLAGS=$(CFLAGS)'
71         cd src/mpeg2enc; make pc 'CC=$(CC)' 'CFLAGS=$(CFLAGS)'
72
73 clean:
74         cd src/mpeg2dec; make clean
75         cd src/mpeg2enc; make clean
76
77 test:
78         cd verify; ./verify