xref: /trunk/main/jpeg/makefile.mk (revision 7871dc3e)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=.
25
26PRJNAME=jpeg
27TARGET=jpeg
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE :	settings.mk
32
33.IF "$(SYSTEM_JPEG)" == "YES"
34all:
35	@echo "An already available installation of libjpeg should exist on your system."
36	@echo "Therefore the version provided here does not need to be built in addition."
37.ENDIF
38
39# --- Files --------------------------------------------------------
40
41#TARFILE_NAME=jpeg-6b
42TARFILE_NAME=jpeg-8c
43
44#TARFILE_MD5=dbd5f3b47ed13132f04c685d608a7547
45TARFILE_MD5=a2c10c04f396a9ce72894beb18b4e1f9
46
47#PATCH_FILES=jpeg-6b.patch
48PATCH_FILES=jpeg-8c.patch
49
50ADDITIONAL_FILES=makefile.mk jconfig.h
51
52#relative to CONFIGURE_DIR
53
54BUILD_DIR=$(CONFIGURE_DIR)
55BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
56
57OUT2INC=	jconfig.h	\
58			jerror.h	\
59			jmorecfg.h	\
60			jpegint.h	\
61			jpeglib.h
62
63# --- Targets ------------------------------------------------------
64
65.INCLUDE : set_ext.mk
66.INCLUDE : target.mk
67.INCLUDE : tg_ext.mk
68