*** empty log message ***
authorroot <root>
Mon, 17 Jan 2005 01:55:12 +0000 (01:55 +0000)
committerroot <root>
Mon, 17 Jan 2005 01:55:12 +0000 (01:55 +0000)
MANIFEST
Makefile.in

index 4e0b8fc..7c03787 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,31 +9,6 @@ README.FAQ
 configure
 reconf
 
-W11/X11/Intrinsic.h
-W11/X11/Xatom.h
-W11/X11/Xlib.h
-W11/X11/Xlocale.h
-W11/X11/Xmd.h
-W11/X11/Xutil.h
-W11/X11/cursorfont.h
-W11/X11/keysym.h
-W11/X11/keysymdef.h
-W11/w32/Makefile
-W11/w32/event.c
-W11/w32/ntdef.h
-W11/w32/ntutil.c
-W11/w32/xlib.c
-W11/Makefile.in
-W11/Makefile.xpm
-W11/wrap/Makefile
-W11/wrap/mkproxy.pl
-W11/wrap/rxtv.ico
-W11/wrap/rxvt.ico
-W11/wrap/rxvt.rc
-W11/wrap/wrap.c
-W11/wrap/wrap.h
-W11/wrap/xwrappers.gen
-
 doc/etc/XTerm.ad
 doc/etc/rclock
 doc/etc/rxvt.termcap
@@ -88,6 +63,8 @@ src/init.h
 src/iom.C
 src/iom.h
 src/iom_conf.h
+src/keyboard.C
+src/keyboard.h
 src/logging.C
 src/logging.h
 src/main.C
index 2e6246d..293b9b3 100644 (file)
@@ -1,5 +1,5 @@
 # ./Makefile.in                        -*- Makefile -*-
-# $Id: Makefile.in,v 1.8 2004-08-12 21:32:40 root Exp $
+# $Id: Makefile.in,v 1.9 2005-01-17 01:55:12 root Exp $
 @MCOMMON@
 
 srcdir =       @srcdir@
@@ -10,7 +10,7 @@ first_rule: all
 dummy:
 
 subdirs = src doc src/test
-allsubdirs = W11 $(subdirs)
+allsubdirs = $(subdirs)
 
 DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
 
@@ -25,7 +25,6 @@ MKDIR = $(srcdir)/autoconf/mkinstalldirs
 #-------------------------------------------------------------------------
 
 all allbin alldoc tags:
-       @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
        @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
 
 realclean: clean
@@ -34,7 +33,6 @@ realclean: clean
 clean:
        $(RMF) *~ config.cache
        $(RMF) -r autom4te.cache
-       @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
        @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
 
 #
@@ -64,7 +62,6 @@ installdirs:
        $(MKDIR) $(DESTDIR)$(mandir)
 
 install: installdirs
-       @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
        @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done
 
 Makefiles: