Changeset b768665b in rtems


Ignore:
Timestamp:
12/01/03 12:17:02 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2c48597d
Parents:
7a53dc9
Message:

2003-12-01 Ralf Corsepius <corsepiu@…>

  • m68040/Makefile.am: Reformat.
  • m68040/fpsp/Makefile.am: Reformat.
  • shared/Makefile.am: Reformat.
  • shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
  • shared/misc/Makefile.am: Reformat.
Location:
c/src/lib/libcpu/m68k
Files:
6 edited

Legend:

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

    r7a53dc9 rb768665b  
     12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * m68040/Makefile.am: Reformat.
     4        * m68040/fpsp/Makefile.am: Reformat.
     5        * shared/Makefile.am: Reformat.
     6        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
     7        * shared/misc/Makefile.am: Reformat.
     8
    192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/lib/libcpu/m68k/m68040/Makefile.am

    r7a53dc9 rb768665b  
    22## $Id$
    33##
    4 
    54
    65SUBDIRS = fpsp
  • c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am

    r7a53dc9 rb768665b  
    22## $Id$
    33##
    4 
    54
    65PGM = $(ARCH)/fpsp.rel
  • c/src/lib/libcpu/m68k/shared/Makefile.am

    r7a53dc9 rb768665b  
    22## $Id$
    33##
    4 
    54
    65SUBDIRS = cache misc
  • c/src/lib/libcpu/m68k/shared/cache/Makefile.am

    r7a53dc9 rb768665b  
    1818AM_CPPFLAGS += -I$(srcdir)
    1919
    20 $(PROJECT_INCLUDE)/libcpu:
    21         $(mkinstalldirs) $@
    22 
    23 $(PROJECT_INCLUDE)/libcpu/%.h: %.h
    24         $(INSTALL_DATA) $< $@
    25 
    2620cache.h: $(top_srcdir)/../shared/include/cache.h
    2721        cp $< $@
    28 
    29 PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
    30     $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
    3122
    3223all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
     
    3627EXTRA_DIST = cache.c cache_.h
    3728
     29PREINSTALL_FILES =
     30
     31$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
     32        @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
     33        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     34PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     35
     36$(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     37        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
     39
    3840include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/m68k/shared/misc/Makefile.am

    r7a53dc9 rb768665b  
    22## $Id$
    33##
    4 
    54
    65C_FILES = memcpy.c m68kidle.c
Note: See TracChangeset for help on using the changeset viewer.