source: rtems/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.am @ 0a0da8f2

4.104.114.84.95
Last change on this file since 0a0da8f2 was f739fa0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/21/02 at 00:06:04

2002-12-20 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 724 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/consolex.rel
7
8C_FILES = consolex.c
9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11include_HEADERS = consolex.h
12
13OBJS = $(C_O_FILES)
14
15include $(top_srcdir)/../../../../../../automake/compile.am
16include $(top_srcdir)/../../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(PGM): $(OBJS)
23        $(make-rel)
24
25$(PROJECT_INCLUDE):
26        $(mkinstalldirs) $@
27
28$(PROJECT_INCLUDE)/%.h: %.h
29        $(INSTALL_DATA) $< $@
30
31TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
32    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
33
34all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
35
36.PRECIOUS: $(PGM)
37
38EXTRA_DIST = README cTest.c consolex.c consolex.h
39
40include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.