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

4.104.114.84.95
Last change on this file since f5f31dd 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
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7if HAS_NETWORKING
8else
[9608320]9NETWORKING_H_FILES += ioctl.h
[e1d8abb]10endif
11
[04e4829]12if NEWLIB
13NEWLIB_H_FILES += termios.h cdefs.h
[e1d8abb]14endif
15
[f5f31dd]16H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
[e1d8abb]17
[621db4d2]18noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
[e1d8abb]19
[df49c60]20PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
21    $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)
[e1d8abb]22
23$(PROJECT_INCLUDE)/sys:
24        @$(mkinstalldirs) $@
25$(PROJECT_INCLUDE)/sys/%.h: %.h
26        $(INSTALL_DATA) $< $@
27
[df49c60]28all-local: $(PREINSTALL_FILES)
[e1d8abb]29
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.