system-inc.mk

Fri, 25 Mar 2005 17:48:19 +0100

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 25 Mar 2005 17:48:19 +0100
changeset 99
46ee75d9eba9
parent 45
73f7a32eb601
permissions
-rw-r--r--

Added plain dlist reverse forall.

# 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