#
#  Copyright (c) 2010 RICOH Co. Ltd. All rights reserved.
#
SUBDIR := non-ptl

.PHONY: all $(SUBDIR)
all: $(SUBDIR)
$(SUBDIR):
	make -C $@

