forked from Imagelibrary/rtems
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
12 lines
227 B
Makefile
12 lines
227 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
|
|
|
|
SUBDIRS = include inline src
|
|
|
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../../automake/local.am
|