Skip to content

Commit c6c51b6

Browse files
committed
1 parent 0276806 commit c6c51b6

File tree

8 files changed

+1675
-1437
lines changed

8 files changed

+1675
-1437
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2009-10-17 Li XianJing <[email protected]>
2+
* abstract window manager to a interface.
3+
4+
2009-10-16 Li XianJing <[email protected]>
5+
* add dash line
6+
17
2009-10-15 Li XianJing <[email protected]>
28
* refactor main loop.
39
* add modal dialog support.
10+

Makefile

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Makefile.in generated by automake 1.10 from Makefile.am.
1+
# Makefile.in generated by automake 1.10.1 from Makefile.am.
22
# Makefile. Generated from Makefile.in by configure.
33

44
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5-
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5+
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
88
# with or without modifications, as long as this notice is preserved.
@@ -81,16 +81,16 @@ DIST_ARCHIVES = $(distdir).tar.gz
8181
GZIP_ENV = --best
8282
distuninstallcheck_listfiles = find . -type f -print
8383
distcleancheck_listfiles = find . -type f -print
84-
ACLOCAL = ${SHELL} /broncho/lab/ftk/missing --run aclocal-1.10
85-
AMTAR = ${SHELL} /broncho/lab/ftk/missing --run tar
84+
ACLOCAL = ${SHELL} /work/mine/googlecode/ftk/missing --run aclocal-1.10
85+
AMTAR = ${SHELL} /work/mine/googlecode/ftk/missing --run tar
8686
AR = ar
87-
AUTOCONF = ${SHELL} /broncho/lab/ftk/missing --run autoconf
88-
AUTOHEADER = ${SHELL} /broncho/lab/ftk/missing --run autoheader
89-
AUTOMAKE = ${SHELL} /broncho/lab/ftk/missing --run automake-1.10
87+
AUTOCONF = ${SHELL} /work/mine/googlecode/ftk/missing --run autoconf
88+
AUTOHEADER = ${SHELL} /work/mine/googlecode/ftk/missing --run autoheader
89+
AUTOMAKE = ${SHELL} /work/mine/googlecode/ftk/missing --run automake-1.10
9090
AWK = gawk
9191
CC = gcc
9292
CCDEPMODE = depmode=gcc3
93-
CFLAGS = -g -O2 -I/usr/X11R6/include -DUSE_LINUX_X11 -DDISPLAY_PARAM="\"linux-x11:320x480\""
93+
CFLAGS = -g -O2 -DUSE_LINUX_NATIVE -DPC_EMU
9494
CPP = gcc -E
9595
CPPFLAGS =
9696
CXX = g++
@@ -114,13 +114,13 @@ INSTALL_DATA = ${INSTALL} -m 644
114114
INSTALL_PROGRAM = ${INSTALL}
115115
INSTALL_SCRIPT = ${INSTALL}
116116
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
117-
LDFLAGS = -L/usr/X11R6/lib -lX11 -lXext
117+
LDFLAGS =
118118
LIBOBJS =
119119
LIBS = -lpng -ljpeg
120120
LIBTOOL = $(SHELL) $(top_builddir)/libtool
121121
LN_S = ln -s
122122
LTLIBOBJS =
123-
MAKEINFO = ${SHELL} /broncho/lab/ftk/missing --run makeinfo
123+
MAKEINFO = ${SHELL} /work/mine/googlecode/ftk/missing --run makeinfo
124124
MKDIR_P = /bin/mkdir -p
125125
OBJEXT = o
126126
PACKAGE = ftk
@@ -136,10 +136,10 @@ SET_MAKE =
136136
SHELL = /bin/sh
137137
STRIP = strip
138138
VERSION = 0.1
139-
abs_builddir = /broncho/lab/ftk
140-
abs_srcdir = /broncho/lab/ftk
141-
abs_top_builddir = /broncho/lab/ftk
142-
abs_top_srcdir = /broncho/lab/ftk
139+
abs_builddir = /work/mine/googlecode/ftk
140+
abs_srcdir = /work/mine/googlecode/ftk
141+
abs_top_builddir = /work/mine/googlecode/ftk
142+
abs_top_srcdir = /work/mine/googlecode/ftk
143143
ac_ct_CC = gcc
144144
ac_ct_CXX = g++
145145
ac_ct_F77 = gfortran
@@ -168,7 +168,7 @@ host_vendor = pc
168168
htmldir = ${docdir}
169169
includedir = ${prefix}/include
170170
infodir = ${datarootdir}/info
171-
install_sh = $(SHELL) /broncho/lab/ftk/install-sh
171+
install_sh = $(SHELL) /work/mine/googlecode/ftk/install-sh
172172
libdir = ${exec_prefix}/lib
173173
libexecdir = ${exec_prefix}/libexec
174174
localedir = ${datarootdir}/locale
@@ -348,8 +348,8 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
348348
unique=`for i in $$list; do \
349349
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350350
done | \
351-
$(AWK) ' { files[$$0] = 1; } \
352-
END { for (i in files) print i; }'`; \
351+
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
352+
END { if (nonempty) { for (i in files) print i; }; }'`; \
353353
mkid -fID $$unique
354354
tags: TAGS
355355

@@ -374,8 +374,8 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
374374
unique=`for i in $$list; do \
375375
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376376
done | \
377-
$(AWK) ' { files[$$0] = 1; } \
378-
END { for (i in files) print i; }'`; \
377+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378+
END { if (nonempty) { for (i in files) print i; }; }'`; \
379379
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380380
test -n "$$unique" || unique=$$empty_fix; \
381381
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
@@ -385,13 +385,12 @@ ctags: CTAGS
385385
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
386386
$(TAGS_FILES) $(LISP)
387387
tags=; \
388-
here=`pwd`; \
389388
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
390389
unique=`for i in $$list; do \
391390
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392391
done | \
393-
$(AWK) ' { files[$$0] = 1; } \
394-
END { for (i in files) print i; }'`; \
392+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393+
END { if (nonempty) { for (i in files) print i; }; }'`; \
395394
test -z "$(CTAGS_ARGS)$$tags$$unique" \
396395
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397396
$$tags $$unique
@@ -462,6 +461,10 @@ dist-bzip2: distdir
462461
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
463462
$(am__remove_distdir)
464463

464+
dist-lzma: distdir
465+
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
466+
$(am__remove_distdir)
467+
465468
dist-tarZ: distdir
466469
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
467470
$(am__remove_distdir)
@@ -488,6 +491,8 @@ distcheck: dist
488491
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
489492
*.tar.bz2*) \
490493
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
494+
*.tar.lzma*) \
495+
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
491496
*.tar.Z*) \
492497
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
493498
*.shar.gz*) \
@@ -642,8 +647,8 @@ uninstall-am: uninstall-pkgconfigDATA
642647
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
643648
all all-am am--refresh check check-am clean clean-generic \
644649
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
645-
dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
646-
distclean-generic distclean-hdr distclean-libtool \
650+
dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
651+
distclean distclean-generic distclean-hdr distclean-libtool \
647652
distclean-tags distcleancheck distdir distuninstallcheck dvi \
648653
dvi-am html html-am info info-am install install-am \
649654
install-data install-data-am install-dvi install-dvi-am \

Makefile.in

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Makefile.in generated by automake 1.10 from Makefile.am.
1+
# Makefile.in generated by automake 1.10.1 from Makefile.am.
22
# @configure_input@
33

44
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5-
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
5+
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
88
# with or without modifications, as long as this notice is preserved.
@@ -348,8 +348,8 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
348348
unique=`for i in $$list; do \
349349
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350350
done | \
351-
$(AWK) ' { files[$$0] = 1; } \
352-
END { for (i in files) print i; }'`; \
351+
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
352+
END { if (nonempty) { for (i in files) print i; }; }'`; \
353353
mkid -fID $$unique
354354
tags: TAGS
355355

@@ -374,8 +374,8 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
374374
unique=`for i in $$list; do \
375375
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376376
done | \
377-
$(AWK) ' { files[$$0] = 1; } \
378-
END { for (i in files) print i; }'`; \
377+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378+
END { if (nonempty) { for (i in files) print i; }; }'`; \
379379
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380380
test -n "$$unique" || unique=$$empty_fix; \
381381
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
@@ -385,13 +385,12 @@ ctags: CTAGS
385385
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
386386
$(TAGS_FILES) $(LISP)
387387
tags=; \
388-
here=`pwd`; \
389388
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
390389
unique=`for i in $$list; do \
391390
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392391
done | \
393-
$(AWK) ' { files[$$0] = 1; } \
394-
END { for (i in files) print i; }'`; \
392+
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393+
END { if (nonempty) { for (i in files) print i; }; }'`; \
395394
test -z "$(CTAGS_ARGS)$$tags$$unique" \
396395
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397396
$$tags $$unique
@@ -462,6 +461,10 @@ dist-bzip2: distdir
462461
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
463462
$(am__remove_distdir)
464463

464+
dist-lzma: distdir
465+
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
466+
$(am__remove_distdir)
467+
465468
dist-tarZ: distdir
466469
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
467470
$(am__remove_distdir)
@@ -488,6 +491,8 @@ distcheck: dist
488491
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
489492
*.tar.bz2*) \
490493
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
494+
*.tar.lzma*) \
495+
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
491496
*.tar.Z*) \
492497
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
493498
*.shar.gz*) \
@@ -642,8 +647,8 @@ uninstall-am: uninstall-pkgconfigDATA
642647
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
643648
all all-am am--refresh check check-am clean clean-generic \
644649
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
645-
dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
646-
distclean-generic distclean-hdr distclean-libtool \
650+
dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
651+
distclean distclean-generic distclean-hdr distclean-libtool \
647652
distclean-tags distcleancheck distdir distuninstallcheck dvi \
648653
dvi-am html html-am info info-am install install-am \
649654
install-data install-data-am install-dvi install-dvi-am \

0 commit comments

Comments
 (0)