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

4.104.114.84.95
Last change on this file since bb56b9f1 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
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_libcpudir = $(includedir)/libcpu
8
9include_libcpu_HEADERS = tx3904.h
10
11$(PROJECT_INCLUDE)/libcpu:
12        $(mkinstalldirs) $@
13
14$(PROJECT_INCLUDE)/libcpu/%.h: %.h
15        $(INSTALL_DATA) $< $@
16
17TMPINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
18    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
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.