Lines Matching defs:inspect
173 # Can we use gtk (needed for test-inspect)
184 ast-inspect-cflags := $(GTK_CFLAGS)
185 test-inspect-cflags := $(GTK_CFLAGS)
186 test-inspect-ldlibs := $(shell $(PKG_CONFIG) --libs gtk+-$(GTK_VERSION))
187 test-inspect: ast-model.o ast-view.o ast-inspect.o
188 EXTRA_OBJS += ast-model.o ast-view.o ast-inspect.o
189 PROGRAMS += test-inspect
190 INST_PROGRAMS += test-inspect
192 $(warning Your system does not have gtk3/gtk2, disabling test-inspect)