source: rtems/cpukit/libnetworking/machine/Makefile.am @ 9fcd1a1c

4.104.114.84.95
Last change on this file since 9fcd1a1c was 9fcd1a1c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 23:31:00

2002-07-30 Joel Sherrill <joel@…>

  • machine/types.h: Removed as a simpler version of this file is now part of the RTEMS newlib support.
  • machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c, rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h: Minor modifications to use the simpler machine/types.h. Mostly more complete sets of #include's to account for machine/types.h no longer doing this.
  • Property mode set to 100644
File size: 460 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
5
[e6d8fe47]6include_machinedir = $(includedir)/machine
[4bf1801]7
[9fcd1a1c]8include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h \
9    param.h vmparam.h
[df49c60]10
[b68e01c5]11PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
[e6d8fe47]12    $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
[df49c60]13
14$(PROJECT_INCLUDE)/machine:
15        @$(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/machine/%.h: %.h
18        $(INSTALL_DATA) $< $@
19
20all-local: $(PREINSTALL_FILES)
21
[f22ebf0]22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.