1DEPTH = ../..
2SUBDIR = ./ui/gtkmm
3
4include $(DEPTH)/Makefile.os
5
6ifeq ($(USE_UI_GTKMM), true)
7INCLUDE += $(INCLUDE_GTKMM)
8LIBS += $(LIBS_GTKMM)
9endif
10
11include $(DEPTH)/Makefile.rules
12