source: rtems/c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am @ 1ec501c

4.104.114.84.95
Last change on this file since 1ec501c was 1ec501c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/22/01 at 13:42:45

2001-10-22 Andy Dachs <a.dachs@…>

  • Added mpc8260 directory.
  • Modified Makefile.am and configure.in to build the contents
  • mpc8260/Makefile.am, mpc8260/README, mpc8260/clock/Makefile.am, mpc8260/clock/clock.c, mpc8260/console-generic/Makefile.am, mpc8260/console-generic/console-generic.c, mpc8260/cpm/.cvsignore, mpc8260/cpm/Makefile.am, mpc8260/cpm/brg.c, mpc8260/cpm/cp.c, mpc8260/cpm/dpram.c, mpc8260/exceptions/.cvsignore, mpc8260/exceptions/Makefile.am, mpc8260/exceptions/asm_utils.S, mpc8260/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.h, mpc8260/include/Makefile.am, mpc8260/include/console.h, mpc8260/include/cpm.h, mpc8260/include/mmu.h, mpc8260/include/mpc8260.h, mpc8260/mmu/Makefile.am, mpc8260/mmu/mmu.c, mpc8260/timer/Makefile.am, mpc8260/timer/timer.c: New files.
  • Property mode set to 100644
File size: 511 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = ${ARCH}/clock.rel
8
9## C sources
10C_FILES = clock.c
11
12clock_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#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(PGM): $(clock_rel_OBJECTS)
23        $(make-rel)
24
25all-local: ${ARCH} $(PGM)
26
27EXTRA_DIST = $(C_FILES)
28
29include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.