Initial revision
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
26
appl/telnet/Makefile.in
Normal file
26
appl/telnet/Makefile.in
Normal file
@@ -0,0 +1,26 @@
|
||||
# Makefile.in,v 1.2 1994/05/13 05:02:46 assar Exp
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
CC = @CC@
|
||||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
DEFS = @DEFS@
|
||||
CFLAGS = @CFLAGS@
|
||||
|
||||
prefix = /usr/local
|
||||
exec_prefix = $(prefix)
|
||||
libdir = $(exec_prefix)/lib
|
||||
|
||||
all:
|
||||
cd libtelnet; make CC="${CC}"
|
||||
cd telnet; make CC="${CC}"
|
||||
cd telnetd; make CC="${CC}"
|
||||
|
||||
.DEFAULT:
|
||||
cd libtelnet; make $@ WHAT=${WHAT} CC="${CC}"
|
||||
cd telnet; make $@ WHAT=${WHAT} CC="${CC}"
|
||||
cd telnetd; make $@ WHAT=${WHAT} CC="${CC}"
|
30
appl/telnet/telnetd/Makefile.in
Normal file
30
appl/telnet/telnetd/Makefile.in
Normal file
@@ -0,0 +1,30 @@
|
||||
# Makefile.in,v 1.2 1994/05/13 05:02:46 assar Exp
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
CC = @CC@
|
||||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
DEFS = @DEFS@
|
||||
CFLAGS = @CFLAGS@
|
||||
|
||||
prefix = /usr/local
|
||||
exec_prefix = $(prefix)
|
||||
libdir = $(exec_prefix)/lib
|
||||
|
||||
#
|
||||
# Everything happens in ../Makefile.config and Makefile.generic
|
||||
#
|
||||
SHELL=/bin/sh
|
||||
|
||||
all:
|
||||
make -f $(VPATH)/../Config.local WHAT=${WHAT} CC="${CC}" VPATH=${VPATH}; \
|
||||
|
||||
.DEFAULT:
|
||||
make -f $(VPATH)/../Config.local WHAT=${WHAT} CC="${CC}" VPATH=${VPATH} $@; \
|
||||
|
||||
clean cleandir:
|
||||
rm -f *.o *.a telnet telnetd core
|
Reference in New Issue
Block a user