source: rtems/c/src/lib/libbsp/powerpc/eth_comm/clock/Makefile.am @ 006a432a

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

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

  • canbus/Makefile.am: Eliminate VPATH.
  • clock/Makefile.am: Eliminate VPATH.
  • console/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: 333 bytes
RevLine 
[4055e6f8]1##
2## $Id$
3##
4
5C_FILES = p_clock.c
[006a432a]6OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4055e6f8]7
[635d918]8include $(top_srcdir)/../../../../automake/compile.am
9include $(top_srcdir)/../../../../automake/lib.am
[4055e6f8]10
[006a432a]11# the .o files built here will be put into libbsp.a by ../wrapup/Makefile
[4055e6f8]12
[006a432a]13noinst_DATA = $(OBJS)
[4055e6f8]14
[635d918]15include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.