system-inc.mk

Tue, 25 Feb 2003 20:13:43 +0100

author
tuomov
date
Tue, 25 Feb 2003 20:13:43 +0100
changeset 45
73f7a32eb601
parent 44
71d5a2dee8dc
permissions
-rw-r--r--

trunk: changeset 49
acsystem -> system-ac

# 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