Changeset 53fa63e in rtems
- Timestamp:
- 01/11/04 05:52:11 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6ac4e84f
- Parents:
- b178462c
- Location:
- cpukit
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/itron/ChangeLog
rb178462c r53fa63e 1 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include compile.am, again. 4 1 5 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/itron/Makefile.am
rb178462c r53fa63e 4 4 5 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/ amcompile.am6 include $(top_srcdir)/automake/compile.am 7 7 8 8 EXTRA_DIST = -
cpukit/posix/ChangeLog
rb178462c r53fa63e 1 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include compile.am, again. 4 1 5 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/posix/Makefile.am
rb178462c r53fa63e 4 4 5 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/ amcompile.am6 include $(top_srcdir)/automake/compile.am 7 7 8 8 EXTRA_DIST = -
cpukit/rtems/ChangeLog
rb178462c r53fa63e 1 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include compile.am, again. 4 1 5 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/rtems/Makefile.am
rb178462c r53fa63e 4 4 5 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/ amcompile.am6 include $(top_srcdir)/automake/compile.am 7 7 8 8 # include -
cpukit/sapi/ChangeLog
rb178462c r53fa63e 1 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include compile.am, again. 4 1 5 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/sapi/Makefile.am
rb178462c r53fa63e 4 4 5 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/ amcompile.am6 include $(top_srcdir)/automake/compile.am 7 7 8 8 include_HEADERS = include/confdefs.h -
cpukit/score/ChangeLog
rb178462c r53fa63e 1 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include compile.am, again. 4 1 5 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/Makefile.am
rb178462c r53fa63e 4 4 5 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/ amcompile.am6 include $(top_srcdir)/automake/compile.am 7 7 8 8 SUBDIRS = . cpu … … 17 17 include_rtems_scoredir = $(includedir)/rtems/score 18 18 19 # H_FILES that get installed in the rtems/score subdirectoy20 19 include_rtems_score_HEADERS = include/rtems/score/address.h \ 21 20 include/rtems/score/apiext.h include/rtems/score/apimutex.h \
Note: See TracChangeset
for help on using the changeset viewer.