Changeset db3644c in rtems
- Timestamp:
- 10/27/00 13:32:44 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ae1cce4e
- Parents:
- 37a9cf1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/itrontests/ChangeLog
r37a9cf1 rdb3644c 1 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 4 Switch to GNU canonicalization. 5 * itrontests.am: Remove DEFS. 6 1 7 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/tests/itrontests/Makefile.am
r37a9cf1 rdb3644c 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ -
c/src/tests/itrontests/itrontests.am
r37a9cf1 rdb3644c 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -
testsuites/itrontests/ChangeLog
r37a9cf1 rdb3644c 1 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 4 Switch to GNU canonicalization. 5 * itrontests.am: Remove DEFS. 6 1 7 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
testsuites/itrontests/Makefile.am
r37a9cf1 rdb3644c 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \ -
testsuites/itrontests/itrontests.am
r37a9cf1 rdb3644c 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
Note: See TracChangeset
for help on using the changeset viewer.