Check-in [224abfa34b]
Overview
Comment:Clean up amalgamation coverage bits
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 224abfa34bae8b59f843bb23f5db543e1c58a225317c676759d1d927c52e17eb
User & Date: rkeene on 2019-01-22 18:32:44
Other Links: manifest | tags
Context
2019-01-23
04:36
Use built-in HTTP client to get local IP check-in: 52ff9de4cf user: rkeene tags: trunk
2019-01-22
18:32
Clean up amalgamation coverage bits check-in: 224abfa34b user: rkeene tags: trunk
18:27
Better formatting of checksums and publickeys check-in: 32a0f84a02 user: rkeene tags: trunk
Changes

Modified Makefile.in from [0e83254b09] to [719a42a249].

105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
	$(INSTALL_DATA)    pkgIndex.tcl '$(DESTDIR)$(PACKAGE_INSTALL_DIR)'
	$(INSTALL_DATA)    @srcdir@/nano.man '$(DESTDIR)$(PACKAGE_INSTALL_DIR)/man'
 
clean:
	rm -f nano-amalgamation.c nano-amalgamation.o
	rm -f @EXTENSION_TARGET@ nano.o nano.gcda nano.gcno
	rm -f argon2.o monocypher.o aes.o randombytes.o
	rm -f argon2.gcda monocypher.gcda aes.gcda randombytes.gcda
	rm -f argon2.gcno monocypher.gcno aes.gcno randombytes.gcno
	rm -f nano-coverage.info

distclean: clean
	rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms
	rm -f pkgIndex.tcl
	rm -f config.log config.status
	rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2







|
|







105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
	$(INSTALL_DATA)    pkgIndex.tcl '$(DESTDIR)$(PACKAGE_INSTALL_DIR)'
	$(INSTALL_DATA)    @srcdir@/nano.man '$(DESTDIR)$(PACKAGE_INSTALL_DIR)/man'
 
clean:
	rm -f nano-amalgamation.c nano-amalgamation.o
	rm -f @EXTENSION_TARGET@ nano.o nano.gcda nano.gcno
	rm -f argon2.o monocypher.o aes.o randombytes.o
	rm -f argon2.gcda monocypher.gcda aes.gcda randombytes.gcda nano-amalgamation.gcda
	rm -f argon2.gcno monocypher.gcno aes.gcno randombytes.gcno nano-amalgamation.gcno
	rm -f nano-coverage.info

distclean: clean
	rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms
	rm -f pkgIndex.tcl
	rm -f config.log config.status
	rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2