summaryrefslogtreecommitdiff
path: root/make/gnu-dep.mk
blob: cd5b370786429de22872d97f261221c083e22292 (plain)
1
2
3
4
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)