mirror of https://github.com/freetype/freetype
Adapting changes for Unix to other makefiles.
This commit is contained in:
parent
321cd27d0f
commit
6ac722b229
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue