~reviczky/luatex/texlive-bin-git

« back to all changes in this revision

Viewing changes to libs/freetype2/freetype-2.5.3/builds/beos/beos.mk

  • Committer: Adam Reviczky
  • Date: 2015-04-26 22:40:47 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20150426224047-i2p26n3wqphupq6z
TeX Live 2015 import (rev. 37052)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# FreeType 2 configuration rules for a BeOS system
3
 
#
4
 
 
5
 
# Copyright 1996-2000, 2002, 2005 by
6
 
# David Turner, Robert Wilhelm, and Werner Lemberg.
7
 
#
8
 
# This file is part of the FreeType project, and may only be used, modified,
9
 
# and distributed under the terms of the FreeType project license,
10
 
# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
11
 
# indicate that you have read the license and understand and accept it
12
 
# fully.
13
 
 
14
 
include $(TOP_DIR)/builds/beos/beos-def.mk
15
 
include $(TOP_DIR)/builds/compiler/ansi-cc.mk
16
 
include $(TOP_DIR)/builds/link_std.mk
17
 
 
18
 
 
19
 
# EOF