[Wgui-cvs] wgui/fonts Makefile.am,1.3,1.4 Makefile.in,1.5,1.6
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-22 16:40:25
|
Update of /cvsroot/wgui/wgui/fonts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30103/fonts Modified Files: Makefile.am Makefile.in Log Message: Makefile fixes. Index: Makefile.in =================================================================== RCS file: /cvsroot/wgui/wgui/fonts/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.in 20 Apr 2004 18:55:20 -0000 1.5 --- Makefile.in 22 Apr 2004 16:39:45 -0000 1.6 *************** *** 78,82 **** STRIP = @STRIP@ VERSION = @VERSION@ ! WGUI_CFLAGS = @WGUI_CFLAGS@ WGUI_INCLUDES = @WGUI_INCLUDES@ WGUI_LIBS = @WGUI_LIBS@ --- 78,82 ---- STRIP = @STRIP@ VERSION = @VERSION@ ! WGUI_CXXFLAGS = @WGUI_CXXFLAGS@ WGUI_INCLUDES = @WGUI_INCLUDES@ WGUI_LIBS = @WGUI_LIBS@ *************** *** 90,94 **** install_sh = @install_sh@ ! libwguifontsdir = ${prefix}/wGui/fonts nobase_libwguifonts_DATA = \ Vera.ttf \ --- 90,94 ---- install_sh = @install_sh@ ! libwguifontsdir = ${prefix}/fonts nobase_libwguifonts_DATA = \ Vera.ttf \ *************** *** 175,181 **** fi; \ done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="${top_distdir}" distdir="$(distdir)" \ - dist-hook check-am: all-am check: check-am --- 175,178 ---- *************** *** 256,261 **** ! dist-hook: ! rm -rf `find $(distdir)/ttf-bitstream-vera-1.10 -name CVS` # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- 253,258 ---- ! #dist-hook: ! # rm -rf `find $(distdir)/ttf-bitstream-vera-1.10 -name CVS` # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: Makefile.am =================================================================== RCS file: /cvsroot/wgui/wgui/fonts/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 22 Oct 2003 21:18:11 -0000 1.3 --- Makefile.am 22 Apr 2004 16:39:45 -0000 1.4 *************** *** 1,5 **** ## Process this file with automake to produce Makefile.in ! libwguifontsdir = ${prefix}/wGui/fonts nobase_libwguifonts_DATA = \ Vera.ttf \ --- 1,5 ---- ## Process this file with automake to produce Makefile.in ! libwguifontsdir = ${prefix}/fonts nobase_libwguifonts_DATA = \ Vera.ttf \ *************** *** 21,25 **** EXTRA_DIST = $(nobase_libwguifonts_DATA) ! dist-hook: ! rm -rf `find $(distdir)/ttf-bitstream-vera-1.10 -name CVS` --- 21,25 ---- EXTRA_DIST = $(nobase_libwguifonts_DATA) ! #dist-hook: ! # rm -rf `find $(distdir)/ttf-bitstream-vera-1.10 -name CVS` |