2000-07-27 23:40:22 +02:00
|
|
|
#
|
|
|
|
# FreeType 2 Configuration rules for Unix + GCC
|
|
|
|
#
|
|
|
|
# Development version without optimizations & libtool
|
2000-10-17 05:38:43 +02:00
|
|
|
# and no installation.
|
2000-07-27 23:40:22 +02:00
|
|
|
#
|
|
|
|
|
2000-10-17 05:38:43 +02:00
|
|
|
|
|
|
|
# Copyright 1996-2000 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.
|
|
|
|
|
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
include $(TOP)/builds/unix/unixddef.mk
|
2000-12-04 23:53:55 +01:00
|
|
|
BUILD := $(TOP)/builds/devel
|
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
include $(TOP)/builds/compiler/gcc-dev.mk
|
|
|
|
include $(TOP)/builds/link_std.mk
|
2000-07-27 23:40:22 +02:00
|
|
|
|
|
|
|
# EOF
|