--- rxvt-unicode/src/Makefile.in 2007/06/08 20:04:12 1.89 +++ rxvt-unicode/src/Makefile.in 2007/06/13 10:39:09 1.94 @@ -19,7 +19,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ -m 755 INSTALL_DATA = @INSTALL@ -m 644 -CXXFLAGS = @CXXFLAGS@ +CXXFLAGS = @CXXFLAGS@ CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = @DEFS@ @@ -28,16 +28,11 @@ DLIB = @DLIB@ XINC = @X_CFLAGS@ @XPM_CFLAGS@ @LIBAFTERIMAGE_CFLAGS@ XLIB = @X_LIBS@ @XPM_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ -COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. +COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I.. -I$(srcdir) -I. LINK = @LINKER@ $(LDFLAGS) srcdir = @srcdir@ VPATH = @srcdir@ -.PATH: @srcdir@ - -top_builddir = .. -basedir = .. -thisdir = src DEBUG=-DDEBUG_STRICT @@ -112,13 +107,13 @@ rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp -realclean: clean - rm -f tags TAGS rxvtlib.h +distclean: clean + rm -f Makefile rxvtlib.h -cleandir: realclean +realclean: distclean + rm -f tags TAGS -distclean: realclean - (cd $(srcdir); rm -f Makefile) +cleandir: realclean install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir) @@ -133,7 +128,7 @@ $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) -install: install-bin alldoc install-perl +install: install-bin install-perl perlxsi.c: Makefile $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt