mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Solaris Port
This commit is contained in:
parent
d1789fcd75
commit
a23c918479
@ -19,6 +19,7 @@ v CONFIG.prsv @prefix@/security2.fdb=$SRCDIR/security2.fdb 0666 root root
|
||||
v CONFIG.prsv @prefix@/firebird.conf=$SRCDIR/misc/firebird.conf 0644 root root
|
||||
v CONFIG.prsv @prefix@/aliases.conf=$SRCDIR/../../builds/install/misc/aliases.conf.in 0644 root root
|
||||
v CONFIG.prsv @prefix@/intl/fbintl.conf=$SRCDIR/misc/fbintl.conf 0644 root root
|
||||
f none @prefix@/WhatsNew=$SRCDIR/../../doc/WhatsNew 0644 root root
|
||||
|
||||
d none @prefix@/bin 0755 root root
|
||||
|
||||
@ -46,6 +47,9 @@ s none @prefix@/intl/fbintl=@prefix@/intl/libfbintl.so
|
||||
d none @prefix@/UDF 0755 root root
|
||||
f none @prefix@/UDF/ib_udf.so=$SRCDIR/UDF/ib_udf.so 0755 root root
|
||||
f none @prefix@/UDF/fbudf.so=$SRCDIR/UDF/fbudf.so 0755 root root
|
||||
f none @prefix@/UDF/ib_udf.sql=$SRCDIR/../../src/extlib/ib_udf.sql 0644 root root
|
||||
f none @prefix@/UDF/ib_udf2.sql=$SRCDIR/../../src/extlib/ib_udf2.sql 0644 root root
|
||||
f none @prefix@/UDF/fbudf.sql=$SRCDIR/../../src/extlib/fbudf/fbudf.sql 0644 root root
|
||||
|
||||
d none @prefix@/bin 0755 root root
|
||||
f none @prefix@/bin/fb_inet_server=$SRCDIR/bin/fb_inet_server 0755 root root
|
||||
@ -67,6 +71,18 @@ f none @prefix@/bin/nbackup=$SRCDIR/bin/nbackup 6777 root root
|
||||
# from 2.1
|
||||
f none @prefix@/bin/fbsvcmgr=$SRCDIR/bin/fbsvcmgr 0755 root root
|
||||
|
||||
# upgrade
|
||||
#d none @prefix@/upgrade 0755 root root
|
||||
#f none @prefix@/upgrade/ib_udf2_params.txt=$SRCDIR/../../src/misc/upgrade/v2/ib_udf2_params.txt 0644 root root
|
||||
#f none @prefix@/upgrade/ib_udf_params.txt=$SRCDIR/../../src/misc/upgrade/v2/ib_udf_params.txt 0644 root root
|
||||
#f none @prefix@/upgrade/ib_udf_upgrade.sql=$SRCDIR/../../src/misc/upgrade/v2/ib_udf_upgrade.sql 0644 root root
|
||||
#f none @prefix@/upgrade/security_database.sql=$SRCDIR/../../src/misc/upgrade/v2/security_database.sql 0644 root root
|
||||
#f none @prefix@/upgrade/security_database.txt=$SRCDIR/../../src/misc/upgrade/v2/security_database.txt 0644 root root
|
||||
#f none @prefix@/upgrade/metadata_charset.txt=$SRCDIR/../../src/misc/upgrade/v2.1/metadata_charset.txt 0644 root root
|
||||
#f none @prefix@/upgrade/metadata_charset_create.sql=$SRCDIR/../../src/misc/upgrade/v2.1/metadata_charset_create.sql 0644 root root
|
||||
#f none @prefix@/upgrade/metadata_charset_drop.sql=$SRCDIR/../../src/misc/upgrade/v2.1/metadata/charset_drop.sql 0644 root root
|
||||
|
||||
# examples
|
||||
d none @prefix@/examples 0755 root root
|
||||
d none @prefix@/examples/api 0755 root root
|
||||
f none @prefix@/examples/api/api1.c=$SRCDIR/examples/api/api1.c 0644 root root
|
||||
@ -149,7 +165,7 @@ s none @prefix@/lib/libfbembed.so=@prefix@/lib/libfbembed.so.2
|
||||
|
||||
f none @prefix@/lib/libib_util.so=$SRCDIR/lib/libib_util.so 0755 root root
|
||||
|
||||
#ICU
|
||||
# ICU
|
||||
f none @prefix@/lib/libicudata.so.30.0=$SRCDIR/lib/libicudata.so.30.0 0755 root root
|
||||
s none @prefix@/lib/libicudata.so.30=@prefix@/lib/libicudata.so.30.0
|
||||
s none @prefix@/lib/libicudata.so=@prefix@/lib/libicudata.so.30
|
||||
@ -169,32 +185,41 @@ f none @prefix@/firebird.msg=$SRCDIR/firebird.msg 0666 root root
|
||||
f none @prefix@/fr_FR.msg=$SRCDIR/fr_FR.msg 0666 root root
|
||||
f none @prefix@/de_DE.msg=$SRCDIR/de_DE.msg 0666 root root
|
||||
|
||||
# docs
|
||||
d none @prefix@/doc 0755 root root
|
||||
d none @prefix@/doc/sql.extensions 0755 root root
|
||||
f none @prefix@/doc/sql.extensions/README.PSQL_stack_trace=$SRCDIR/../../doc/sql.extensions/README.PSQL_stack_trace.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.aggregate_tracking=$SRCDIR/../../doc/sql.extensions/README.aggregate_tracking 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.builtin_functions=$SRCDIR/../../doc/sql.extensions/README.builtin_functions.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.case=$SRCDIR/../../doc/sql.extensions/README.case 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.coalesce=$SRCDIR/../../doc/sql.extensions/README.coalesce 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.common_table_expressions=$SRCDIR/../../doc/sql.extensions/README.common_table_expressions 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.context_variables=$SRCDIR/../../doc/sql.extensions/README.context_variables 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.context_variables2=$SRCDIR/../../doc/sql.extensions/README.context_variables2 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.current_time=$SRCDIR/../../doc/sql.extensions/README.current_time 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.cursors=$SRCDIR/../../doc/sql.extensions/README.cursors 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.data_type_results_of_aggregations=$SRCDIR/../../doc/sql.extensions/README.data_type_results_of_aggregations.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.data_types=$SRCDIR/../../doc/sql.extensions/README.data_types 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.db_triggers=$SRCDIR/../../doc/sql.extensions/README.db_triggers.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.ddl=$SRCDIR/../../doc/sql.extensions/README.ddl.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.default_parameters=$SRCDIR/../../doc/sql.extensions/README.default_parameters 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.derived_tables=$SRCDIR/../../doc/sql.extensions/README.derived_tables.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.distinct=$SRCDIR/../../doc/sql.extensions/README.distinct 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.domains_psql=$SRCDIR/../../doc/sql.extensions/README.domains_psql.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.exception_handling=$SRCDIR/../../doc/sql.extensions/README.exception_handling 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.execute_block=$SRCDIR/../../doc/sql.extensions/README.execute_block 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.execute_statement=$SRCDIR/../../doc/sql.extensions/README.execute_statement 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.explicit_locks=$SRCDIR/../../doc/sql.extensions/README.explicit_locks 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.expression_indices=$SRCDIR/../../doc/sql.extensions/README.expression_indices 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.global_temporary_tables=$SRCDIR/../../doc/sql.extensions/README.global_temporary_tables 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.iif=$SRCDIR/../../doc/sql.extensions/README.iif 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.isc_info_xxx=$SRCDIR/../../doc/sql.extensions/README.isc_info_xxx 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.joins=$SRCDIR/../../doc/sql.extensions/README.joins.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.keywords=$SRCDIR/../../doc/sql.extensions/README.keywords 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.leave_labels=$SRCDIR/../../doc/sql.extensions/README.leave_labels 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.length=$SRCDIR/../../doc/sql.extensions/README.length 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.list=$SRCDIR/../../doc/sql.extensions/README.list 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.merge=$SRCDIR/../../doc/sql.extensions/README.merge.txt 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.null_value=$SRCDIR/../../doc/sql.extensions/README.null_value 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.nullif=$SRCDIR/../../doc/sql.extensions/README.nullif 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.order_by_expressions_nulls=$SRCDIR/../../doc/sql.extensions/README.order_by_expressions_nulls 0644 root root
|
||||
@ -207,6 +232,7 @@ f none @prefix@/doc/sql.extensions/README.sequence_generators=$SRCDIR/../../doc/
|
||||
f none @prefix@/doc/sql.extensions/README.set_transaction=$SRCDIR/../../doc/sql.extensions/README.set_transaction.txt
|
||||
f none @prefix@/doc/sql.extensions/README.trim=$SRCDIR/../../doc/sql.extensions/README.trim 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.universal_triggers=$SRCDIR/../../doc/sql.extensions/README.universal_triggers 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.update_or_insert=$SRCDIR/../../doc/sql.extensions/README.update_or_insert 0644 root root
|
||||
f none @prefix@/doc/sql.extensions/README.view_updates=$SRCDIR/../../doc/sql.extensions/README.view_updates 0644 root root
|
||||
f none @prefix@/doc/Firebird-2.0-QuickStart.pdf=$SRCDIR/../../doc/Firebird-2.0-QuickStart.pdf 0644 root root
|
||||
f none @prefix@/doc/ReleaseNotes.pdf=$SRCDIR/../../doc/ReleaseNotes.pdf 0644 root root
|
||||
@ -222,7 +248,10 @@ f none @prefix@/doc/README.instsvc=$SRCDIR/../../doc/README.instsvc 0644 root ro
|
||||
f none @prefix@/doc/README.intl=$SRCDIR/../../doc/README.intl 0644 root root
|
||||
f none @prefix@/doc/README.isql_enhancements=$SRCDIR/../../doc/README.isql_enhancements.txt 0644 root root
|
||||
f none @prefix@/doc/README.makefiles=$SRCDIR/../../doc/README.makefiles 0644 root root
|
||||
f none @prefix@/doc/README.monitoring_tables=$SRCDIR/../../doc/README.monitoring_tables 0644 root root
|
||||
f none @prefix@/doc/README.performance_monitoring=$SRCDIR/../../doc/README.performance_monitoring 0644 root root
|
||||
f none @prefix@/doc/README.sha1=$SRCDIR/../../doc/README.sha1 0644 root root
|
||||
f none @prefix@/doc/README.trusted_authentication=$SRCDIR/../../doc/README.trusted_authentication 0644 root root
|
||||
f none @prefix@/doc/README.user=$SRCDIR/../../doc/README.user 0644 root root
|
||||
f none @prefix@/doc/README.user.embedded=$SRCDIR/../../doc/README.user.embedded 0644 root root
|
||||
f none @prefix@/doc/README.user.troubleshooting=$SRCDIR/../../doc/README.user.troubleshooting 0644 root root
|
||||
|
@ -32,8 +32,6 @@ ifdef SFIO
|
||||
COMM_SOLX_FLAGS:= $(COMM_SOLX_FLAGS) $(SFIO_FLAGS) $(SFIO_LDFLAGS)
|
||||
endif
|
||||
|
||||
COMM_SOLX_FLAGS:= $(COMM_SOLX_FLAGS) -I$(STLPort)
|
||||
|
||||
PROD_FLAGS=-DNDEBUG -w $(COMM_SOLX_FLAGS) -O2 -march=pentium
|
||||
DEV_FLAGS=$(COMM_SOLX_FLAGS) -ggdb -g3 -p $(WARNINGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user