summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/bsd-dep.mk5
-rw-r--r--make/gnu-dep.mk4
2 files changed, 0 insertions, 9 deletions
diff --git a/make/bsd-dep.mk b/make/bsd-dep.mk
deleted file mode 100644
index b283284d0..000000000
--- a/make/bsd-dep.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-DFILES != perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_*/*.cpp>'
-DFILES += socketengines/$(SOCKETENGINE).cpp threadengines/threadengine_pthread.cpp
-
-alldep:
- ../make/calcdep.pl $(DFILES)
diff --git a/make/gnu-dep.mk b/make/gnu-dep.mk
deleted file mode 100644
index cd5b37078..000000000
--- a/make/gnu-dep.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-CFILES = $(shell perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_*/*.cpp>')
-CFILES += socketengines/$(SOCKETENGINE).cpp threadengines/threadengine_pthread.cpp
-alldep:
- @../make/calcdep.pl $(CFILES)