MAKEFLAGS += --no-print-directory TOPDIR = $(shell pwd) BUILDDIR = $(TOPDIR)/build SRCDIR = $(TOPDIR)/src PREFIX = /usr/local include $(TOPDIR)/libcmdline.vars.mk export TOPDIR export BUILDDIR export SRCDIR export PREFIX SUBDIRS = lib SUBDIRS += calculator_server SUBDIRS += trivial_rdline SUBDIRS += extension_example SUBDIRS += calculator_standalone SUBDIRS += client SUBDIRS += genconf ifeq ($(HAVE_EVENT_LIB),y) SUBDIRS += event_server endif include $(TOPDIR)/libcmdline.subdir.mk