Difference for crossedit/Makefile.in from version 1.6 to 1.7


version 1.6 version 1.7
Line 5
 
Line 5
 # now, this simple makefile should do the job.  # now, this simple makefile should do the job.
 #  #
 #   Copyright (C) 1992 Frank Tore Johansen  #   Copyright (C) 1992 Frank Tore Johansen
 #   Copyright (C) 1998 Mark Wedel  #   Copyright (C) 2001 Mark Wedel
 #  #
 #   This program is free software; you can redistribute it and/or modify  #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by  #   it under the terms of the GNU General Public License as published by
Line 21
 
Line 21
 #   along with this program; if not, write to the Free Software  #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #  #
 #   The author can be reached via e-mail to mark@pyramid.com  #   The author can be reached via e-mail to mwedel@scruz.net
   
   
 VPATH = @srcdir@  VPATH = @srcdir@
Line 108
 
Line 108
  (cd Cnv; $(MAKE) depend)   (cd Cnv; $(MAKE) depend)
   
 proto:  proto:
  cextract +p -P $(INCLUDES)  \   cproto -e $(INCLUDES) $(SRCS)  > proto.h.bak
  -cpp-program="gcc -E -C" \   mv proto.h.bak proto.h
  $(SRCS)  > proto.h.bak  
  sed -e "s/#if __STDC__/#ifdef __STDC__/" -e "s/__signed/signed/g" -e "/__inline/d" < proto.h.bak > proto.h  
  chmod 644 proto.h   chmod 644 proto.h
  $(RM) -f proto.h.bak  
   
 archive:  archive:
  @if [ ! -d $(ARCHIVE)/crossedit ]; then $(MKDIR) $(ARCHIVE)/crossedit; fi   @if [ ! -d $(ARCHIVE)/crossedit ]; then $(MKDIR) $(ARCHIVE)/crossedit; fi


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:50