source: rtems/c/src/lib/libbsp/arm/shared/Makefile.am @ 95f1cc5

4.104.114.84.95
Last change on this file since 95f1cc5 was f9f75eda, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 06:46:52

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

  • Makefile.am: Add preinstallation dirstamp support.
  • Property mode set to 100644
File size: 534 bytes
Line 
1##
2## $Id$
3##
4
5# comm
6include_HEADERS = comm/uart.h
7EXTRA_DIST = comm/console.c comm/uart.c
8
9# irq
10EXTRA_DIST += irq/irq_asm.S irq/irq_init.c
11
12PREINSTALL_FILES =
13
14$(PROJECT_INCLUDE)/$(dirstamp):
15        @$(mkinstalldirs) $(PROJECT_INCLUDE)
16        @: > $(PROJECT_INCLUDE)/$(dirstamp)
17PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
18
19$(PROJECT_INCLUDE)/uart.h: comm/uart.h $(PROJECT_INCLUDE)/$(dirstamp)
20        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/uart.h
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/uart.h
22
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.