2002-08-19 09:02:04 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# $Revision: 1.5 $
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
2008-04-11 01:22:47 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2002-08-19 09:02:04 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=.
|
|
|
|
|
|
|
|
PRJNAME=jpeg
|
|
|
|
TARGET=jpeg
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
2004-09-20 07:15:59 -05:00
|
|
|
.IF "$(SYSTEM_JPEG)" == "YES"
|
|
|
|
all:
|
|
|
|
@echo "An already available installation of libjpeg should exist on your system."
|
|
|
|
@echo "Therefore the version provided here does not need to be built in addition."
|
|
|
|
.ENDIF
|
|
|
|
|
2002-08-19 09:02:04 -05:00
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
|
|
|
TARFILE_NAME=jpeg-6b
|
2010-01-15 07:55:12 -06:00
|
|
|
TARFILE_MD5=dbd5f3b47ed13132f04c685d608a7547
|
2002-08-19 09:02:04 -05:00
|
|
|
|
2009-02-19 01:29:28 -06:00
|
|
|
PATCH_FILES=jpeg-6b.patch
|
2002-08-19 09:02:04 -05:00
|
|
|
ADDITIONAL_FILES=makefile.mk \
|
|
|
|
jconfig.h
|
|
|
|
|
|
|
|
#relative to CONFIGURE_DIR
|
|
|
|
|
|
|
|
BUILD_DIR=$(CONFIGURE_DIR)
|
|
|
|
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
|
|
|
|
|
|
|
|
OUT2INC=jerror.h \
|
|
|
|
jpeglib.h \
|
|
|
|
jconfig.h \
|
|
|
|
jmorecfg.h
|
|
|
|
|
|
|
|
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : set_ext.mk
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
.INCLUDE : tg_ext.mk
|