source: rtems/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am @ a9c795b9

4.104.114.84.95
Last change on this file since a9c795b9 was a9c795b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 11:51:05

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

  • Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc505/Makefile.am: Reformat.
  • mpc505/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc505/timer/Makefile.am: Reformat.
  • mpc505/vectors/Makefile.am: Reformat.
  • mpc6xx/Makefile.am: Reformat.
  • mpc6xx/clock/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc6xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc6xx/mmu/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc6xx/timer/Makefile.am: Reformat.
  • mpc6xx/wrapup/Makefile.am: Reformat.
  • mpc8260/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8260/clock/Makefile.am: Reformat.
  • mpc8260/console-generic/Makefile.am: Reformat.
  • mpc8260/cpm/Makefile.am: Reformat.
  • mpc8260/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8260/mmu/Makefile.am: Reformat.
  • mpc8260/timer/Makefile.am: Reformat.
  • mpc8xx/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8xx/clock/Makefile.am: Reformat.
  • mpc8xx/console-generic/Makefile.am: Reformat.
  • mpc8xx/cpm/Makefile.am: Reformat.
  • mpc8xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8xx/mmu/Makefile.am: Reformat.
  • mpc8xx/timer/Makefile.am: Reformat.
  • ppc403/Makefile.am: Reformat.
  • ppc403/clock/Makefile.am: Reformat.
  • ppc403/console/Makefile.am: Reformat.
  • ppc403/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • ppc403/timer/Makefile.am: Reformat.
  • ppc403/tty_drv/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • ppc403/vectors/Makefile.am: Reformat.
  • shared/Makefile.am: Reformat.
  • shared/include/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • shared/src/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • wrapup/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 870 bytes
RevLine 
[df49c60]1##
[bc2f04f]2## $Id$
[df49c60]3##
[bc2f04f]4
5C_FILES = c_clock.c
6
[98f3cfa]7include_libcpudir = $(includedir)/libcpu
8
9include_libcpu_HEADERS = c_clock.h
[bc2f04f]10
[360225e6]11c_clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[bc2f04f]12
[bf0747d]13include $(top_srcdir)/../../../automake/compile.am
14include $(top_srcdir)/../../../automake/lib.am
[bc2f04f]15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
[4e36a2f]20all-local: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS)
[bc2f04f]21
[4e36a2f]22EXTRA_DIST = c_clock.c c_clock.h
[bc2f04f]23
[a9c795b9]24PREINSTALL_FILES =
25
26$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
27        @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
28        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
30
31$(PROJECT_INCLUDE)/libcpu/c_clock.h: c_clock.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
32        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/c_clock.h
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/c_clock.h
34
[bf0747d]35include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.