Changeset b9292646 in rtems


Ignore:
Timestamp:
07/22/02 09:36:10 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b7b3e5e
Parents:
ae56a27
Message:

2002-07-22 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
Location:
cpukit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/itron/ChangeLog

    rae56a27 rb9292646  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
     4
    152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/itron/src/Makefile.am

    rae56a27 rb9292646  
    44
    55LIB=$(ARCH)/libitron.a
    6 
    7 INCLUDES = -I.
    86
    97TASK_C_FILES = task.c cre_tsk.c del_tsk.c sta_tsk.c ext_tsk.c exd_tsk.c \
     
    5250include $(top_srcdir)/../automake/lib.am
    5351
    54 AM_CPPFLAGS += -D__RTEMS_INSIDE__
     52AM_CPPFLAGS += -I.  -D__RTEMS_INSIDE__
    5553
    5654all-local: ${ARCH} ${LIB}
  • cpukit/posix/ChangeLog

    rae56a27 rb9292646  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
     4
    152002-07-05      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/posix/src/Makefile.am

    rae56a27 rb9292646  
    44
    55LIB=$(ARCH)/libposix.a
    6 
    7 INCLUDES = -I.
    86
    97# following are semi-implemented and untested
     
    9694#
    9795
    98 AM_CPPFLAGS += -D__RTEMS_INSIDE__
     96AM_CPPFLAGS += -I. -D__RTEMS_INSIDE__
    9997
    10098all-local: ${ARCH} $(LIB)
Note: See TracChangeset for help on using the changeset viewer.