forked from Imagelibrary/rtems
* address.h, address.inl, chain.c, chain.h, system.h: Eliminate unsigned8, unsigned16, unsigned32. Use size_t, ptrdiff_t, intptr_t for 64bit compliance. * chain.c: Reflect removal of isr.h. * isr.h: Remove. * Makefile.am: Remove isr.h.
13 lines
241 B
Makefile
13 lines
241 B
Makefile
#
|
|
# COPYRIGHT (c) 1988-2002.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
noinst_PROGRAMS = bmenu2
|
|
|
|
bmenu2_SOURCES = address.h chain.c address.inl chain.h bmenu2.c base.h \
|
|
chain.inl system.h
|