update dev300-m58
[ooovba.git] / jpeg / makefile.mk
blobb02480b118d64275f7af55c901b719b067453492
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=.
34 PRJNAME=jpeg
35 TARGET=jpeg
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : settings.mk
41 .IF "$(SYSTEM_JPEG)" == "YES"
42 all:
43 @echo "An already available installation of libjpeg should exist on your system."
44 @echo "Therefore the version provided here does not need to be built in addition."
45 .ENDIF
47 # --- Files --------------------------------------------------------
49 TARFILE_NAME=jpeg-6b
51 PATCH_FILES=jpeg-6b.patch
52 ADDITIONAL_FILES=makefile.mk \
53 jconfig.h
55 #relative to CONFIGURE_DIR
57 BUILD_DIR=$(CONFIGURE_DIR)
58 BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
60 OUT2INC=jerror.h \
61 jpeglib.h \
62 jconfig.h \
63 jmorecfg.h
66 # --- Targets ------------------------------------------------------
68 .INCLUDE : set_ext.mk
69 .INCLUDE : target.mk
70 .INCLUDE : tg_ext.mk