Differences From Artifact [b8291eebf4]:
- File Makefile.in — part of check-in [18f663c190] at 2016-12-13 07:06:00 on branch trunk — Updated to include a pre-made tls.tcl.h in the distribution (user: rkeene, size: 2703) [annotate] [blame] [check-ins using]
To Artifact [f8ea5f6abc]:
- File Makefile.in — part of check-in [1eecfa3244] at 2016-12-13 08:19:19 on branch trunk — Added a "test" target (user: rkeene, size: 2812) [annotate] [blame] [check-ins using] [more...]
︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + + + | .c.o: $(CC) $(CPPFLAGS) $(CFLAGS) -o "$@" -c "$<" # Install the extension install: @EXTENSION_TARGET@ pkgIndex.tcl $(INSTALL) -d '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL) -t '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' @EXTENSION_TARGET@ pkgIndex.tcl # Test target, run the automated test suite test: @EXTENSION_TARGET@ cd tests && @TCLSH_PROG@ all.tcl # Clean the local build directory for rebuild against the same configuration clean: rm -f tls.o tlsBIO.o tlsIO.o tlsX509.o rm -f tcltls.@SHOBJEXT@ rm -f tcltls.a.new tcltls.a rm -f tls.tcl.h tls.tcl.h.new.1 tls.tcl.h.new.2 |
︙ | |||
72 73 74 75 76 77 78 | 76 77 78 79 80 81 82 83 | - + | # Clean the local build directory back to only thing things that exist in # version control system mrproper: distclean rm -f @srcdir@/configure @srcdir@/config.sub @srcdir@/config.guess @srcdir@/install-sh rm -f @srcdir@/aclocal.m4 rm -rf @srcdir@/autom4te.cache |