Changeset b04d468 in rtems
- Timestamp:
- 10/27/00 13:29:45 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cbe7d66
- Parents:
- dd943f6
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/tmitrontests/ChangeLog
rdd943f6 rb04d468 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 * tmitrontests.am: Remove DEFS. 6 1 7 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/tests/tmitrontests/Makefile.am
rdd943f6 rb04d468 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 ITRON_DIRS = include tmitronsem01 -
c/src/tests/tmitrontests/tmitrontests.am
rdd943f6 rb04d468 1 AM_CPPFLAGS += @DEFS@ 1 ## $Id$ 2 2 3 3 project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -
testsuites/tmitrontests/ChangeLog
rdd943f6 rb04d468 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 * tmitrontests.am: Remove DEFS. 6 1 7 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
testsuites/tmitrontests/Makefile.am
rdd943f6 rb04d468 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 ITRON_DIRS = include tmitronsem01 -
testsuites/tmitrontests/tmitrontests.am
rdd943f6 rb04d468 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.