forked from Imagelibrary/rtems
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
13 lines
291 B
Makefile
13 lines
291 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
|
|
|
## Descend into the $(RTEMS_BSP_FAMILY) directory
|
|
SUBDIRS = shared $(RTEMS_BSP_FAMILY)
|
|
|
|
include $(top_srcdir)/../../../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../../../automake/local.am
|