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.47 by ayin, Mon Jan 16 17:17:05 2006 UTC

1@MCOMMON@
2 1
3LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 2LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
4 3
5srcdir = @srcdir@ 4srcdir = @srcdir@
6VPATH = @srcdir@ 5VPATH = @srcdir@
9top_builddir = .. 8top_builddir = ..
10basedir = .. 9basedir = ..
11thisdir = src 10thisdir = src
12 11
13# for developers: the following debug options may be used 12# for developers: the following debug options may be used
14# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS 13# -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 14# -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
17# -DDEBUG_KEYBOARD 15# -DDEBUG_KEYBOARD
18DEBUG=-DDEBUG_STRICT @DEBUG@ 16DEBUG=-DDEBUG_STRICT @DEBUG@
19 17
20first_rule: all 18first_rule: all
21dummy: 19dummy:
22 20
23COMMON = \ 21COMMON = \
24 command.o rxvtfont.o init.o logging.o main.o misc.o netdisp.o \ 22 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 \ 23 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 \ 24 scrollbar-xterm.o scrollbar-plain.o xdefaults.o xpm.o encoding.o \
27 rxvttoolkit.o rxvtutil.o iom.o keyboard.o @PERL_O@ 25 rxvttoolkit.o rxvtutil.o iom.o keyboard.o @PERL_O@
28 26
29COMMON_DAEMON = rxvtdaemon.o fdpass.o 27COMMON_DAEMON = rxvtdaemon.o fdpass.o
30 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines