system-inc.mk

Sat, 08 Mar 2003 15:55:01 +0100

author
tuomov
date
Sat, 08 Mar 2003 15:55:01 +0100
changeset 46
c6deeee169aa
parent 45
73f7a32eb601
permissions
-rw-r--r--

trunk: changeset 50
Added CONFOPTS_NOT_SET and parse_config_tokz_skip_section.

# Use system-ac.mk if it exist, system.mk otherwise.

ifndef TOPDIR
  TOPDIR=.
endif

ifeq ($(TOPDIR)/system-ac.mk,$(wildcard $(TOPDIR)/system-ac.mk))
  # Using system-ac.mk
  include $(TOPDIR)/system-ac.mk
else
  # Not using system-ac.mk
  include $(TOPDIR)/system.mk
endif

mercurial