Check-in [c58e10a154]
Overview
Comment:Testing requires pkgIndex.tcl, ensure that dependency is built
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c58e10a154773edbda3b417b1f9c142d99b0cde628c0a1843813359ad151f88d
User & Date: rkeene on 2018-07-08 21:33:06.259
Other Links: manifest | tags
Context
2018-07-08
21:34
Make mrproper even more proper check-in: 12833ef0b7 user: rkeene tags: trunk
21:33
Testing requires pkgIndex.tcl, ensure that dependency is built check-in: c58e10a154 user: rkeene tags: trunk
21:32
Minor cleanup of Makefile check-in: eb2aa33baa user: rkeene tags: trunk
Changes
60
61
62
63
64
65
66
67

68
69
70
71
72
73
74
60
61
62
63
64
65
66

67
68
69
70
71
72
73
74







-
+








nano.tcl.h: @srcdir@/nano.tcl Makefile
	od -A n -v -t xC < '@srcdir@/nano.tcl' > nano.tcl.h.new.1
	sed 's@  *@@g;s@..@0x&, @g' < nano.tcl.h.new.1 > nano.tcl.h.new.2
	rm -f nano.tcl.h.new.1
	mv nano.tcl.h.new.2 nano.tcl.h

test: @EXTENSION_TARGET@
test: @EXTENSION_TARGET@ pkgIndex.tcl
	@srcdir@/build/test/test.tcl .

install: @EXTENSION_TARGET@ pkgIndex.tcl
	$(INSTALL) -d '$(DESTDIR)$(PACKAGE_INSTALL_DIR)'
	$(INSTALL_PROGRAM) @EXTENSION_TARGET@ '$(DESTDIR)$(PACKAGE_INSTALL_DIR)'
	$(INSTALL_DATA)    pkgIndex.tcl '$(DESTDIR)$(PACKAGE_INSTALL_DIR)'