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
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | if HAS_NETWORKING |
---|
8 | else |
---|
9 | NETWORKING_H_FILES += ioctl.h |
---|
10 | endif |
---|
11 | |
---|
12 | if NEWLIB |
---|
13 | NEWLIB_H_FILES += termios.h cdefs.h |
---|
14 | endif |
---|
15 | |
---|
16 | H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) |
---|
17 | |
---|
18 | noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h |
---|
19 | |
---|
20 | PREINSTALL_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 | |
---|
28 | all-local: $(PREINSTALL_FILES) |
---|
29 | |
---|
30 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.