ref: 94ba334d6dafc14c695e986afb33685e4e74d6eb dir: /gui-fbdev/Makefile/
ROOT=.. include ../Make.config LIB=libgui.a OFILES=\ fbdev.$O\ default: $(LIB) $(LIB): $(OFILES) $(AR) r $(LIB) $(OFILES) $(RANLIB) $(LIB)