Changeset de05cbb9 in rtems
- Timestamp:
- 09/27/01 13:21:42 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2b21dbc
- Parents:
- 614e671b
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/itron/ChangeLog
r614e671b rde05cbb9 1 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='. 4 * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * include/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. 7 * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. 8 1 9 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/exec/itron/include/Makefile.am
r614e671b rde05cbb9 7 7 include_HEADERS = itron.h 8 8 9 PREINSTALL_FILES += $(PROJECT_INCLUDE) \9 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 10 10 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 11 11 -
c/src/exec/itron/include/itronsys/Makefile.am
r614e671b rde05cbb9 10 10 semaphore.h status.h sysmgmt.h task.h time.h types.h vmempool.h 11 11 12 PREINSTALL_FILES += $(PROJECT_INCLUDE)/itronsys \12 PREINSTALL_FILES = $(PROJECT_INCLUDE)/itronsys \ 13 13 $(include_itronsys_HEADERS:%=$(PROJECT_INCLUDE)/itronsys/%) 14 14 -
c/src/exec/itron/include/rtems/itron/Makefile.am
r614e671b rde05cbb9 11 11 time.h vmempool.h 12 12 13 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron \13 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/itron \ 14 14 $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/rtems/itron/%) 15 15 -
c/src/exec/itron/inline/rtems/itron/Makefile.am
r614e671b rde05cbb9 14 14 include_rtems_itron_HEADERS = $(I_FILES) 15 15 16 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron \16 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/itron \ 17 17 $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/rtems/itron/%) 18 18 -
c/src/exec/itron/macros/rtems/itron/Makefile.am
r614e671b rde05cbb9 14 14 include_rtems_itron_HEADERS = $(I_FILES) 15 15 16 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron \16 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/itron \ 17 17 $(include_rtems_itron_HEADERS:%=$(PROJECT_INCLUDE)/rtems/itron/%) 18 18 -
cpukit/itron/ChangeLog
r614e671b rde05cbb9 1 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='. 4 * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * include/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. 7 * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='. 8 1 9 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
cpukit/itron/include/Makefile.am
r614e671b rde05cbb9 7 7 include_HEADERS = itron.h 8 8 9 PREINSTALL_FILES += $(PROJECT_INCLUDE) \9 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 10 10 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 11 11
Note: See TracChangeset
for help on using the changeset viewer.