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

4.104.114.84.95
Last change on this file since b68e01c5 was 7258b7a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:28:07

2001-09-23 Ralf Corsepius <corsepiu@…>

  • include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
  • include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
  • src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
  • src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
  • src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 555 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[f79d96e1]7include_rdbgdir = $(includedir)/rdbg
[e1d8abb]8
[f79d96e1]9if HAS_RDBG
10include_rdbg_HEADERS = rdbg.h servrpc.h
[e1d8abb]11
[7258b7a]12PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
[f79d96e1]13    $(include_rdbg_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
[f79d96e1]27EXTRA_DIST = rdbg.h servrpc.h
28
[e1d8abb]29include $(top_srcdir)/../../../automake/subdirs.am
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.