forked from Imagelibrary/rtems
* target.cfg.in: Comment out RTEMS_HOST, RTEMS_CROSS_TARGET. * Makefile.am: Switch to GNU canonicalization.
17 lines
260 B
Makefile
17 lines
260 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
|
|
|
rtems_makedir = $(prefix)/make
|
|
|
|
GENERIC_FILES = target.cfg
|
|
|
|
rtems_make_DATA = $(GENERIC_FILES)
|
|
|
|
EXTRA_DIST = target.cfg.in
|
|
|
|
include $(top_srcdir)/../../automake/host.am
|