summaryrefslogtreecommitdiffstats
path: root/src/util/pty/Makefile.in
blob: 5fde549cfba886e28db495f46b6bdbefc68fa3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
thisconfigdir=.
myfulldir=util/pty
mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)
RELDIR=../util/pty

SED = sed

KRB5_RUN_ENV= @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

LIB=pty
LIBMAJOR=1
LIBMINOR=2

STLIBOBJS= cleanup.o getpty.o init_slave.o open_ctty.o open_slave.o \
	update_utmp.o update_wtmp.o vhangup.o void_assoc.o pty_err.o \
	logwtmp.o init.o sane_hostname.o

STOBJLISTS=OBJS.ST

INSTALLFILE = cp

# for pty-int.h
LOCALINCLUDES=-I. -I$(srcdir)

FILES= Makefile cleanup.c getpty.c init_slave.c open_ctty.c open_slave.c update_utmp.c update_wtmp.c vhangup.c void_assoc.c pty_err.h pty_err.c\
logwtmp.c init.c

CFILES=$(srcdir)/cleanup.c $(srcdir)/getpty.c $(srcdir)/init_slave.c \
	$(srcdir)/open_ctty.c $(srcdir)/open_slave.c \
	$(srcdir)/update_utmp.c $(srcdir)/update_wtmp.c $(srcdir)/vhangup.c \
	$(srcdir)/void_assoc.c $(srcdir)/logwtmp.c \
	$(srcdir)/init.c $(srcdir)/sane_hostname.c


SRCS=pty_err.c $(CFILES)
SHLIB_EXPDEPS = \
	$(TOPLIBD)/libcom_err$(SHLIBEXT)
SHLIB_EXPLIBS= -lcom_err 
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)

DEPLIBS=

#
all-unix:: includes pty_err.h

all-unix:: all-liblinks

dump-utmp: dump-utmp.o
	$(CC) $(LDFLAGS) -o dump-utmp dump-utmp.o
dump-utmp.o: dump-utmp.c

pty_paranoia: pty_paranoia.o $(COM_ERR_DEPLIB) $(PTY_DEPLIB)
	$(CC_LINK) -o pty_paranoia pty_paranoia.o $(PTY_LIB) $(COM_ERR_LIB) $(LIBS)

check-paranoia: pty_paranoia
	$(KRB5_RUN_ENV) ./pty_paranoia

install-unix:: install-libs

clean-unix::
	$(RM) libpty.a $(BUILDTOP)/include/libpty.h pty_err.c pty_err.h
clean-unix:: clean-liblinks clean-libs clean-libobjs

depend::  pty_err.h

install:: libpty.h
	$(INSTALL_DATA) $(srcdir)/libpty.h  $(DESTDIR)$(KRB5_INCDIR)/libpty.h

clean-mac::
	$(RM) libpty.a
	$(RM) $(LIBOBJS)

## 

includes:: libpty.h
	if cmp $(srcdir)/libpty.h \
	$(BUILDTOP)/include/libpty.h >/dev/null 2>&1; then :; \
	else \
		(set -x; $(RM) $(BUILDTOP)/include/libpty.h; \
		 $(CP) $(srcdir)/libpty.h \
			$(BUILDTOP)/include/libpty.h) ; \
	fi

includes:: $(BUILDTOP)/include/krb5/autoconf.h

clean-unix::
	$(RM) $(BUILDTOP)/include/libpty.h



clean-unix:: clean-liblinks clean-libs clean-libobjs clean-files

clean-mac:: clean-files

clean-files::
	rm -f *~ \#* *.bak \
		*.otl *.aux *.toc *.PS *.dvi *.x9700 *.ps \
		*.cp *.fn *.ky *.log *.pg *.tp *.vr \
		*.o profiled/?*.o libcom_err.a libcom_err_p.a \
		com_err.o compile_et \
		et.ar TAGS y.tab.c lex.yy.c error_table.c \
		et_lex.lex.c \
		test1.h test1.c test2.h test2.c test_et \
		eddep makedep *.ln

pty_err.o: pty_err.c
pty_err.h: pty_err.et
pty_err.c: pty_err.et

$(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in
	(cd $(BUILDTOP)/include; $(MAKE) krb5/autoconf.h)

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(BUILDTOP)/include/com_err.h
cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(BUILDTOP)/include/com_err.h \
  libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(BUILDTOP)/include/com_err.h \
  pty-int.h pty_err.h $(SRCTOP)/include/syslog.h libpty.h \
  $(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
  $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/port-sockets.h