source: rtems/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am @ bebc81e4

4.104.114.84.95
Last change on this file since bebc81e4 was bebc81e4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 15:37:35

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

  • Makefile.am: Add dirstamps to preinstallation.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 409 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../../shared
6
7C_FILES = clock_driver_stub.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10OBJS = $(C_O_FILES)
11
12include $(top_srcdir)/../../../../automake/compile.am
13include $(top_srcdir)/../../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19all-local: $(OBJS)
20
21.PRECIOUS:
22
23EXTRA_DIST =
24
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.