mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 05:39:47 +08:00
13 lines
190 B
Makefile
13 lines
190 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|
|
|
noinst_PROGRAMS = gensize
|
|
|
|
gensize_SOURCES = gensize.c
|
|
|
|
include $(top_srcdir)/../../../automake/host.am
|