summaryrefslogtreecommitdiff
path: root/builds/toplevel.mk
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-09-22 21:23:29 +0000
committerWerner Lemberg <wl@gnu.org>2000-09-22 21:23:29 +0000
commitbd547dc6e38cf5ff349379654eed90adc2bc5a17 (patch)
tree63c3d3f3ccd489506cf1a7036367810881bd0eeb /builds/toplevel.mk
parentf50c2954d4706af4762f7f40c6e933bcef507528 (diff)
downloadfreetype2-bd547dc6e38cf5ff349379654eed90adc2bc5a17.tar.gz
Clean up, formatting etc.
Fixing rules for installing cache headers on Unix. Updating builds/unix/ftconfig.in.
Diffstat (limited to 'builds/toplevel.mk')
-rw-r--r--builds/toplevel.mk36
1 files changed, 18 insertions, 18 deletions
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index c9f9cc651..9411164fd 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -58,21 +58,21 @@ ifdef check_platform
all: setup
-ifdef USE_MODULES
- # If the module list $(MODULE_LIST) file is not present, generate it.
- #
- #modules: make_module_list setup
-endif
+ ifdef USE_MODULES
+ # If the module list $(MODULE_LIST) file is not present, generate it.
+ #
+ #modules: make_module_list setup
+ endif
include $(TOP)/builds/detect.mk
-ifdef USE_MODULES
- include $(TOP)/builds/modules.mk
+ ifdef USE_MODULES
+ include $(TOP)/builds/modules.mk
- ifeq ($(wildcard $(MODULE_LIST)),)
- setup: make_module_list
+ ifeq ($(wildcard $(MODULE_LIST)),)
+ setup: make_module_list
+ endif
endif
-endif
# This rule makes sense for Unix only to remove files created by a run
# of the configure script which hasn't been successful (so that no
@@ -80,11 +80,11 @@ endif
# GNU make.
#
distclean:
- $(RM) builds/unix/config.cache
- $(RM) builds/unix/config.log
- $(RM) builds/unix/config.status
- $(RM) builds/unix/unix-def.mk
- $(RM) builds/unix/unix-cc.mk
+ $(RM) builds/unix/config.cache
+ $(RM) builds/unix/config.log
+ $(RM) builds/unix/config.status
+ $(RM) builds/unix/unix-def.mk
+ $(RM) builds/unix/unix-cc.mk
# IMPORTANT:
#
@@ -97,9 +97,9 @@ else
#
all: single
-ifdef USE_MODULES
- modules: make_module_list
-endif
+ ifdef USE_MODULES
+ modules: make_module_list
+ endif
BUILD_PROJECT := yes
include $(CONFIG_MK)