source: rtems/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.am @ 14b7d360

4.104.114.84.95
Last change on this file since 14b7d360 was 14b7d360, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/30/03 at 02:17:12

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

  • tod/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 513 bytes
Line 
1##
2## $Id$
3##
4
5C_FILES = todcfg.c
6OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
7
8include $(top_srcdir)/../../../../automake/compile.am
9include $(top_srcdir)/../../../../automake/lib.am
10
11shared_C_FILES = $(top_srcdir)/../../shared/tod.c
12OBJS += \
13    $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
14
15$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
16        ${COMPILE} -o $@ -c $<
17
18noinst_DATA = $(OBJS)
19
20EXTRA_DIST = $(C_FILES)
21
22include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.