[SCM] Debian packaging for sketch 3D line drawing software branch, debian/disable-src-mods, updated. upstream/0.2.89-10-g6d2d67d

David Bremner bremner at unb.ca
Mon Jul 5 13:06:39 UTC 2010


The following commit has been merged in the debian/disable-src-mods branch:
commit 6d2d67d0e8ea4bfd6cd2ae044c6a6aebca395570
Merge: 6875b05481092098c7650140248451f5f4e22820 db99ef1d9d90d6db0446e66b595ad6096733f707
Author: David Bremner <bremner at unb.ca>
Date:   Sun Jul 4 22:07:54 2010 -0300

    Merge commit 'refs/top-bases/debian/disable-src-mods' into debian/disable-src-mods

diff --combined makefile
index e47b457,8dad3d1..a08a0fb
--- a/makefile
+++ b/makefile
@@@ -5,7 -5,7 +5,7 @@@
  #
  # makefile v0.03
  #
- CC = gcc -O1 -g
+ CC = gcc -O1 -g -Wall
  YACC = bison --defines --debug --report=all --yacc
  LEX = flex
  
@@@ -17,8 -17,10 +17,10 @@@ VER=$(VER_MAJOR).$(VER_MINOR).$(VER_BUI
  
  ifeq ($(OS),Windows_NT)
  EXE=sketch.exe
+ MAKEDOCS=cmd /c "make examples"
  else
  EXE=sketch
+ MAKEDOCS=perl make.pl examples
  endif
  
  DISTDIR=sketch-$(VER)
@@@ -46,9 -48,9 +48,9 @@@ y.tab.c y.tab.h : sketch.
  lex.yy.c : sketch.l
  	$(LEX) $<
  
 -version.h : version.dat FORCE
 +version.h : version.dat #FORCE
  	perl makever.pl
 -FORCE:
 +#FORCE:
  
  .PHONY : dist
  dist : clean
@@@ -112,7 -114,7 +114,7 @@@ realclean: clea
  .PHONY : docs
  docs :  clean $(EXE)
  	cd Doc;\
- 	cmd /c "make.bat examples"
+ 	$(MAKEDOCS)
  
  bsp.o: bsp.c bsp.h geometry.h dynarray.h error.h geomio.h
  cmdline.o: cmdline.c cmdline.h langver.h error.h memutil.h symbol.h \

-- 
Debian packaging for sketch 3D line drawing software



More information about the debian-science-commits mailing list