source: rtems/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am @ 006a432a

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

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

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • scv64/Makefile.am: Eliminate VPATH.
  • sonic/Makefile.am: Eliminate VPATH.
  • start/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • tod/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 522 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
[de2b815]5C_FILES = conscfg.c debugio.c
6OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]7
[ffb2661]8include $(top_srcdir)/../../../../automake/compile.am
9include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]10
[de2b815]11shared_C_FILES = $(top_srcdir)/../../shared/console.c
12OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]13
[de2b815]14$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
15        ${COMPILE} -o $@ -c $<
[4e36a2f]16
[de2b815]17noinst_DATA = $(OBJS)
[4e36a2f]18
[de2b815]19EXTRA_DIST = $(C_FILES)
[4e36a2f]20
[ffb2661]21include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.