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
Line 
1##
2## $Id$
3##
4
5
6include_machinedir = $(includedir)/machine
7
8include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h \
9    param.h vmparam.h
10
11PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
12    $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
13
14$(PROJECT_INCLUDE)/machine:
15        @$(mkinstalldirs) $@
16
17$(PROJECT_INCLUDE)/machine/%.h: %.h
18        $(INSTALL_DATA) $< $@
19
20all-local: $(PREINSTALL_FILES)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.