diff --git a/ChangeLog b/ChangeLog index 005754f..9b6d4cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-03-06 David Ayers + + * DBModeler/GNUmakefile, + * DBModeler/Inspectors/GNUmakefile, + * Documentation/GDL2Intro/Examples/GNUmakefile.connection, + * Documentation/GDL2Intro/Examples/GNUmakefile.eoexample, + * Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2, + * EOAccess/GNUmakefile, + * EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in, + * EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile, + * EOAdaptors/SQLiteAdaptor/GNUmakefile.in, + * EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile, + * EOControl/GNUmakefile, + * EOInterface/GNUmakefile, + * EOModeler/GNUmakefile, + * GDL2Palette/GNUmakefile, + * Tools/GNUmakefile (XXX_NEEDS_GUI): Use lowercase value. + 2008-03-10 Matt Rice * EOAccess/EOAttribute.m (-setname:): Remove call to diff --git a/DBModeler/GNUmakefile b/DBModeler/GNUmakefile index a9303c3..ee24202 100644 --- a/DBModeler/GNUmakefile +++ b/DBModeler/GNUmakefile @@ -28,7 +28,7 @@ include ../common.make APP_NAME = DBModeler -DBModeler_NEEDS_GUI = YES +DBModeler_NEEDS_GUI = yes DBModeler_SUBPROJECTS=Inspectors ADDITIONAL_INCLUDE_DIRS+=-I../ diff --git a/DBModeler/Inspectors/GNUmakefile b/DBModeler/Inspectors/GNUmakefile index 47e55bd..30f5e8d 100644 --- a/DBModeler/Inspectors/GNUmakefile +++ b/DBModeler/Inspectors/GNUmakefile @@ -29,7 +29,7 @@ SUBPROJECT_NAME=Inspectors ADDITIONAL_INCLUDE_DIRS+=-I../../ -Inspectors_NEEDS_GUI=YES +Inspectors_NEEDS_GUI=yes Inspectors_HAS_RESOURCE_BUNDLE=yes Inspectors_RESOURCE_FILES+= \ diff --git a/Documentation/GDL2Intro/Examples/GNUmakefile.connection b/Documentation/GDL2Intro/Examples/GNUmakefile.connection index f223b23..e821771 100644 --- a/Documentation/GDL2Intro/Examples/GNUmakefile.connection +++ b/Documentation/GDL2Intro/Examples/GNUmakefile.connection @@ -1,5 +1,5 @@ TOOL_NAME+=connection -connection_NEEDS_GUI=NO +connection_NEEDS_GUI=no connection_OBJC_FILES=connection.m connection_RESOURCE_FILES=library.eomodel diff --git a/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample b/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample index d3c9330..3847310 100644 --- a/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample +++ b/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample @@ -1,5 +1,5 @@ TOOL_NAME+=eoexample -eoexample_NEEDS_GUI=NO +eoexample_NEEDS_GUI=no eoexample_OBJC_FILES=eoexample.m eoexample_RESOURCE_FILES=library.eomodel diff --git a/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2 b/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2 index 6fe113f..ad11675 100644 --- a/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2 +++ b/Documentation/GDL2Intro/Examples/GNUmakefile.eoexample2 @@ -1,5 +1,5 @@ TOOL_NAME+=eoexample2 -eoexample2_NEEDS_GUI=NO +eoexample2_NEEDS_GUI=no eoexample2_OBJC_FILES=eoexample2.m eoexample2_RESOURCE_FILES=library.eomodel diff --git a/EOAccess/GNUmakefile b/EOAccess/GNUmakefile index 34f9f7d..d6c9999 100644 --- a/EOAccess/GNUmakefile +++ b/EOAccess/GNUmakefile @@ -32,7 +32,7 @@ include ../common.make # The library to be compiled NATIVE_LIBRARY_NAME=EOAccess -EOAccess_NEEDS_GUI = NO +EOAccess_NEEDS_GUI = no # The C source files to be compiled EOAccess_C_FILES = diff --git a/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in b/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in index c94ecb5..4560744 100644 --- a/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in +++ b/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in @@ -33,7 +33,7 @@ POSTGRES_DATABASE=@POSTGRES_DATABASE@ FRAMEWORK_NAME=PostgreSQLEOAdaptor SUBPROJECTS = LoginPanel -PostgreSQLEOAdaptor_NEEDS_GUI = NO +PostgreSQLEOAdaptor_NEEDS_GUI = yes # The framework principal class PostgreSQLEOAdaptor_PRINCIPAL_CLASS = PostgreSQLAdaptor diff --git a/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile b/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile index dc90161..901f087 100644 --- a/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile +++ b/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile @@ -33,7 +33,7 @@ BUNDLE_NAME= endif endif -LoginPanel_NEEDS_GUI = YES +LoginPanel_NEEDS_GUI = yes LoginPanel_RESOURCE_FILES = postgreslogo.tif LoginPanel_OBJC_FILES = PostgreSQLLoginPanel.m LoginPanel_PRINCIPAL_CLASS = PostgreSQLLoginPanel diff --git a/EOAdaptors/SQLiteAdaptor/GNUmakefile.in b/EOAdaptors/SQLiteAdaptor/GNUmakefile.in index d1cc32d..16fed45 100644 --- a/EOAdaptors/SQLiteAdaptor/GNUmakefile.in +++ b/EOAdaptors/SQLiteAdaptor/GNUmakefile.in @@ -34,12 +34,13 @@ ADDITIONAL_NATIVE_LIB_DIRS+=../EOControl ../EOAccess ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess ADDITIONAL_INCLUDE_DIRS+=-I../../ -SQLite3EOAdaptor_NEEDS_GUI=NO +SQLite3EOAdaptor_NEEDS_GUI=no SQLite3EOAdaptor_PRINCIPAL_CLASS=SQLite3Adaptor -SQLite3EOAdaptor_OBJC_FILES=SQLite3Adaptor.m \ -SQLite3Context.m SQLite3Expression.m \ -SQLite3Channel.m - +SQLite3EOAdaptor_OBJC_FILES=\ + SQLite3Adaptor.m \ + SQLite3Context.m \ + SQLite3Expression.m \ + SQLite3Channel.m include ../../common.make diff --git a/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile b/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile index f211f65..8def31d 100644 --- a/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile +++ b/EOAdaptors/SQLiteAdaptor/LoginPanel/GNUmakefile @@ -32,7 +32,7 @@ BUNDLE_NAME= endif endif -LoginPanel_NEEDS_GUI=YES +LoginPanel_NEEDS_GUI=yes LoginPanel_OBJC_FILES=SQLite3LoginPanel.m LoginPanel_PRINCIPAL_CLASS=SQLite3LoginPanel diff --git a/EOControl/GNUmakefile b/EOControl/GNUmakefile index e9dbb2f..6b9cba9 100644 --- a/EOControl/GNUmakefile +++ b/EOControl/GNUmakefile @@ -32,7 +32,7 @@ include ../common.make # The library to be compiled NATIVE_LIBRARY_NAME=EOControl -EOControl_NEEDS_GUI = NO +EOControl_NEEDS_GUI = no # The C source files to be compiled EOControl_C_FILES = diff --git a/EOInterface/GNUmakefile b/EOInterface/GNUmakefile index 7169da7..5b844dd 100644 --- a/EOInterface/GNUmakefile +++ b/EOInterface/GNUmakefile @@ -32,7 +32,7 @@ include ../common.make # The library to be compiled NATIVE_LIBRARY_NAME=EOInterface -EOInterface_NEEDS_GUI = YES +EOInterface_NEEDS_GUI = yes # The C source files to be compiled EOInterface_C_FILES = diff --git a/EOModeler/GNUmakefile b/EOModeler/GNUmakefile index 5b2f64e..ac30bea 100644 --- a/EOModeler/GNUmakefile +++ b/EOModeler/GNUmakefile @@ -32,7 +32,7 @@ include ../common.make # The library to be compiled NATIVE_LIBRARY_NAME=EOModeler -EOModeler_NEEDS_GUI = YES +EOModeler_NEEDS_GUI = yes # The C source files to be compiled EOModeler_C_FILES = diff --git a/GDL2Palette/GNUmakefile b/GDL2Palette/GNUmakefile index 462f740..bd99d45 100644 --- a/GDL2Palette/GNUmakefile +++ b/GDL2Palette/GNUmakefile @@ -28,7 +28,7 @@ include $(GNUSTEP_MAKEFILES)/common.make include ../common.make PALETTE_NAME=GDL2 -GDL2_NEEDS_GUI = YES +GDL2_NEEDS_GUI = yes GDL2_PRINCIPAL_CLASS = GDL2Palette ADDITIONAL_INCLUDE_DIRS+=-I../ diff --git a/Tools/GNUmakefile b/Tools/GNUmakefile index 5a9af8c..0e6730d 100644 --- a/Tools/GNUmakefile +++ b/Tools/GNUmakefile @@ -32,7 +32,7 @@ include ../common.make # The library to be compiled TOOL_NAME=gdlgsdoc eoutil -gdlgsdoc_NEEDS_GUI = NO +gdlgsdoc_NEEDS_GUI = no # The C source files to be compiled gdlgsdoc_C_FILES = @@ -72,7 +72,7 @@ gdl2gsdoc_AGSDOC_FLAGS = \ $(GDL2_AGSDOC_FLAGS) -eoutil_NEEDS_GUI = NO +eoutil_NEEDS_GUI = no eoutil_OBJC_FILES = eoutil.m eoutil_HEADER_FILES =