source: rtems/c/src/lib/libbsp/powerpc/shared/openpic/Makefile.am @ a77cd066

4.104.114.84.95
Last change on this file since a77cd066 was a77cd066, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 11:24:16

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

  • bootloader/Makefile.am: Put all files into EXTRA_DIST.
  • vme/Makefile.am: Ditto.
  • console/Makefile.am: Move H_FILES to include_bsp_HEADERS. Add preinstallation dirstamp support.
  • irq/Makefile.am: Ditto.
  • motorola/Makefile.am: Ditto.
  • openpic/Makefile.am: Ditto.
  • pci/Makefile.am: Ditto.
  • residual/Makefile.am: Ditto.
  • vectors/Makefile.am: Ditto.
  • Makefile.am: Remove empty lines.
  • clock/Makefile.am: Ditto.
  • include/Makefile.am: Ditto.
  • startup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 590 bytes
Line 
1##
2## $Id$
3##
4
5C_FILES = openpic.c
6
7include_bspdir = $(includedir)/bsp
8include_bsp_HEADERS = openpic.h
9
10all-local: $(PREINSTALL_FILES)
11
12EXTRA_DIST = openpic.c
13
14PREINSTALL_FILES =
15
16$(PROJECT_INCLUDE)/bsp/$(dirstamp):
17        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
18        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
19PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
20
21$(PROJECT_INCLUDE)/bsp/openpic.h: openpic.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/openpic.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/openpic.h
24
25include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.