source: rtems/c/src/librdbg/include/rdbg/powerpc/Makefile.am @ 4a501bd

4.104.114.84.95
Last change on this file since 4a501bd was 4a501bd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 06:39:01

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

  • include/rdbg/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • include/rdbg/i386/Makefile.am: Ditto.
  • include/rdbg/m68k/Makefile.am: Ditto.
  • include/rdbg/powerpc/Makefile.am: Ditto.
  • src/i386/Makefile.am: Ditto.
  • src/m68k/Makefile.am: Ditto.
  • src/powerpc/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 751 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[f79d96e1]5include_rdbgdir = $(includedir)/rdbg
[e1d8abb]6
[f79d96e1]7include_rdbg_HEADERS = rdbg_f.h reg.h
[e1d8abb]8
[7ed1e747]9all-local: $(PREINSTALL_FILES)
[e1d8abb]10
[7ed1e747]11PREINSTALL_FILES =
[e1d8abb]12
[7ed1e747]13$(PROJECT_INCLUDE)/rdbg/$(dirstamp):
[d329e3ad]14        @$(mkdir_p) $(PROJECT_INCLUDE)/rdbg
[7ed1e747]15        @: > $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
[4a501bd]16PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
[7ed1e747]17
18$(PROJECT_INCLUDE)/rdbg/rdbg_f.h: rdbg_f.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
19        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/rdbg_f.h
20PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/rdbg_f.h
21
22$(PROJECT_INCLUDE)/rdbg/reg.h: reg.h $(PROJECT_INCLUDE)/rdbg/$(dirstamp)
23        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rdbg/reg.h
24PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg/reg.h
[e1d8abb]25
[4a501bd]26CLEANFILES = $(PREINSTALL_FILES)
27
[0bc2339]28include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.