[gs-cvs] rev 8479 - in trunk/gs: src toolbin
giles at ghostscript.com
giles at ghostscript.com
Mon Jan 7 12:58:41 PST 2008
Author: giles
Date: 2008-01-07 12:58:40 -0800 (Mon, 07 Jan 2008)
New Revision: 8479
Modified:
trunk/gs/src/gs.mak
trunk/gs/src/gscdefs.h
trunk/gs/src/lib.mak
trunk/gs/src/macos-mcp.mak
trunk/gs/src/openvms.mak
trunk/gs/src/openvms.mmk
trunk/gs/src/os2.mak
trunk/gs/src/std.h
trunk/gs/src/unix-end.mak
trunk/gs/src/wctail.mak
trunk/gs/src/winlib.mak
trunk/gs/toolbin/msvcxml.bat
Log:
Remove the obsolete gconfigv.h.
Modified: trunk/gs/src/gs.mak
===================================================================
--- trunk/gs/src/gs.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/gs.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -204,9 +204,6 @@
# certain system header files that are located in different
# places on different systems. (It could be generated by
# the GNU `configure' program.)
-# gconfigv.h - this indicates the status of certain machine-
-# and configuration-specific features derived from definitions
-# in the platform-specific makefile.
# gconfigd.h - this is used for configuration-specific definitions
# such as paths that must be defined by all top-level makefiles.
Modified: trunk/gs/src/gscdefs.h
===================================================================
--- trunk/gs/src/gscdefs.h 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/gscdefs.h 2008-01-07 20:58:40 UTC (rev 8479)
@@ -17,8 +17,6 @@
#ifndef gscdefs_INCLUDED
# define gscdefs_INCLUDED
-#include "gconfigv.h"
-
/*
* This file may be #included in places that don't even have stdpre.h,
* so it mustn't use any Ghostscript definitions in any code that is
Modified: trunk/gs/src/lib.mak
===================================================================
--- trunk/gs/src/lib.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/lib.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -69,10 +69,9 @@
gconf_h=$(GLSRC)gconf.h $(gconfig_h)
# gconfig*.h are generated dynamically.
gconfig__h=$(GLGEN)gconfig_.h
-gconfigv_h=$(GLGEN)gconfigv.h
-gscdefs_h=$(GLSRC)gscdefs.h $(gconfigv_h)
+gscdefs_h=$(GLSRC)gscdefs.h
-std_h=$(GLSRC)std.h $(arch_h) $(stdpre_h) $(gconfigv_h)
+std_h=$(GLSRC)std.h $(arch_h) $(stdpre_h)
# C library interfaces
Modified: trunk/gs/src/macos-mcp.mak
===================================================================
--- trunk/gs/src/macos-mcp.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/macos-mcp.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -325,7 +325,6 @@
gp_mac_h=$(GLSRC)gp_mac.h
gconfig_h=$(GLOBJ)gconfig.h
-gconfigv_h=$(GLOBJ)gconfigv.h
macsystypes_h=$(GLSRC)macsystypes.h
systypes_h=$(GLOBJ)sys/types.h
Modified: trunk/gs/src/openvms.mak
===================================================================
--- trunk/gs/src/openvms.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/openvms.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -535,12 +535,6 @@
# certain system header files that are located in different
# places on different systems. (It could be generated by
# the GNU `configure' program.)
-# gconfigv.h - this indicates the status of certain machine-
-# and configuration-specific features derived from definitions
-# in the platform-specific makefile.
$(gconfig__h) : $(TOP_MAKEFILES) $(ECHOGS_XE)
$(EXP)$(ECHOGS_XE) -w $(gconfig__h) -x 23 define "HAVE_SYS_TIME_H"
-
-$(gconfigv_h) : $(TOP_MAKEFILES) $(ECHOGS_XE)
- $(EXP)$(ECHOGS_XE) -w $(gconfigv_h) -x 2f2a20 This fine intentionally left blank -x 202a2f
Modified: trunk/gs/src/openvms.mmk
===================================================================
--- trunk/gs/src/openvms.mmk 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/openvms.mmk 2008-01-07 20:58:40 UTC (rev 8479)
@@ -543,12 +543,7 @@
# certain system header files that are located in different
# places on different systems. (It could be generated by
# the GNU `configure' program.)
-# gconfigv.h - this indicates the status of certain machine-
-# and configuration-specific features derived from definitions
-# in the platform-specific makefile.
$(gconfig__h) : $(TOP_MAKEFILES) $(ECHOGS_XE)
$(EXP)$(ECHOGS_XE) -w $(gconfig__h) -x 23 define "HAVE_SYS_TIME_H"
-$(gconfigv_h) : $(TOP_MAKEFILES) $(ECHOGS_XE)
- $(EXP)$(ECHOGS_XE) -w $(gconfigv_h) -x 2f2a20 This file intentionally left blank. -x 202a2f
Modified: trunk/gs/src/os2.mak
===================================================================
--- trunk/gs/src/os2.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/os2.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -589,9 +589,6 @@
$(gconfig__h): $(TOP_MAKEFILES) $(ECHOGS_XE)
$(ECHOGS_XE) -w $(gconfig__h) /* This file deliberately left blank. */
-$(gconfigv_h): $(PSSRCDIR)\os2.mak $(TOP_MAKEFILES) $(ECHOGS_XE)
- $(ECHOGS_XE) -w $(gconfigv_h) /* This file deliberatedly left blank. */
-
# ----------------------------- Main program ------------------------------ #
gsdllos2_h=$(GLSRC)gsdllos2.h
Modified: trunk/gs/src/std.h
===================================================================
--- trunk/gs/src/std.h 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/std.h 2008-01-07 20:58:40 UTC (rev 8479)
@@ -22,9 +22,6 @@
/* Include the architecture definitions. */
#include "arch.h"
-/* Include compile time constants from the makefile */
-#include "gconfigv.h"
-
/*
* Define lower-case versions of the architecture parameters for backward
* compatibility.
Modified: trunk/gs/src/unix-end.mak
===================================================================
--- trunk/gs/src/unix-end.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/unix-end.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -61,11 +61,6 @@
debugclean: DEBUGDIRS
$(MAKE) $(DEBUGDEFS) clean
-# The rule for gconfigv.h is here because it is shared between Unix and
-# DV/X environments.
-$(gconfigv_h): $(GLSRC)unix-end.mak $(TOP_MAKEFILES) $(ECHOGS_XE)
- $(ECHOGS_XE) -w $(gconfigv_h) -x 2f2a20 This file intentionally left blank. -x 202a2f
-
# Emacs tags maintenance.
TAGS:
Modified: trunk/gs/src/wctail.mak
===================================================================
--- trunk/gs/src/wctail.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/wctail.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -83,6 +83,3 @@
# Watcom `make' supports output redirection.
$(gconfig__h): $(WCTAIL_MAK)
echo /* This file deliberately left blank. */ >$(gconfig__h)
-
-$(gconfigv_h): $(WCTAIL_MAK) $(TOP_MAKEFILES) $(ECHOGS_XE)
- $(ECHOGS_XE) -w $(gconfigv_h) -x 2f2a20 This space intentionally left blank. -x 202a2f
Modified: trunk/gs/src/winlib.mak
===================================================================
--- trunk/gs/src/winlib.mak 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/src/winlib.mak 2008-01-07 20:58:40 UTC (rev 8479)
@@ -129,9 +129,6 @@
$(gconfig__h): $(TOP_MAKEFILES)
$(ECHOGS_XE) -w $(gconfig__h) -x 2f2a20 This file deliberately left blank. -x 2a2f
-$(gconfigv_h): $(TOP_MAKEFILES) $(ECHOGS_XE)
- $(ECHOGS_XE) -w $(gconfigv_h) -x 2f2a20 This space intentionally left blank. -x 202a2f
-
# -------------------------------- Library -------------------------------- #
# The Windows Win32 platform
Modified: trunk/gs/toolbin/msvcxml.bat
===================================================================
--- trunk/gs/toolbin/msvcxml.bat 2008-01-07 20:58:36 UTC (rev 8478)
+++ trunk/gs/toolbin/msvcxml.bat 2008-01-07 20:58:40 UTC (rev 8479)
@@ -86,7 +86,7 @@
echo ^>
echo ^<Tool
echo Name="VCPreBuildEventTool"
-echo CommandLine="$(OutDir)\echogs -wb $(IntDir)\gswin.ico -n -X -r $(SolutionDir)src\gswin.icx
$(OutDir)\echogs -w $(IntDir)\gconfig_.h -x 2f2a20 This file deliberately left blank. -x 2a2f
$(OutDir)\echogs -w $(IntDir)\gconfigv.h -x 2f2a20 This space intentionally left blank. -x 2a2f
$(OutDir)\echogs -w $(IntDir)\jconfig.h -+R $(SolutionDir)src\stdpn.h -+R $(SolutionDir)src\stdpre.h -+R $(SolutionDir)src\gsjconf.h
copy $(SolutionDir)src\gsjmorec.h $(IntDir)\jmorecfg.h
copy $(SolutionDir)jpeg\jmorecfg.h $(IntDir)\jmcorig.h
copy $(SolutionDir)jpeg\jpeglib.h $(IntDir)\jpeglib_.h
copy $(SolutionDir)src\gscdef.c $(IntDir)\gscdefs.c
"
+echo CommandLine="$(OutDir)\echogs -wb $(IntDir)\gswin.ico -n -X -r $(SolutionDir)src\gswin.icx
$(OutDir)\echogs -w $(IntDir)\gconfig_.h -x 2f2a20 This file deliberately left blank. -x 2a2f
$(OutDir)\echogs -w $(IntDir)\jconfig.h -+R $(SolutionDir)src\stdpn.h -+R $(SolutionDir)src\stdpre.h -+R $(SolutionDir)src\gsjconf.h
copy $(SolutionDir)src\gsjmorec.h $(IntDir)\jmorecfg.h
copy $(SolutionDir)jpeg\jmorecfg.h $(IntDir)\jmcorig.h
copy $(SolutionDir)jpeg\jpeglib.h $(IntDir)\jpeglib_.h
copy $(SolutionDir)src\gscdef.c $(IntDir)\gscdefs.c
"
echo /^>
echo ^<Tool Name="VCCLCompilerTool"
echo Optimization="0"
More information about the gs-cvs
mailing list