forked from Imagelibrary/rtems
host programs are now compiled with automake generated rules. This was done after discussions with Ralf Corsepius and Eric Norum.
14 lines
219 B
Makefile
14 lines
219 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
EXTRA_DIST = \
|
|
gcc-no_bsp.cfg \
|
|
gcc-portsw.cfg \
|
|
gcc-target-default.cfg
|
|
|
|
## -------------------------------------------------------
|
|
include $(top_srcdir)/automake/local.am
|