source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ide/Makefile.am @ 724cc1e

4.104.114.84.95
Last change on this file since 724cc1e was 724cc1e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:53:39

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
ide/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
irq/Makefile.am: Reflect having moved automake.
network/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
vectors/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 626 bytes
RevLine 
[ebe5abc]1##
2## Makefile.am,v 1.5 2002/08/11 06:59:03 ralf Exp
3##
4
5
6PGM = # $(ARCH)/console.rel
7
8C_FILES = idecfg.c pcmcia_ide.c
9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11OBJS = $(C_O_FILES)
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[724cc1e]14include $(top_srcdir)/../../../../automake/compile.am
15include $(top_srcdir)/../../../../automake/lib.am
[ebe5abc]16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(PGM): $(OBJS)
22        $(make-rel)
23
24# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
25
26all-local: $(ARCH) $(OBJS) $(PGM)
27
28.PRECIOUS: $(PGM)
29
30EXTRA_DIST = idecfg.c
31
[724cc1e]32include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.