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

4.104.114.84.95
Last change on this file since 7fc2cbfe was d329e3ad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 15:59:19

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

  • include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • src/i386/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • src/m68k/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 819 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        @$(mkdir_p) $(PROJECT_INCLUDE)/rdbg
23        @: > $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
24
25$(PROJECT_INCLUDE)/rdbg/rdbg.h: rdbg.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
26        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/rdbg.h
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/rdbg.h
28
29$(PROJECT_INCLUDE)/rdbg/servrpc.h: servrpc.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/servrpc.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/servrpc.h
32endif
33
34include $(top_srcdir)/automake/subdirs.am
35include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.