mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. clock/Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. milli/Makefile.am: Reflect having moved automake. semaphore/Makefile.am: Reflect having moved automake. timer/Makefile.am: Reflect having moved automake.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Makefile.am: Reflect having moved automake.
|
||||
clock/Makefile.am: Reflect having moved automake.
|
||||
include/Makefile.am: Reflect having moved automake.
|
||||
milli/Makefile.am: Reflect having moved automake.
|
||||
semaphore/Makefile.am: Reflect having moved automake.
|
||||
timer/Makefile.am: Reflect having moved automake.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
|
||||
|
||||
SUBDIRS = include milli clock timer semaphore
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -9,8 +9,8 @@ C_FILES = clock.c
|
||||
|
||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
#
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
@@ -25,4 +25,4 @@ all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
|
||||
|
||||
EXTRA_DIST = clock.c
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -23,4 +23,4 @@ all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = runway.h semaphore.h
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -9,8 +9,8 @@ S_FILES = milli.S
|
||||
|
||||
milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
#
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
@@ -25,4 +25,4 @@ all-local: $(ARCH) $(milli_rel_OBJECTS) $(PGM)
|
||||
|
||||
EXTRA_DIST = milli.S
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -9,8 +9,8 @@ C_FILES = semaphore.c
|
||||
|
||||
semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
#
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
@@ -25,4 +25,4 @@ all-local: $(ARCH) $(semaphore_rel_OBJECTS) $(PGM)
|
||||
|
||||
EXTRA_DIST = semaphore.c
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -9,8 +9,8 @@ C_FILES = timer.c
|
||||
|
||||
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
#
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
@@ -25,4 +25,4 @@ all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
|
||||
|
||||
EXTRA_DIST = timer.c
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user