diff options
author | notspiff <cptspiff@gmail.com> | 2016-12-13 16:01:54 +0100 |
---|---|---|
committer | Arne Morten Kvarving <cptspiff@gmail.com> | 2016-12-15 00:19:18 +0100 |
commit | 65fc516ffa90fbe24fa763f87fff159139d392ce (patch) | |
tree | 800440e99ac319e616fa2a3db9c590fa0eda4586 /bootstrap.mk | |
parent | dda16e340bbb6126eae47c777e03c7ec04dd55c2 (diff) |
remove autotools buildsystem
Diffstat (limited to 'bootstrap.mk')
-rw-r--r-- | bootstrap.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bootstrap.mk b/bootstrap.mk deleted file mode 100644 index 6b93e7e5b7..0000000000 --- a/bootstrap.mk +++ /dev/null @@ -1,20 +0,0 @@ -BOOTSTRAP_SUBDIRS += configure.ac -BOOTSTRAP_SUBDIRS += lib/cpluff/configure.ac -BOOTSTRAP_SUBDIRS += lib/gtest/configure.ac - -BOOTSTRAP_TARGETS=$(basename $(BOOTSTRAP_SUBDIRS)) -all: $(BOOTSTRAP_TARGETS) - -%: %.ac - autoreconf -vif $(@D) - -@rm -rf $(@D)/autom4te.cache - -%: %.in - autoreconf -vif $(@D) - -@rm -rf $(@D)/autom4te.cache - -configure: configure.ac - autoreconf -vif $(@D) - -@rm -rf $(@D)/autom4te.cache - @test -n "$$BOOTSTRAP_STANDALONE" || ( echo "Configuration is stale. You should almost certainly reconfigure" && false ) - |