conterm/gui-x11/Makefile

14 lines
162 B
Makefile
Raw Permalink Normal View History

ROOT=..
include ../Make.config
LIB=libgui.a
2005-08-08 16:50:13 +04:00
OFILES=\
2008-06-22 07:10:12 +04:00
x11.$O\
2005-08-08 16:50:13 +04:00
keysym2ucs-x11.$O
2005-11-04 18:47:45 +03:00
default: $(LIB)
2005-08-08 16:50:13 +04:00
$(LIB): $(OFILES)
$(AR) r $(LIB) $(OFILES)
$(RANLIB) $(LIB)
2005-08-08 16:50:13 +04:00