Home | History | Annotate | Line # | Download | only in common
Makefile revision 1.1
      1  1.1  christos # Id: Makefile 2606 2012-10-02 17:52:57Z jkoshy 
      2  1.1  christos 
      3  1.1  christos TOP=	..
      4  1.1  christos 
      5  1.1  christos INCS=		elfdefinitions.h
      6  1.1  christos INCSDIR=	/usr/include
      7  1.1  christos 
      8  1.1  christos .PHONY:	all clean clobber depend obj
      9  1.1  christos 
     10  1.1  christos all depend obj:
     11  1.1  christos 
     12  1.1  christos clean clobber:
     13  1.1  christos 	rm -f ${CLEANFILES}
     14  1.1  christos 
     15  1.1  christos .include "${TOP}/mk/elftoolchain.inc.mk"
     16