system-inc.mk@55fcdff5bcea
system-inc.mk
Sat, 26 Feb 2005 22:09:33 +0100
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sat, 26 Feb 2005 22:09:33 +0100
- changeset 92
- 55fcdff5bcea
- parent 45
-
73f7a32eb601
- permissions
- -rw-r--r--
Added routines to take first/last elements of objlist and ptrlist.
# 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