targets=editor #cppflags=-D FOR_EMBEDDED cflags_force=-W `pkg-config --cflags gtk+-2.0` cflags=-Wall -g -O2 ldflags_force=`pkg-config --libs gtk+-2.0` dist=Makefile,editor.h [editor] type=binary sources=callbacks.c,editor.c,main.c install=$(BINDIR) [callbacks.c] depends=callbacks.h [editor.c] depends=callbacks.h,editor.h,../config.h