forked from Imagelibrary/rtems
13 lines
194 B
Makefile
13 lines
194 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|
|
|
noinst_PROGRAMS=gensize
|
|
|
|
gensize_SOURCES=gensize.c
|
|
|
|
include $(top_srcdir)/../../../automake/local.am
|