From: Martin R. <ru...@us...> - 2004-07-31 04:09:29
|
Update of /cvsroot/foo/foo/libfoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18802 Modified Files: AUTHORS ChangeLog Makefile.am README acinclude.m4 configure.ac Log Message: integrated foo orthodox modules with build system Index: acinclude.m4 =================================================================== RCS file: /cvsroot/foo/foo/libfoo/acinclude.m4,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** acinclude.m4 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- acinclude.m4 31 Jul 2004 04:09:18 -0000 1.2 *************** *** 1,5 **** # acinclude.m4 - # 2004 rumori builtin(include,m4/objc.m4) --- 1,6 ---- # acinclude.m4 # 2004 rumori + # $Id$ + builtin(include,m4/objc.m4) Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/libfoo/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.ac 31 Jul 2004 02:16:30 -0000 1.2 --- configure.ac 31 Jul 2004 04:09:18 -0000 1.3 *************** *** 4,7 **** --- 4,9 ---- # 2004 martin rumori + # $Id$ + AC_INIT(libfoo, 0.1.0, foo...@li...) *************** *** 60,65 **** esac ! # check for gnustep if test ${enable_gnustep} = yes; then AC_MSG_CHECKING([for GNUstep installation]) --- 62,69 ---- esac ! # check for OpenStep compatible foundation ! use_gs_base=no if test ${enable_gnustep} = yes; then + # check for gnustep AC_MSG_CHECKING([for GNUstep installation]) *************** *** 76,80 **** [use_gs_base=yes], [AC_MSG_ERROR(gnustep-base package not found)]) - AM_CONDITIONAL(USE_GS_BASE, test "$use_gs_base" = yes) # target specific stuff --- 80,83 ---- *************** *** 89,99 **** use_foundation="GNUstep" - else ! # check for cocoa framework ! ! use_foundation="Cocoa" fi # check for libsndfile --- 92,102 ---- use_foundation="GNUstep" else ! # set flags for cocoa framework ! FOO_LIBS="${FOO_LIBS} -framework Cocoa" ! use_foundation="Cocoa" fi + AM_CONDITIONAL(USE_GS_BASE, test "$use_gs_base" = yes) # check for libsndfile *************** *** 131,134 **** --- 134,139 ---- include/Makefile src/Makefile + modules/Makefile + modules/orthodox/Makefile ]) Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/libfoo/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 30 Jul 2004 20:10:23 -0000 1.1.1.1 --- Makefile.am 31 Jul 2004 04:09:18 -0000 1.2 *************** *** 1,6 **** NULL = ! SUBDIRS = include src DIST_SUBDIRS = $(SUBDIRS) autotools m4 --- 1,10 ---- + # foo/libfoo/Makefile.am + # 2004 rumori + + # $Id$ NULL = ! SUBDIRS = include modules src DIST_SUBDIRS = $(SUBDIRS) autotools m4 Index: AUTHORS =================================================================== RCS file: /cvsroot/foo/foo/libfoo/AUTHORS,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** AUTHORS 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- AUTHORS 31 Jul 2004 04:09:14 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + $Id$ + (C) 1993-2004 gerhard eckel, ramon gonzalez-arroyo, ircam, zkm (C) 2003-2004 martin rumori Index: README =================================================================== RCS file: /cvsroot/foo/foo/libfoo/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- README 31 Jul 2004 04:09:18 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + $Id$ + foo sound synthesis readme -------------------------- Index: ChangeLog =================================================================== RCS file: /cvsroot/foo/foo/libfoo/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ChangeLog 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- ChangeLog 31 Jul 2004 04:09:18 -0000 1.2 *************** *** 1,2 **** --- 1,4 ---- + $Id$ + 2004-07-29 rumori - autotools build system for ng foo |