source: rtems/c/src/librdbg/include/rdbg/Makefile.am @ cab2730

4.104.114.84.95
Last change on this file since cab2730 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 497 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_RDBG
[9608320]8H_FILES = rdbg.h servrpc.h
[e1d8abb]9
[9608320]10noinst_HEADERS = $(H_FILES)
[e1d8abb]11
[df49c60]12PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
13    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
[e1d8abb]14
15$(PROJECT_INCLUDE)/rdbg:
16        @$(mkinstalldirs) $@
17$(PROJECT_INCLUDE)/rdbg/%.h: %.h
18        $(INSTALL_DATA) $< $@
19endif
20
[df49c60]21all-local: $(PREINSTALL_FILES)
[e1d8abb]22
23if HAS_RDBG
24SUBDIRS = $(RTEMS_CPU)
25endif
26
27include $(top_srcdir)/../../../automake/subdirs.am
28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.