Changeset 3ebf5df in rtems


Ignore:
Timestamp:
02/05/01 18:32:28 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
792eb74
Parents:
f0ab3fa
Message:

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am, include/rtems/Makefile.am, inline/rtems/Makefile.am, macros/rtems/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/ChangeLog

    rf0ab3fa r3ebf5df  
     12001-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
    172001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
    28
  • c/src/exec/sapi/include/Makefile.am

    rf0ab3fa r3ebf5df  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = confdefs.h
    8 
    9 noinst_HEADERS = $(H_FILES)
     7include_HEADERS = confdefs.h
    108
    119PREINSTALL_FILES += $(PROJECT_INCLUDE) \
    12     $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
     10    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    1311
    1412$(PROJECT_INCLUDE):
  • c/src/exec/sapi/include/rtems/Makefile.am

    rf0ab3fa r3ebf5df  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = config.h directives.h extension.h fatal.h init.h io.h mptables.h \
     7include_rtemsdir = $(includedir)/rtems
     8
     9include_rtems_HEADERS = config.h directives.h extension.h fatal.h init.h io.h mptables.h \
    810    sptables.h
    911
    10 noinst_HEADERS = $(H_FILES)
    11 
    1212PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
    13     $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
     13    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    1414
    1515$(PROJECT_INCLUDE)/rtems:
  • c/src/exec/sapi/inline/rtems/Makefile.am

    rf0ab3fa r3ebf5df  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
     6include_rtemsdir = $(includedir)/rtems
    67
    78if INLINE
    8 I_FILES = extension.inl
    9 
    10 noinst_HEADERS = $(I_FILES)
     9include_rtems_HEADERS = extension.inl
    1110
    1211PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
    13     $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
     12    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    1413
    1514$(PROJECT_INCLUDE)/rtems:
  • c/src/exec/sapi/macros/rtems/Makefile.am

    rf0ab3fa r3ebf5df  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
     7include_rtemsdir = $(includedir)/rtems
     8
    79I_FILES = extension.inl
    810
    9 noinst_HEADERS = $(I_FILES)
     11if MACROS
     12include_rtems_HEADERS = $(I_FILES)
    1013
    11 if MACROS
    1214PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
    13     $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
     15    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
    1416
    1517$(PROJECT_INCLUDE)/rtems:
     
    2123all-local: $(PREINSTALL_FILES)
    2224
     25EXTRA_DIST = $(I_FILES)
     26
    2327include $(top_srcdir)/../../../automake/local.am
  • cpukit/sapi/ChangeLog

    rf0ab3fa r3ebf5df  
     12001-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
    172001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
    28
  • cpukit/sapi/include/Makefile.am

    rf0ab3fa r3ebf5df  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = confdefs.h
    8 
    9 noinst_HEADERS = $(H_FILES)
     7include_HEADERS = confdefs.h
    108
    119PREINSTALL_FILES += $(PROJECT_INCLUDE) \
    12     $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
     10    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    1311
    1412$(PROJECT_INCLUDE):
Note: See TracChangeset for help on using the changeset viewer.