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

4.104.114.84.95
Last change on this file since 948c0d2 was 948c0d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:42:50

2004-01-21 Ralf Corsepius <corsepiu@…>

  • include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
  • include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
  • include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
  • include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
  • src/i386/Makefile.am: Add PREINSTALL_DIRS.
  • src/m68k/Makefile.am: Add PREINSTALL_DIRS.
  • src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 962 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_DIRS =
19PREINSTALL_FILES =
20
21if HAS_RDBG
22$(PROJECT_INCLUDE)/rdbg/$(dirstamp):
23        @$(mkdir_p) $(PROJECT_INCLUDE)/rdbg
24        @: > $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
25PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
26
27$(PROJECT_INCLUDE)/rdbg/rdbg.h: rdbg.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
28        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/rdbg.h
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/rdbg.h
30
31$(PROJECT_INCLUDE)/rdbg/servrpc.h: servrpc.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
32        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/servrpc.h
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/servrpc.h
34endif
35
36CLEANFILES = $(PREINSTALL_FILES)
37DISTCLEANFILES = $(PREINSTALL_DIRS)
38
39include $(top_srcdir)/automake/subdirs.am
40include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.