source: rtems/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.am @ 439675d

4.104.114.84.95
Last change on this file since 439675d was 439675d, checked in by Joel Sherrill <joel.sherrill@…>, on 06/18/01 at 22:35:28

2001-05-26 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/.cvsignore: Add bspopts.h*, stamp-h*.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • consolex/Makefile.am: Ditto.
  • include/bsp.h: Include bspopts.h.
  • Property mode set to 100644
File size: 797 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/consolex.rel
8
9C_FILES = consolex.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
[439675d]12include_HEADERS = consolex.h
[4e36a2f]13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[5a09781f]17include $(top_srcdir)/../../../../../../automake/compile.am
[4e36a2f]18include $(top_srcdir)/../../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24$(PGM): $(OBJS)
25        $(make-rel)
26
27$(PROJECT_INCLUDE):
28        $(mkinstalldirs) $@
29
[439675d]30$(PROJECT_INCLUDE)/%.h: %.h
[4e36a2f]31        $(INSTALL_DATA) $< $@
32
[439675d]33TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
34    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
[4e36a2f]35
36all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
37
38.PRECIOUS: $(PGM)
39
40EXTRA_DIST = README cTest.c consolex.c consolex.h
41
42include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.