source: rtems/cpukit/libnetworking/machine/Makefile.am @ d9ab6d3

4.104.114.84.95
Last change on this file since d9ab6d3 was d9ab6d3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/02 at 00:48:03

2002-08-01 Joel Sherrill <joel@…>

  • machine/param.h, sys/syslimits.h: In the continued effort to eliminate .h conflicts between newlib and RTEMS, these were moved to newlib.
  • machine/Makefile.am, sys/Makefile.am: Reflect above.
  • Property mode set to 100644
File size: 437 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
5
[e6d8fe47]6include_machinedir = $(includedir)/machine
[4bf1801]7
[d9ab6d3]8include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h vmparam.h
[df49c60]9
[b68e01c5]10PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
[e6d8fe47]11    $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
[df49c60]12
13$(PROJECT_INCLUDE)/machine:
14        @$(mkinstalldirs) $@
15
16$(PROJECT_INCLUDE)/machine/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19all-local: $(PREINSTALL_FILES)
20
[f22ebf0]21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.