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

4.104.114.84.95
Last change on this file since 74066232 was 7ed1e747, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 08:39:06

2003-12-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reformat. Apply dirstamps to preinstallation.
  • include/Makefile.am: Ditto.
  • include/rdbg/Makefile.am: Ditto.
  • include/rdbg/i386/Makefile.am: Ditto.
  • include/rdbg/m68k/Makefile.am: Ditto.
  • include/rdbg/powerpc/Makefile.am: Ditto:
  • src/Makefile.am: Ditto.
  • src/i386/Makefile.am: Ditto.
  • src/i386/any/Makefile.am: Ditto.
  • src/m68k/Makefile.am: Ditto.
  • src/m68k/any/Makefile.am: Ditto.
  • src/powerpc/Makefile.am: Ditto.
  • src/powerpc/new_exception_processing/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 881 bytes
Line 
1##
2## $Id$
3##
4
5if HAS_RDBG
6include_rdbgdir = $(includedir)/rdbg
7
8include_rdbg_HEADERS = rdbg.h servrpc.h
9endif
10
11all-local: $(PREINSTALL_FILES)
12
13if HAS_RDBG
14SUBDIRS = $(RTEMS_CPU)
15DIST_SUBDIRS = $(RTEMS_CPU)
16endif
17
18PREINSTALL_FILES =
19
20if HAS_RDBG
21$(PROJECT_INCLUDE)/rdbg/$(dirstamp):
22        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rdbg
23        @: > $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
24PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
25
26$(PROJECT_INCLUDE)/rdbg/rdbg.h: rdbg.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
27        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/rdbg.h
28PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/rdbg.h
29
30$(PROJECT_INCLUDE)/rdbg/servrpc.h: servrpc.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
31        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/servrpc.h
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/servrpc.h
33endif
34
35include $(top_srcdir)/automake/subdirs.am
36include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.