Changeset c0198bbd in rtems


Ignore:
Timestamp:
07/23/02 02:30:52 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f6e7123d
Parents:
c1f00ca
Message:

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

  • sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
  • rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
Location:
c/src/optman
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/optman/ChangeLog

    rc1f00ca rc0198bbd  
     12002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
     4        Remove ASM4FLAGS.
     5        * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
     6
    172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/optman/rtems/Makefile.am

    rc1f00ca rc0198bbd  
    1313include $(top_srcdir)/../../../automake/compile.am
    1414include $(top_srcdir)/../../../automake/lib.am
     15
     16bsplib_DATA = $(PGMS)
    1517
    1618TMPINSTALL_FILES += \
  • c/src/optman/sapi/Makefile.am

    rc1f00ca rc0198bbd  
    99PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
    1010
    11 ## FIXME: Is this used anywhere?
    12 ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
    13 
    1411include $(top_srcdir)/../../../automake/compile.am
    1512include $(top_srcdir)/../../../automake/lib.am
     13
     14bsplib_DATA = $(PGMS)
    1615
    1716TMPINSTALL_FILES += \
Note: See TracChangeset for help on using the changeset viewer.