alliance-programmers '2000
ALC : CVS loginfo, genlib


Jean-Paul CHAPUT (Jean-Paul.CHAPUT@asim.lip6.fr)
Tue, 24 Oct 2000 12:19:04 +0200

=================================================================== Modification le : Tue Oct 24 12:18:49 MEST 2000 Par : =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/genlib In directory melon.lip6.fr:/users/cao/jpc/alliance/sources/genlib Modified Files: Makefile genlib genlib.c mgn330.h Log Message: * genlib.c/mgn330.h : - Creation d'une fonction "genPHBIGVIA()" : ptype_list *genPHBIGVIA(char type, long x, long y, long dx, long dy, char *name) Permet de poser des VIA de dimension quelconque et de les nommer. (si dx & dy sont egaux a zero, on pose un VIA "simple") * Makefile/genlib : - Ajout d'une option "-d" (non documentee) pour compiler avec les includes/librairies du compte ou a ete compile l'outil. =================================================================== Index: Makefile =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/genlib/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -r1.7 -r1.8 57c57,58 < $(CP) genlib $@ --- > $(SED) 's,__ALLIANCE_INSTALL_DIR__,$(ALLIANCE_INSTALL_DIR),' genlib > $@ > chmod a+rx $@ Index: genlib =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/genlib/genlib,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 41a42 > devel=0 50a52 > -d) devel=1;; 81a84,93 > # -------------------------------------------------------------------- > # Development hacks. > > if [ $devel -eq 1 ]; then > ALLIANCE_INSTALL_DIR="__ALLIANCE_INSTALL_DIR__" > ALLIANCE_DEVEL_INCLUDE="-I${ALLIANCE_INSTALL_DIR}/include" > ALLIANCE_DEVEL_LIB="-L${ALLIANCE_INSTALL_DIR}/lib" > fi > > 85c97 < echo 'ALLIANCE_LIBRARY = -L$(ALLIANCE_LIB) \ --- > echo 'ALLIANCE_LIBRARY = ${ALLIANCE_DEVEL_LIB} -L$(ALLIANCE_LIB) \ 104c116 < echo "ALLIANCE_INC = -I\$(ALLIANCE_INCLUDE) -DMUT_H='\"\$(MUT_H)\"' \ --- > echo "ALLIANCE_INC = ${ALLIANCE_DEVEL_INCLUDE} -I\$(ALLIANCE_INCLUDE) -DMUT_H='\"\$(MUT_H)\"' \ Index: genlib.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/genlib/genlib.c,v retrieving revision 1.11 retrieving revision 1.12 diff -r1.11 -r1.12 99c99 < static chain_list *g_addphvia(p, type, x, y) --- > static chain_list *g_addphvia(p, type, x, y, dx, dy, name) =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://asim.lip6.fr/alliance/mailing-lists/

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 22 March 2001.