From: <ku...@us...> - 2003-02-06 00:43:37
|
Update of /cvsroot/basedb/basedb/plugins/src/clustering/Cgraph/source In directory sc8-pr-cvs1:/tmp/cvs-serv4237/plugins/src/clustering/Cgraph/source Modified Files: Makefile.am Removed Files: Makefile.in Log Message: Added autoconf/automake functionality. Supports c/c++ compilation. Index: Makefile.am =================================================================== RCS file: /cvsroot/basedb/basedb/plugins/src/clustering/Cgraph/source/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 1 Feb 2003 12:52:51 -0000 1.1 --- Makefile.am 6 Feb 2003 00:43:34 -0000 1.2 *************** *** 1,9 **** ! ## Process this file with automake to produce Makefile.in ! ## ! ## path from exec/source of base distribution: ! ## clustering/Cgraph/source ! ## $Id$ ! ! AUTOMAKE_OPTIONS = foreign lib_LIBRARIES = libcgraph.a --- 1,3 ---- ! # $Id$ lib_LIBRARIES = libcgraph.a *************** *** 16,24 **** cg_newfuncs.c ! INCLUDES = -I/usr/include/X11 ! ! ## files with nonstandard names in this directory ! EXTRA_DIST = \ ! cgaxes.h cgfont.h cglobals.h cgraph.h common.h PS_font_names.h version.h \ ! Makefile.NeXT Makefile.postamble Makefile.unix ! --- 10,12 ---- cg_newfuncs.c ! INCLUDES = -I/usr/include/X11 -I../include --- Makefile.in DELETED --- |