Remove Autotools

This commit is contained in:
Rob Gowin
2017-12-02 19:50:14 -06:00
parent ebbcd30f39
commit 54ac7f23e0
326 changed files with 187 additions and 12767 deletions

View File

@@ -32,5 +32,4 @@ ADD_CUSTOM_TARGET(quotes-bin ALL DEPENDS ${_BIN_FILES})
INSTALL(FILES ${_MAN_FILES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
INSTALL(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR})
SET_DIST_LIST(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump gnc-fq-helper.in gnc-fq-update.in
Makefile.am Quote_example.pl README)
SET_DIST_LIST(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump gnc-fq-helper.in gnc-fq-update.in Quote_example.pl README)

View File

@@ -1,47 +0,0 @@
bin_SCRIPTS = gnc-fq-check gnc-fq-dump gnc-fq-helper gnc-fq-update
man_MANS = \
gnc-fq-dump.1 \
gnc-fq-helper.1
EXTRA_DIST = \
Quote_example.pl \
gnc-fq-check.in \
gnc-fq-dump \
gnc-fq-helper.in \
gnc-fq-update.in \
CMakeLists.txt
gnc-fq-helper: gnc-fq-helper.in Makefile
rm -f $@.tmp
sed < $< > $@.tmp \
-e 's:[@]PERL[@]:${PERL}:g' \
-e 's:[@]PERLINCL[@]:${PERLINCL}:g'
chmod +x $@.tmp
mv $@.tmp $@
gnc-fq-check: gnc-fq-check.in Makefile
rm -f $@.tmp
sed < $< > $@.tmp \
-e 's:[@]PERL[@]:${PERL}:g' \
-e 's:[@]PERLINCL[@]:${PERLINCL}:g'
chmod +x $@.tmp
mv $@.tmp $@
gnc-fq-update: gnc-fq-update.in Makefile
rm -f $@.tmp
sed < $< > $@.tmp \
-e 's:[@]PERL[@]:${PERL}:g' \
-e 's:[@]PERLINCL[@]:${PERLINCL}:g'
chmod +x $@.tmp
mv $@.tmp $@
gnc-fq-dump.1: gnc-fq-dump Makefile
pod2man $< > $@
gnc-fq-helper.1: gnc-fq-helper Makefile
pod2man $< > $@
CLEANFILES = gnc-fq-helper gnc-fq-check gnc-fq-update
DISTCLEANFILES = gnc-fq-dump.1 gnc-fq-helper.1