mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am, again.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h c4xio.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS= asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,8 +5,15 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
include_HEADERS = asm.h m68302.h m68360.h qsm.h sim.h
|
||||
|
||||
@@ -14,15 +21,9 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
|
||||
rtems/score/types.h
|
||||
|
||||
EXTRA_LIBRARIES = libscorecpu.a
|
||||
CLEANFILES = libscorecpu.a
|
||||
libscorecpu_a_SOURCES = cpu.c cpu_asm.S
|
||||
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
EXTRA_LIBRARIES += libscorecpu_g.a
|
||||
CLEANFILES += libscorecpu_g.a
|
||||
libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
||||
libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h idtcpu.h iregdef.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h
|
||||
|
||||
@@ -25,7 +25,6 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||
|
||||
|
||||
PREINSTALL_FILES =
|
||||
|
||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS= asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS = asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS= asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include_HEADERS= asm.h
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include compile.am, again.
|
||||
|
||||
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Convert to using automake compilation rules.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../automake/multilib.am
|
||||
include $(top_srcdir)/../../../automake/amcompile.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
AM_CPPFLAGS += -DCPU_SYNC_IO $(LIBC_DEFINES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user