TOPDIR = .. -include $(TOPDIR)/makefiles/gmake/platform.mk SUBDIRS = port log network daemon service library ifeq "$(ENABLE_THREADS)" "1" SUBDIRS += threads endif ifeq "$(ENABLE_NLS)" "1" SUBDIRS += i18n endif -include $(TOPDIR)/makefiles/gmake/sub.mk local_test: local_all: local_clean: local_distclean: