system-inc.mk@df17024f1107
system-inc.mk
Wed, 10 Mar 2004 18:31:01 +0100
- author
- tuomov
- date
- Wed, 10 Mar 2004 18:31:01 +0100
- changeset 69
- df17024f1107
- parent 45
-
73f7a32eb601
- permissions
- -rw-r--r--
trunk: changeset 1374
Added include checks to rb header.
# 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