[BACK]Return to own.mk CVS log [TXT][DIR] Up to [local] / prex / mk

File: [local] / prex / mk / own.mk (download)

Revision 1.1, Tue Aug 19 12:46:56 2008 UTC (15 years, 8 months ago) by nbrk
Branch point for: MAIN

Initial revision

ifndef _OWN_MK_
_OWN_MK_=1

include $(SRCDIR)/conf/config.mk

ifndef SRCDIR
@echo "Error: Please run configure at the top of source tree"
exit 1
endif

-include $(SRCDIR)/conf/$(ARCH)/Makefile.$(ARCH)
-include $(SRCDIR)/conf/$(ARCH)/Makefile.$(ARCH)-$(PLATFORM)

endif