source: rtems/c/src/lib/include/Makefile.am @ 45269dc

4.104.114.84.95
Last change on this file since 45269dc was 45269dc, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/99 at 15:34:26

Patch from Ralf Corsepius <corsepiu@…> to move librdbg
to its own top level package.

  • Property mode set to 100644
File size: 574 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_PIECES = chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \
8    timerdrv.h vmeintr.h
9
10noinst_HEADERS = $(H_PIECES)
11
12TMPINSTALL_FILES = \
13$(PROJECT_INCLUDE) \
14$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
15
16$(PROJECT_INCLUDE):
17        @$(mkinstalldirs) $@
18$(PROJECT_INCLUDE)/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21all-am: $(TMPINSTALL_FILES)
22debug-am: $(TMPINSTALL_FILES)
23profile-am: $(TMPINSTALL_FILES)
24
25SUBDIRS = sys motorola zilog
26
27include $(top_srcdir)/../../../automake/subdirs.am
28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.