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

Comparing rxvt-unicode/autoconf/Make.common.in (file contents):
Revision 1.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.4 by pcg, Mon Mar 1 01:06:46 2004 UTC

1# autoconf/Make.common.in -*- Makefile -*- 1# autoconf/Make.common.in -*- Makefile -*-
2# release date (man), LSM date, version number/name, current maintainer 2# release date (man), LSM date, version number/name, current maintainer
3DATE=@DATE@ 3DATE=@DATE@
4LSMDATE=@LSMDATE@ 4LSMDATE=@LSMDATE@
5VERSION=@VERSION@ 5VERSION=@VERSION@
6VERNAME=rxvt-$(VERSION)# 6VERNAME=rxvt-unicode-$(VERSION)
7MAINT=Geoff Wing# 7MAINT=Marc A. Lehmann
8MAINTEMAIL=<gcw@rxvt.org># 8MAINTEMAIL=<rxvt@schmorp.de>
9WEBMAINT=Oezguer Kesim# 9WEBMAINT=Marc A. Lehmann
10WEBMAINTEMAIL=<oec@rxvt.org># 10WEBMAINTEMAIL=<rxvt@schmorp.de>
11WEBPAGE=<http://www.rxvt.org/># 11WEBPAGE=<http://www.sourceforge.net/projects/rxvt-unicode/>
12FTPSITENAME=ftp.rxvt.org# 12FTPSITENAME=ftp.rxvt.org
13FTPSITEDIR=/pub/rxvt# 13FTPSITEDIR=/pub/rxvt
14
14#------------------------------------------------------------------------- 15#-------------------------------------------------------------------------
15RXVTNAME=@RXVTNAME@ 16RXVTNAME=@RXVTNAME@
16 17
17SHELL = /bin/sh 18SHELL = /bin/sh
18 19
67# extra libraries needed by X on some systems, X library location 68# extra libraries needed by X on some systems, X library location
68XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ 69XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
69 70
70LIBTOOL = @LIBTOOL@ 71LIBTOOL = @LIBTOOL@
71COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. 72COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
72LINK = $(CC) $(CFLAGS) $(LDFLAGS) 73LINK = @LINKER@ $(CFLAGS) $(LDFLAGS)
73 74
74# End of common section of the Makefile 75# End of common section of the Makefile
75#------------------------------------------------------------------------- 76#-------------------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines