source: rtems/c/src/lib/include/rtems/Makefile.am @ 7f8c11c

4.104.114.84.95
Last change on this file since 7f8c11c was 88d7985, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 14:00:39

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

  • include/rtems/Makefile.am: Added termiostypes.h.
  • libc/Makefile.am: Removed termiostypes.h.
  • libc/termios.c: Changed include of "termiostypes.h" to <rtems/termiostypes.h> since that is an RTEMS specific header file.
  • Property mode set to 100644
File size: 435 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
8
9noinst_HEADERS = $(H_FILES)
10
11PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
12    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
13
14$(PROJECT_INCLUDE)/rtems:
15        @$(mkinstalldirs) $@
16$(PROJECT_INCLUDE)/rtems/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19all-local: $(PREINSTALL_FILES)
20
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.