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

Annotation of prex/mk/own.mk, Revision 1.1

1.1     ! nbrk        1: ifndef _OWN_MK_
        !             2: _OWN_MK_=1
        !             3:
        !             4: include $(SRCDIR)/conf/config.mk
        !             5:
        !             6: ifndef SRCDIR
        !             7: @echo "Error: Please run configure at the top of source tree"
        !             8: exit 1
        !             9: endif
        !            10:
        !            11: -include $(SRCDIR)/conf/$(ARCH)/Makefile.$(ARCH)
        !            12: -include $(SRCDIR)/conf/$(ARCH)/Makefile.$(ARCH)-$(PLATFORM)
        !            13:
        !            14: endif

CVSweb