Adapting changes for Unix to other makefiles.

This commit is contained in:
Werner Lemberg 2000-07-27 11:32:13 +00:00
parent 321cd27d0f
commit 6ac722b229
9 changed files with 47 additions and 29 deletions

View File

@ -23,17 +23,19 @@ HOSTSEP := $(SEP)
BUILD := $(TOP)/builds/ansi
PLATFORM := ansi
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f $TOP/Makefile setup [options]
# make -f $TOP/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -23,17 +23,19 @@ HOSTSEP := $(strip \ )
BUILD := $(TOP)/builds/dos
PLATFORM := dos
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -26,17 +26,19 @@ BUILD := $(TOP)/builds/os2
PLATFORM := os2
CC := gcc
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -24,17 +24,19 @@ BUILD := $(TOP)/builds/os2
PLATFORM := os2
CC := gcc
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%Makefile setup [options]
# make -f %TOP%Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -29,17 +29,19 @@ BUILD := $(TOP)/builds/win32
PLATFORM := win32
CC := gcc
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -27,17 +27,19 @@ BUILD := $(TOP)/builds/win32
PLATFORM := win32
CC := gcc
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -20,17 +20,19 @@ BUILD := $(TOP)$(SEP)config$(SEP)win32
PLATFORM := win32
CC := icc
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -24,17 +24,19 @@ BUILD := $(TOP)/builds/win32
PLATFORM := win32
CC := lcc
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.

View File

@ -24,17 +24,19 @@ BUILD := $(TOP)/builds/win32
PLATFORM := win32
CC := cl
# The directory where all object files are placed.
#
# Note that this is not $(TOP)/obj!
# This lets you build the library in your own directory with something like
#
# set TOP=.../path/to/freetype2/top/dir...
# mkdir obj
# set OBJ_DIR=.../path/to/obj/dir
# make -f %TOP%/Makefile setup [options]
# make -f %TOP%/Makefile
#
OBJ_DIR := obj
ifndef OBJ_DIR
OBJ_DIR := $(TOP)$(SEP)obj
endif
# The directory where all library files are placed.