CC = @[email protected]
CFLAGS = @[email protected] @[email protected]
CPPFLAGS = @[email protected] [email protected]@ @[email protected]
LDFLAGS =
SHOBJLDFLAGS = @[email protected]
LIBS = @[email protected]
INSTALL = @[email protected]
PACKAGE_VERSION = @[email protected]
TCL_PACKAGE_PATH = @[email protected]
PACKAGE_INSTALL_DIR = $(TCL_PACKAGE_PATH)/tcltls$(PACKAGE_VERSION)
srcdir = @[email protected]
all: [email protected]@
[email protected]@: tls.o tlsBIO.o tlsIO.o tlsX509.o
install: [email protected]@ pkgIndex.tcl
clean:
rm -f tls.o tlsBIO.o tlsIO.o tlsX509.o
distclean: clean
rm -f config.log config.status
rm -f Makefile pkgIndex.tcl
mrproper: distclean
rm -f configure
rm -rf aclocal autom4te.cache
.PHONY: all install clean distclean mrproper