Changeset 8b006a77 in rtems


Ignore:
Timestamp:
07/22/02 06:35:17 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3e83325
Parents:
ef73563f
Message:

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

  • Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of INCLUDES (Upcoming automake standard).
Location:
cpukit/libcsupport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/ChangeLog

    ref73563f r8b006a77  
     1
     22002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
     5        INCLUDES (Upcoming automake standard).
    16
    272002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • cpukit/libcsupport/Makefile.am

    ref73563f r8b006a77  
    8888all-local: $(PREINSTALL_FILES)
    8989
    90 LIBNAME = libcsupport
    91 LIB = ${ARCH}/${LIBNAME}.a
     90LIB = ${ARCH}/libcsupport.a
    9291
    93 INCLUDES = -Isrc
     92AM_CPPFLAGS += -Isrc
    9493
    9594ERROR_C_FILES = src/error.c
Note: See TracChangeset for help on using the changeset viewer.