ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
(Generate patch)

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.44 by root, Mon Jan 16 14:48:39 2006 UTC vs.
Revision 1.46 by root, Mon Jan 16 17:11:12 2006 UTC

9top_builddir = .. 9top_builddir = ..
10basedir = .. 10basedir = ..
11thisdir = src 11thisdir = src
12 12
13# for developers: the following debug options may be used 13# for developers: the following debug options may be used
14# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS 14# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_RESOURCES
15# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES
16# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE 15# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
17# -DDEBUG_KEYBOARD 16# -DDEBUG_KEYBOARD
18DEBUG=-DDEBUG_STRICT @DEBUG@ 17DEBUG=-DDEBUG_STRICT @DEBUG@
19 18
20first_rule: all 19first_rule: all
21dummy: 20dummy:
22 21
23COMMON = \ 22COMMON = \
24 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ 23 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \
25 ptytty.o screen.o \ scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ 24 ptytty.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \
26 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \ 25 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \
27 rxvttoolkit.o rxvtutil.o iom.o keyboard.o @PERL_O@ 26 rxvttoolkit.o rxvtutil.o iom.o keyboard.o @PERL_O@
28 27
29COMMON_DAEMON = rxvtdaemon.o fdpass.o 28COMMON_DAEMON = rxvtdaemon.o fdpass.o
30 29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines