source: rtems/c/src/lib/libbsp/arm/shared/Makefile.am @ 717a34e9

4.104.114.84.95
Last change on this file since 717a34e9 was aed95bd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 14:39:56

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

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 615 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_DIRS =
13PREINSTALL_FILES =
14
15$(PROJECT_INCLUDE)/$(dirstamp):
16        @$(mkdir_p) $(PROJECT_INCLUDE)
17        @: > $(PROJECT_INCLUDE)/$(dirstamp)
18PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
19
20$(PROJECT_INCLUDE)/uart.h: comm/uart.h $(PROJECT_INCLUDE)/$(dirstamp)
21        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/uart.h
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/uart.h
23
24CLEANFILES = $(PREINSTALL_FILES)
25DISTCLEANFILES = $(PREINSTALL_DIRS)
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.