mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
9 lines
229 B
Makefile
9 lines
229 B
Makefile
ifeq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
|
ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
|
|
include $(MODDIR)/make/autoconf.mk
|
|
else
|
|
include $(MODDIR)/make/topdir.mk
|
|
endif
|
|
else
|
|
include $(MODDIR)/make/topdir.mk
|
|
endif
|