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

4.104.114.84.95
Last change on this file since 80bbfb9a was 80bbfb9a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:15

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 741 bytes
Line 
1##
2## $Id$
3##
4
5
6C_FILES = c_clock.c
7
8include_libcpudir = $(includedir)/libcpu
9
10include_libcpu_HEADERS = c_clock.h
11
12c_clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../automake/lib.am
17
18$(PROJECT_INCLUDE)/libcpu:
19        $(mkinstalldirs) $@
20$(PROJECT_INCLUDE)/libcpu/%.h: %.h
21        $(INSTALL_DATA) $< $@
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26
27PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
28    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
29
30all-local: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS)
31
32EXTRA_DIST = c_clock.c c_clock.h
33
34include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.