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.5 by pcg, Thu Nov 27 10:12:10 2003 UTC vs.
Revision 1.7 by pcg, Fri Jan 16 22:11:09 2004 UTC

1# $Id: Makefile.in,v 1.5 2003/11/27 10:12:10 pcg Exp $ 1# $Id: Makefile.in,v 1.7 2004/01/16 22:11:09 pcg Exp $
2@MCOMMON@ 2@MCOMMON@
3 3
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5 5
6srcdir = @srcdir@ 6srcdir = @srcdir@
10top_builddir = .. 10top_builddir = ..
11basedir = .. 11basedir = ..
12thisdir = src 12thisdir = src
13MKDIR = @top_srcdir@/autoconf/mkinstalldirs 13MKDIR = @top_srcdir@/autoconf/mkinstalldirs
14 14
15SUPLIB = -lsupc++ 15SUPLIB = -fno-exceptions -lsupc++ # TODO: only for g++
16 16
17# for developers: the following debug options may be used 17# for developers: the following debug options may be used
18# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS 18# -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS
19# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES 19# -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES
20# -DDEBUG_SCREEN -DDEBUG_SEARCH_PATH -DDEBUG_SELECT -DDEBUG_SIZE 20# -DDEBUG_SCREEN -DDEBUG_SEARCH_PATH -DDEBUG_SELECT -DDEBUG_SIZE
131allbin: .protos rxvt rxvtd rxvtc 131allbin: .protos rxvt rxvtd rxvtc
132 132
133alldoc: 133alldoc:
134 134
135clean: 135clean:
136 $(RMF) rxvt core a.out *.o *.lo *.bak *~ *.intpro *.extpro .libs/* librxvt.la tmpproto .protos *.tmp 136 $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro *.extpro .libs/* librxvt.la tmpproto .protos *.tmp
137 137
138realclean: clean 138realclean: clean
139 $(RMF) tags librxvt.h 139 $(RMF) tags librxvt.h
140 140
141cleandir: realclean 141cleandir: realclean

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines