source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ide/Makefile.am @ 926ec3b2

4.104.114.84.95
Last change on this file since 926ec3b2 was 926ec3b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/03 at 16:09:32

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

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • ide/Makefile.am: Eliminate VPATH.
  • irq/Makefile.am: Eliminate VPATH.
  • network/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 388 bytes
Line 
1##
2## Makefile.am,v 1.5 2002/08/11 06:59:03 ralf Exp
3##
4
5C_FILES = idecfg.c pcmcia_ide.c
6OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
7
8include $(top_srcdir)/../../../../automake/compile.am
9include $(top_srcdir)/../../../../automake/lib.am
10
11# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
12
13noinst_DATA = $(OBJS)
14
15include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.