I knew the first CVS commit wouldn't be good :o)

Here, the build system seems to be cured now..
(I'll need to try it on Unix too though..)
This commit is contained in:
David Turner 2000-05-11 18:47:39 +00:00
parent 787183ea64
commit 2561b24537
3 changed files with 5 additions and 9 deletions

View File

@ -25,7 +25,7 @@
# in `freetype/lib/base' which are not compiled within the # in `freetype/lib/base' which are not compiled within the
# base layer proper. # base layer proper.
INCLUDES += $(SRC_)base BASE_COMPILE := $(FT_COMPILE) $I$(SRC_)base
# Base layer sources # Base layer sources
# #
@ -89,12 +89,12 @@ BASE_SRC_S := $(BASE_)ftbase.c
# Multiple objects build + extensions # Multiple objects build + extensions
# #
$(OBJ_)ft%.$O: $(BASE_)ft%.c $(PUBLIC_H) $(BASE_H) $(OBJ_)ft%.$O: $(BASE_)ft%.c $(PUBLIC_H) $(BASE_H)
$(FT_COMPILE) $T$@ $< $(BASE_COMPILE) $T$@ $<
# Base layer - single object build # Base layer - single object build
# #
$(BASE_OBJ_S): $(PUBLIC_H) $(BASE_H) $(BASE_SRC_S) $(BASE_SRC) $(BASE_OBJ_S): $(PUBLIC_H) $(BASE_H) $(BASE_SRC_S) $(BASE_SRC)
$(FT_COMPILE) $T$@ $(BASE_SRC_S) $(BASE_COMPILE) $T$@ $(BASE_SRC_S)
# EOF # EOF

View File

@ -16,8 +16,6 @@
ifndef PSNAMES_INCLUDE ifndef PSNAMES_INCLUDE
PSNAMES_INCLUDED := 1 PSNAMES_INCLUDED := 1
include $(SRC_)shared/rules.mk
# PSNAMES driver directory # PSNAMES driver directory
# #
PSNAMES_DIR := $(SRC_)psnames PSNAMES_DIR := $(SRC_)psnames
@ -41,7 +39,7 @@ ifndef PSNAMES_INCLUDE
# driver headers # driver headers
# #
PSNAMES_DRV_H := $(SHARED_H) \ PSNAMES_DRV_H := $(BASE_H) \
$(PSNAMES_DIR_)psdriver.h \ $(PSNAMES_DIR_)psdriver.h \
$(PSNAMES_DIR_)pstables.h $(PSNAMES_DIR_)pstables.h

View File

@ -16,8 +16,6 @@
ifndef SFNT_INCLUDE ifndef SFNT_INCLUDE
SFNT_INCLUDED := 1 SFNT_INCLUDED := 1
include $(SRC_)shared/rules.mk
# SFNT driver directory # SFNT driver directory
# #
SFNT_DIR := $(SRC_)sfnt SFNT_DIR := $(SRC_)sfnt
@ -45,7 +43,7 @@ ifndef SFNT_INCLUDE
# driver headers # driver headers
# #
SFNT_DRV_H := $(SHARED_H) \ SFNT_DRV_H := $(BASE_H) \
$(SFNT_DIR_)ttload.h \ $(SFNT_DIR_)ttload.h \
$(SFNT_DIR_)ttsbit.h \ $(SFNT_DIR_)ttsbit.h \
$(SFNT_DIR_)ttcmap.h \ $(SFNT_DIR_)ttcmap.h \