mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 16:13:07 +00:00
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
22 lines
341 B
Makefile
22 lines
341 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
|
|
RPM_SPECS_DATA = \
|
|
sparc-solaris-binutils.spec \
|
|
sparc-solaris-libs.spec \
|
|
sparc-solaris-gcc.spec
|
|
|
|
CONFIGURE_DEPENDENCIES = setup.cache
|
|
setup.cache: setup.def
|
|
cp setup.def $@
|
|
|
|
DISTCLEANFILES = setup.cache
|
|
|
|
noinst_SCRIPTS = setup
|
|
noinst_DATA = setup.def
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) $(noinst_DATA) .cvsignore
|
|
|