Difference for ./Makefile.in from version 1.41 to 1.42


version 1.41 version 1.42
Line 1
 
Line 1
 # Makefile.in generated by automake 1.9.5 from Makefile.am.  # Makefile.in generated by automake 1.9.6 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Line 60
 
Line 60
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
 DIST_SUBDIRS = common random_maps socket server include lib utils doc \  DIST_SUBDIRS = common random_maps socket server include lib utils doc \
  plugin devel crossedit   plugins devel crossedit
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  top_distdir = $(distdir)
Line 205
 
Line 205
 x_includes = @x_includes@  x_includes = @x_includes@
 x_libraries = @x_libraries@  x_libraries = @x_libraries@
 @HAVE_X_TRUE@CROSSEDIT = crossedit  @HAVE_X_TRUE@CROSSEDIT = crossedit
 SUBDIRS = common random_maps socket server include lib utils doc plugin devel $(CROSSEDIT)  SUBDIRS = common random_maps socket server include lib utils doc plugins devel $(CROSSEDIT)
 EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat  EXTRA_DIST = AUTHORS ChangeLog COPYING DEVELOPERS autogen.sh run_win32.bat
 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man  DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
 all: all-recursive  all: all-recursive
Line 633
 
Line 633
 proto:  proto:
  (cd common; make proto)   (cd common; make proto)
  (cd server; make proto)   (cd server; make proto)
    (cd plugins; make proto)
  @if [ "X$(NO_X)" != "Xyes" ]; then \   @if [ "X$(NO_X)" != "Xyes" ]; then \
  (cd crossedit; make proto) \   (cd crossedit; make proto) \
  fi   fi


Legend:
line(s) removed in v.1.41 
line(s) changed
 line(s) added in v.1.42

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:52