* builds/exports.mk (clean_symbols_list, clean_apinames): Removed.
(CLEAN): Add $(EXPORTS_LIST) and $(APINAMES_EXE). (.PHONY): Updated. * configure.ac: Minor fixes to improve --help output.
This commit is contained in:
parent
4091786c81
commit
fd7456c796
@ -1,3 +1,11 @@
|
||||
2006-04-03 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/exports.mk (clean_symbols_list, clean_apinames): Removed.
|
||||
(CLEAN): Add $(EXPORTS_LIST) and $(APINAMES_EXE).
|
||||
(.PHONY): Updated.
|
||||
|
||||
* configure.ac: Minor fixes to improve --help output.
|
||||
|
||||
2006-04-01 David Turner <david@freetype.org>
|
||||
|
||||
* docs/CHANGES: Updated.
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
|
||||
# Copyright 2005 by
|
||||
# Copyright 2005, 2006 by
|
||||
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||
#
|
||||
# This file is part of the FreeType project, and may only be used, modified,
|
||||
@ -53,7 +53,7 @@ ifneq ($(EXPORTS_LIST),)
|
||||
$(APINAMES_EXE): $(APINAMES_SRC)
|
||||
$(CCexe) $(TE)$@ $<
|
||||
|
||||
.PHONY: symbols_list clean_symbols_list clean_apinames
|
||||
.PHONY: symbols_list
|
||||
|
||||
symbols_list: $(EXPORTS_LIST)
|
||||
|
||||
@ -67,13 +67,8 @@ ifneq ($(EXPORTS_LIST),)
|
||||
|
||||
$(PROJECT_LIBRARY): $(EXPORTS_LIST)
|
||||
|
||||
clean_symbols_list:
|
||||
-$(DELETE) $(subst /,$(SEP),$(EXPORTS_LIST))
|
||||
|
||||
clean_apinames:
|
||||
-$(DELETE) $(subst /,$(SEP),$(APINAMES_EXE))
|
||||
|
||||
clean_project: clean_symbols_list clean_apinames
|
||||
CLEAN += $(EXPORTS_LIST) \
|
||||
$(APINAMES_EXE)
|
||||
|
||||
endif
|
||||
|
||||
|
@ -119,8 +119,8 @@ AC_CHECK_FUNCS([memcpy memmove])
|
||||
|
||||
# Check for system zlib
|
||||
|
||||
# don't quote AS_HELP_STRING!
|
||||
AC_ARG_WITH([zlib],
|
||||
dnl don't quote AS_HELP_STRING!
|
||||
AS_HELP_STRING([--without-zlib],
|
||||
[use internal zlib instead of system-wide]))
|
||||
if test x$with_zlib != xno && test -z "$LIBZ"; then
|
||||
@ -135,8 +135,8 @@ fi
|
||||
|
||||
# Whether to use Mac OS resource-based fonts.
|
||||
|
||||
# don't quote AS_HELP_STRING!
|
||||
AC_ARG_WITH([old-mac-fonts],
|
||||
dnl don't quote AS_HELP_STRING!
|
||||
AS_HELP_STRING([--with-old-mac-fonts],
|
||||
[allow Mac resource-based fonts to be used]))
|
||||
if test x$with_old_mac_fonts = xyes; then
|
||||
@ -348,8 +348,8 @@ fi
|
||||
|
||||
# Whether to use AppleTypeService since Mac OS X.
|
||||
|
||||
# don't quote AS_HELP_STRING!
|
||||
AC_ARG_WITH([ats],
|
||||
dnl don't quote AS_HELP_STRING!
|
||||
AS_HELP_STRING([--with-ats],
|
||||
[use AppleTypeService, if available (default=yes)]))
|
||||
if test x$with_ats = xno; then
|
||||
|
Loading…
Reference in New Issue
Block a user