source: rtems/cpukit/libnetworking/sys/Makefile.am @ f5f31dd

4.104.114.84.95
Last change on this file since f5f31dd was 9b28bea5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:07:35

2000-09-04 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am, lib/Makefile.am, libc/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 670 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = buf.h callout.h conf.h domain.h filio.h ioctl.h kernel.h libkern.h \
8    malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \
9    resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
10    sockio.h sysctl.h syslimits.h syslog.h systm.h ttycom.h ttydefaults.h \
11    ucred.h uio.h un.h
12
13noinst_HEADERS = $(H_FILES)
14
15PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
16    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
17
18$(PROJECT_INCLUDE)/sys:
19        @$(mkinstalldirs) $@
20
21$(PROJECT_INCLUDE)/sys/%.h: %.h
22        $(INSTALL_DATA) $< $@
23
24all-local: $(PREINSTALL_FILES)
25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.