From ae412569bd091f2ba5b7323a86382c6095f7e35f Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 20 Oct 2011 11:50:24 +0000 Subject: freetype2 2.4.7 git-svn-id: svn://tug.org/texlive/trunk@24339 c570f23f-e606-0410-a88d-b1316a301751 --- .../freetype2/freetype-2.4.7/builds/beos/detect.mk | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Build/source/libs/freetype2/freetype-2.4.7/builds/beos/detect.mk (limited to 'Build/source/libs/freetype2/freetype-2.4.7/builds/beos/detect.mk') diff --git a/Build/source/libs/freetype2/freetype-2.4.7/builds/beos/detect.mk b/Build/source/libs/freetype2/freetype-2.4.7/builds/beos/detect.mk new file mode 100644 index 00000000000..24a0878862a --- /dev/null +++ b/Build/source/libs/freetype2/freetype-2.4.7/builds/beos/detect.mk @@ -0,0 +1,41 @@ +# +# FreeType 2 configuration file to detect an BeOS host platform. +# + + +# Copyright 1996-2000, 2003, 2006 by +# David Turner, Robert Wilhelm, and Werner Lemberg. +# +# This file is part of the FreeType project, and may only be used, modified, +# and distributed under the terms of the FreeType project license, +# LICENSE.TXT. By continuing to use, modify, or distribute this file you +# indicate that you have read the license and understand and accept it +# fully. + + +.PHONY: setup + + +ifeq ($(PLATFORM),ansi) + + ifdef BE_HOST_CPU + + PLATFORM := beos + + endif # test MACHTYPE beos +endif + +ifeq ($(PLATFORM),beos) + + DELETE := rm -f + CAT := cat + SEP := / + BUILD_DIR := $(TOP_DIR)/builds/beos + CONFIG_FILE := beos.mk + + setup: std_setup + +endif # test PLATFORM beos + + +# EOF -- cgit v1.2.3