source: rtems/c/src/lib/libbsp/powerpc/shared/residual/Makefile.am @ e83c535

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

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

  • console/Makefile.am: Add PREINSTALL_DIRS.
  • irq/Makefile.am: Add PREINSTALL_DIRS.
  • motorola/Makefile.am: Add PREINSTALL_DIRS.
  • openpic/Makefile.am: Add PREINSTALL_DIRS.
  • pci/Makefile.am: Add PREINSTALL_DIRS.
  • residual/Makefile.am: Add PREINSTALL_DIRS.
  • vectors/Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 854 bytes
Line 
1##
2## $Id$
3##
4
5C_FILES = residual.c
6
7include_bspdir = $(includedir)/bsp
8include_bsp_HEADERS = pnp.h residual.h
9
10all-local: $(PREINSTALL_FILES)
11
12EXTRA_DIST = residual.c
13
14PREINSTALL_DIRS =
15PREINSTALL_FILES =
16
17$(PROJECT_INCLUDE)/bsp/$(dirstamp):
18        @$(mkdir_p) $(PROJECT_INCLUDE)/bsp
19        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
20PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
21
22$(PROJECT_INCLUDE)/bsp/pnp.h: pnp.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
23        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/pnp.h
24PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/pnp.h
25
26$(PROJECT_INCLUDE)/bsp/residual.h: residual.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
27        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/residual.h
28PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/residual.h
29
30CLEANFILES = $(PREINSTALL_FILES)
31DISTCLEANFILES = $(PREINSTALL_DIRS)
32
33include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.