mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 08:03:12 +00:00
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
24 lines
514 B
Makefile
24 lines
514 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
|
|
|
|
MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
|
|
$(top_builddir)/setup.cache
|
|
|
|
sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
|
|
|
|
TEMPLATES = binutils.spec.in
|
|
|
|
RPM_SPECS_DATA = sparc-rtems-$(BINUTILSVERS).spec
|
|
|
|
noinst_DATA = $(TEMPLATES)
|
|
|
|
EXTRA_DIST = $(TEMPLATES)
|
|
|
|
CLEANFILES = $(RPM_SPECS_DATA)
|
|
include $(top_srcdir)/../automake/local.am
|