Changeset 3ac5d4e2 in rtems


Ignore:
Timestamp:
09/05/00 15:34:41 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cc480f9c
Parents:
aefc109
Message:

2000-09-04 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am, optman/Makefile.am: Include compile.am.
Files:
12 edited

Legend:

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

    raefc109 r3ac5d4e2  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am, optman/Makefile.am: Include compile.am.
     4
    152000-08-30      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/exec/posix/include/rtems/posix/Makefile.am

    raefc109 r3ac5d4e2  
    88
    99STD_H_FILES = cancel.h cond.h config.h key.h mqueue.h mutex.h posixapi.h \
    10     priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h \
    11     time.h timer.h $(MP_H_FILES)
     10    priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h time.h \
     11    timer.h $(MP_H_FILES)
    1212
    1313UNUSED_H_FILES = intr.h threadsup.h
  • c/src/exec/posix/optman/Makefile.am

    raefc109 r3ac5d4e2  
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     13include $(top_srcdir)/../../../../automake/compile.am
    1314include $(top_srcdir)/../../../../automake/lib.am
    1415
  • c/src/exec/posix/src/Makefile.am

    raefc109 r3ac5d4e2  
    8585
    8686include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     87include $(top_srcdir)/../../../../automake/compile.am
    8788include $(top_srcdir)/../../../../automake/lib.am
    8889
  • c/src/exec/sapi/ChangeLog

    raefc109 r3ac5d4e2  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am, optman/Makefile.am: Include compile.am.
     4
    152000-08-10      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/exec/sapi/optman/Makefile.am

    raefc109 r3ac5d4e2  
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     13include $(top_srcdir)/../../../automake/compile.am
    1314include $(top_srcdir)/../../../automake/lib.am
    1415
  • c/src/exec/sapi/src/Makefile.am

    raefc109 r3ac5d4e2  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../automake/compile.am
    1415include $(top_srcdir)/../../../automake/lib.am
    1516
  • c/src/optman/sapi/Makefile.am

    raefc109 r3ac5d4e2  
    1111
    1212include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     13include $(top_srcdir)/../../../automake/compile.am
    1314include $(top_srcdir)/../../../automake/lib.am
    1415
  • cpukit/posix/ChangeLog

    raefc109 r3ac5d4e2  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am, optman/Makefile.am: Include compile.am.
     4
    152000-08-30      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/posix/src/Makefile.am

    raefc109 r3ac5d4e2  
    8585
    8686include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     87include $(top_srcdir)/../../../../automake/compile.am
    8788include $(top_srcdir)/../../../../automake/lib.am
    8889
  • cpukit/sapi/ChangeLog

    raefc109 r3ac5d4e2  
     12000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/Makefile.am, optman/Makefile.am: Include compile.am.
     4
    152000-08-10      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/sapi/src/Makefile.am

    raefc109 r3ac5d4e2  
    1212
    1313include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     14include $(top_srcdir)/../../../automake/compile.am
    1415include $(top_srcdir)/../../../automake/lib.am
    1516
Note: See TracChangeset for help on using the changeset viewer.