Changeset 3ebf5df in rtems
- Timestamp:
- 02/05/01 18:32:28 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 792eb74
- Parents:
- f0ab3fa
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/ChangeLog
rf0ab3fa r3ebf5df 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am, include/rtems/Makefile.am, 4 inline/rtems/Makefile.am, macros/rtems/Makefile.am: 5 Apply include_*HEADERS instead of H_FILES. 6 1 7 2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d> 2 8 -
c/src/exec/sapi/include/Makefile.am
rf0ab3fa r3ebf5df 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = confdefs.h 8 9 noinst_HEADERS = $(H_FILES) 7 include_HEADERS = confdefs.h 10 8 11 9 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 12 $( noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)10 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 13 11 14 12 $(PROJECT_INCLUDE): -
c/src/exec/sapi/include/rtems/Makefile.am
rf0ab3fa r3ebf5df 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = config.h directives.h extension.h fatal.h init.h io.h mptables.h \ 7 include_rtemsdir = $(includedir)/rtems 8 9 include_rtems_HEADERS = config.h directives.h extension.h fatal.h init.h io.h mptables.h \ 8 10 sptables.h 9 11 10 noinst_HEADERS = $(H_FILES)11 12 12 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 13 $( noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)13 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 14 14 15 15 $(PROJECT_INCLUDE)/rtems: -
c/src/exec/sapi/inline/rtems/Makefile.am
rf0ab3fa r3ebf5df 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 include_rtemsdir = $(includedir)/rtems 6 7 7 8 if INLINE 8 I_FILES = extension.inl 9 10 noinst_HEADERS = $(I_FILES) 9 include_rtems_HEADERS = extension.inl 11 10 12 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 13 $( noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)12 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 14 13 15 14 $(PROJECT_INCLUDE)/rtems: -
c/src/exec/sapi/macros/rtems/Makefile.am
rf0ab3fa r3ebf5df 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_rtemsdir = $(includedir)/rtems 8 7 9 I_FILES = extension.inl 8 10 9 noinst_HEADERS = $(I_FILES) 11 if MACROS 12 include_rtems_HEADERS = $(I_FILES) 10 13 11 if MACROS12 14 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 13 $( noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)15 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 14 16 15 17 $(PROJECT_INCLUDE)/rtems: … … 21 23 all-local: $(PREINSTALL_FILES) 22 24 25 EXTRA_DIST = $(I_FILES) 26 23 27 include $(top_srcdir)/../../../automake/local.am -
cpukit/sapi/ChangeLog
rf0ab3fa r3ebf5df 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am, include/rtems/Makefile.am, 4 inline/rtems/Makefile.am, macros/rtems/Makefile.am: 5 Apply include_*HEADERS instead of H_FILES. 6 1 7 2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d> 2 8 -
cpukit/sapi/include/Makefile.am
rf0ab3fa r3ebf5df 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = confdefs.h 8 9 noinst_HEADERS = $(H_FILES) 7 include_HEADERS = confdefs.h 10 8 11 9 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 12 $( noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)10 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 13 11 14 12 $(PROJECT_INCLUDE):
Note: See TracChangeset
for help on using the changeset viewer.