source: rtems/c/src/libnetworking/sys/Makefile.am @ b68e01c5

4.104.114.84.95
Last change on this file since b68e01c5 was b68e01c5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:28:22

2001-09-23 Ralf Corsepius <corsepiu@…>

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