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

4.104.114.84.95
Last change on this file since a58638b was a58638b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 13:57:33

2000-11-30 Joel Sherrill <joel@…>

  • sys/ttycom.h: Moved to lib/include/sys.
  • Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 661 bytes
RevLine 
[4bf1801]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[9b28bea5]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 \
[a58638b]10    sockio.h sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \
11    uio.h un.h
[df49c60]12
13noinst_HEADERS = $(H_FILES)
14
[9b28bea5]15PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
16    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
[df49c60]17
18$(PROJECT_INCLUDE)/sys:
19        @$(mkinstalldirs) $@
20
21$(PROJECT_INCLUDE)/sys/%.h: %.h
22        $(INSTALL_DATA) $< $@
23
24all-local: $(PREINSTALL_FILES)
[4bf1801]25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.