source: rtems-tools/rtemstoolkit/elftoolchain/common/Makefile @ 87e0e76

4.104.115
Last change on this file since 87e0e76 was 87e0e76, checked in by Chris Johns <chrisj@…>, on 09/13/14 at 02:09:16

Refactor code into the RTEMS Toolkit.

  • Property mode set to 100644
File size: 241 bytes
Line 
1# $Id: Makefile 2140 2011-11-10 14:27:03Z jkoshy $
2
3TOP=    ..
4
5INCS=   elfdefinitions.h
6INCSDIR?=       /usr/include
7
8.PHONY: all clean clobber depend obj
9
10all depend obj:
11
12clean clobber:
13        rm -f ${CLEANFILES}
14
15.include "${TOP}/mk/elftoolchain.inc.mk"
Note: See TracBrowser for help on using the repository browser.