Sat, 26 Feb 2005 22:09:33 +0100
Added routines to take first/last elements of objlist and ptrlist.
45 | 1 | # Use system-ac.mk if it exist, system.mk otherwise. |
44 | 2 | |
3 | ifndef TOPDIR | |
4 | TOPDIR=. | |
5 | endif | |
6 | ||
45 | 7 | ifeq ($(TOPDIR)/system-ac.mk,$(wildcard $(TOPDIR)/system-ac.mk)) |
8 | # Using system-ac.mk | |
9 | include $(TOPDIR)/system-ac.mk | |
44 | 10 | else |
45 | 11 | # Not using system-ac.mk |
44 | 12 | include $(TOPDIR)/system.mk |
13 | endif | |
14 |