Changeset b98c8c9 in rtems


Ignore:
Timestamp:
03/05/01 22:47:50 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bb621b0
Parents:
92aaf3d
Message:

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

  • m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Location:
c/src/lib/libcpu/m68k
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/m68k/ChangeLog

    r92aaf3d rb98c8c9  
     12001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
     4        Apply include_*HEADERS instead of H_FILES.
     5
    162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am

    r92aaf3d rb98c8c9  
    1414C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1515
    16 H_FILES = fpsp.defs
     16noinst_HEADERS = fpsp.defs
    1717
    1818S_FILES = bindec.S binstr.S bugfix.S decbin.S do_func.S gen_except.S \
  • c/src/lib/libcpu/m68k/shared/cache/Makefile.am

    r92aaf3d rb98c8c9  
    1010C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1111
    12 H_FILES = cache_.h
    13 INSTALLED_H_FILES =
     12include_libcpudir = $(includedir)/libcpu
     13
     14noinst_HEADERS = cache_.h
     15include_libcpu_HEADERS = cache.h
    1416
    1517OBJS = $(C_O_FILES)
     
    2729        $(INSTALL_DATA) $< $@
    2830
    29 $(PROJECT_INCLUDE)/libcpu/cache.h: $(top_srcdir)/../shared/include/cache.h
    30         $(INSTALL_DATA) $< $@
     31cache.h: $(top_srcdir)/../shared/include/cache.h
     32        cp $< $@
    3133
    3234PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
    33     $(PROJECT_INCLUDE)/libcpu/cache.h
     35    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
    3436
    3537all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
     38
     39CLEANFILES += cache.h
    3640
    3741EXTRA_DIST = cache.c cache_.h
Note: See TracChangeset for help on using the changeset viewer.