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:
662 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | include_sysdir = $(includedir)/sys |
---|
6 | |
---|
7 | # param.h now in newlib 30 July 2002 Joel |
---|
8 | include_sys_HEADERS = buf.h callout.h conf.h domain.h kernel.h libkern.h \ |
---|
9 | malloc.h mbuf.h mount.h proc.h protosw.h queue.h reboot.h \ |
---|
10 | resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \ |
---|
11 | sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \ |
---|
12 | uio.h un.h |
---|
13 | |
---|
14 | PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \ |
---|
15 | $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%) |
---|
16 | |
---|
17 | $(PROJECT_INCLUDE)/sys: |
---|
18 | @$(mkinstalldirs) $@ |
---|
19 | |
---|
20 | $(PROJECT_INCLUDE)/sys/%.h: %.h |
---|
21 | $(INSTALL_DATA) $< $@ |
---|
22 | |
---|
23 | all-local: $(PREINSTALL_FILES) |
---|
24 | |
---|
25 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.