system-inc.mk@c60bc05a6d38
system-inc.mk
Sat, 31 Jul 2004 21:12:01 +0200
- author
- tuomov
- date
- Sat, 31 Jul 2004 21:12:01 +0200
- changeset 80
- c60bc05a6d38
- parent 45
-
73f7a32eb601
- permissions
- -rw-r--r--
trunk: changeset 1692
Call warn_err in memory reservation routines if the allocation fails.
# 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