Differences From Artifact [bb7609bcc5]:
- File Makefile.in — part of check-in [989f6d6ef8] at 2016-11-23 05:15:04 on branch tls-1-7 — Fixed out-of-tree build issue (user: rkeene, size: 1042) [annotate] [blame] [check-ins using]
To Artifact [282dd1e63e]:
- File Makefile.in — part of check-in [15b4dd2d2f] at 2016-11-23 05:42:34 on branch tls-1-7 — Clean up the built shared object (user: rkeene, size: 1067) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + | tlsX509.o: @srcdir@/tlsX509.c @srcdir@/tlsInt.h %.o: @srcdir@/%.c $(CC) $(CPPFLAGS) $(CFLAGS) -o "$@" -c "$<" clean: rm -f tls.o tlsBIO.o tlsIO.o tlsX509.o rm -f tcltls.@SHOBJEXT@ distclean: clean rm -f config.log config.status rm -f Makefile pkgIndex.tcl mrproper: distclean rm -f @srcdir@/configure |
︙ |