system-inc.mk

Sat, 09 Oct 2004 13:01:37 +0200

author
tuomov
date
Sat, 09 Oct 2004 13:01:37 +0200
changeset 82
895f6304179d
parent 45
73f7a32eb601
permissions
-rw-r--r--

trunk: changeset 1807
Updated rules.mk.

# 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