source: rtems/c/src/lib/libcpu/mips/tx39/include/Makefile.am @ bb621b0

4.104.114.84.95
Last change on this file since bb621b0 was bb621b0, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/01 at 22:48:10

2001-03-03 Ralf Corsepius <corsepiu@…>

  • shared/cache/Makefile.am, tx39/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 451 bytes
RevLine 
[b4d0d18e]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[bb621b0]7include_libcpudir = $(includedir)/libcpu
8
9include_libcpu_HEADERS = tx3904.h
[b4d0d18e]10
11$(PROJECT_INCLUDE)/libcpu:
12        $(mkinstalldirs) $@
13
14$(PROJECT_INCLUDE)/libcpu/%.h: %.h
15        $(INSTALL_DATA) $< $@
16
17TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
[bb621b0]18    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
[b4d0d18e]19
20all-local: $(TMPINSTALL_FILES)
21
22EXTRA_DIST = tx3904.h
23
24include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.