u-isdn/Makefile

28 lines
590 B
Makefile
Raw Normal View History

1995-10-25 12:36:04 +00:00
# config and include are first, then libraries, tools, modules+programs
1995-10-26 13:48:54 +00:00
SUBDIRS = config include tools compat streams support isdn_3 isdn_4 \
ksupport isdn_2 str_if cards x75 alaw tools van_j strslip \
v110 pr_on strslip fakeh t70 rate timer reconnect ip_mon
.PHONY: depend
all:: .diddepend
1995-10-26 13:48:54 +00:00
depend::
$(MAKE) -C compat depend
$(MAKE) -C streams depend
dep: depend
TOPDIR=.
include Make.rules
1995-10-25 12:36:04 +00:00
.diddepend: Makefile
$(MAKE) depend
touch .diddepend
clean::
rm -f .toldem .diddepend
1995-10-25 12:36:04 +00:00
master:
set -e; for i in config support isdn_3 isdn_4 ; do $(MAKE) -C $$i all ; done