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

4.104.114.84.95
Last change on this file since 621db4d2 was 9b05600, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 20:22:31

* empty log message *

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