source: rtems/c/src/lib/include/sys/Makefile.am @ d3795e3e

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

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

  • include/sys/ttycom.h: New file -- moved from libnetworking/sys.
  • Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 561 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_NETWORKING
8else
9NETWORKING_H_FILES += ioctl.h
10endif
11
12if NEWLIB
13NEWLIB_H_FILES += termios.h cdefs.h
14endif
15
16H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
17
18noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
19
20PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
21    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
22
23$(PROJECT_INCLUDE)/sys:
24        @$(mkinstalldirs) $@
25$(PROJECT_INCLUDE)/sys/%.h: %.h
26        $(INSTALL_DATA) $< $@
27
28all-local: $(PREINSTALL_FILES)
29
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.