8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00
This commit is contained in:
brodsom 2003-07-11 02:28:45 +00:00
parent 4e08625a09
commit 08b589c322
6 changed files with 27 additions and 17 deletions

View File

@ -29,7 +29,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.codes,v 1.8 2003-07-08 12:24:12 brodsom Exp $
# $Id: Makefile.in.codes,v 1.9 2003-07-11 02:23:58 brodsom Exp $
#
ROOT=..
ObjModuleName=codes
@ -66,7 +66,7 @@ generated_headers: build_codes $(SRC_ROOT)/include/gen/ids.h
# Rebuild error codes
build_codes: $(BIN)/codes msg.fdb
$(BIN)/codes $(SRC_ROOT)/include/gen
$(BIN)/codes $(SRC_ROOT)/include/gen $(LNG_ROOT)
$(SRC_ROOT)/jrd/codes.cpp: $(SRC_ROOT)/jrd/codes.epp
$(GPRE_CURRENT) $(GPRE_FLAGS) $< $@

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.firebird,v 1.39 2003-07-09 00:46:55 brodsom Exp $
# $Id: Makefile.in.firebird,v 1.40 2003-07-11 02:23:58 brodsom Exp $
#
ROOT=..
@ -325,7 +325,7 @@ includes: include_generic
# examples still need a good makefile to ship with them
examples:
$(MAKE) -C ../gen/v5_examples -f ../Makefile.v5_examples
# $(MAKE) -C ../gen/v5_examples -f ../Makefile.v5_examples
# $(MAKE) -f $(GEN_ROOT)/Makefile.v5_examples
otherfiles: misc_files script_files

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.refDatabases,v 1.17 2003-07-08 12:24:12 brodsom Exp $
# $Id: Makefile.in.refDatabases,v 1.18 2003-07-11 02:23:58 brodsom Exp $
#
ROOT=..
ObjModuleName=refDatabases
@ -86,7 +86,7 @@ yachts.lnk: empty.fdb
ref_databases : msg.fdb help.fdb metadata.fdb security.fdb
msg.fdb: $(SRC_ROOT)/msgs/msg.gbak
msg.fdb: $(BLD_ROOT)/misc/msg.gbak
$(BIN)/gbak_static -MODE read_only -R $< $@
$(TOUCH) $@
$(CHMOD) 444 $@
@ -95,7 +95,7 @@ help.fdb: $(FIREBIRD)/help/help.fdb
$(RM) -f $@
$(LN) -f $^ $@
$(FIREBIRD)/help/help.fdb: $(SRC_ROOT)/misc/help.gbak
$(FIREBIRD)/help/help.fdb: $(BLD_ROOT)/misc/help.gbak
$(BIN)/gbak_static -MODE read_only -R $< $@
$(TOUCH) $@
$(CHMOD) 444 $@
@ -104,12 +104,12 @@ security.fdb: $(FIREBIRD)/security.fdb
$(RM) -f $@
$(LN) -f $^ $@
$(FIREBIRD)/security.fdb: $(SRC_ROOT)/misc/security.gbak
$(FIREBIRD)/security.fdb: $(BLD_ROOT)/misc/security.gbak
$(BIN)/gbak_static -R $< $@
$(TOUCH) $@
$(CHMOD) 666 $@
metadata.fdb: $(SRC_ROOT)/misc/metadata.gbak
metadata.fdb: $(BLD_ROOT)/misc/metadata.gbak
$(BIN)/gbak_static -MODE read_only -R $< $@
$(TOUCH) $@
$(CHMOD) 444 $@

View File

@ -26,7 +26,7 @@
# Contributor(s):
#
#
# $Id: make.defaults,v 1.26 2003-07-09 00:46:55 brodsom Exp $
# $Id: make.defaults,v 1.27 2003-07-11 02:23:58 brodsom Exp $
#
@ -45,6 +45,8 @@ TMP_ROOT=$(ROOT)/temp
GEN_ROOT=$(ROOT)/gen
SRC_ROOT=$(ROOT)/src
BLD_ROOT=$(ROOT)/builds
LNG_ROOT=$(ROOT)/lang_helpers
EXA_ROOT=$(ROOT)/examples
FIREBIRD=$(GEN_ROOT)/firebird
INTERBASE=$(FIREBIRD)

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: make.shared.targets,v 1.13 2003-07-08 01:05:22 brodsom Exp $
# $Id: make.shared.targets,v 1.14 2003-07-11 02:23:58 brodsom Exp $
#
@ -46,8 +46,8 @@
$(SRC_ROOT)/dsql/parse.cpp: $(SRC_ROOT)/dsql/parse.y $(SRC_ROOT)/dsql/parse.sed
$(YACC) -l -d $<
$(MV) $(SRC_ROOT)/y.tab.c $(SRC_ROOT)/dsql/dsql.tab.c
$(MV) $(SRC_ROOT)/y.tab.h $(SRC_ROOT)/dsql/dsql.tab.h
$(MV) $(GEN_ROOT)/y.tab.c $(SRC_ROOT)/dsql/dsql.tab.c
$(MV) $(GEN_ROOT)/y.tab.h $(SRC_ROOT)/dsql/dsql.tab.h
sed -e 's/\\r//g' $(SRC_ROOT)/dsql/parse.sed > $(SRC_ROOT)/dsql/parse2.sed
sed -f $(SRC_ROOT)/dsql/parse2.sed <$(SRC_ROOT)/dsql/dsql.tab.c > $@
-$(RM) $(SRC_ROOT)/dsql/parse2.sed

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.143 2003-07-09 01:20:17 brodsom Exp $
dnl $Id: configure.in,v 1.144 2003-07-11 02:28:45 brodsom Exp $
dnl ############################# INITIALISATION ###############################
@ -541,7 +541,7 @@ mkdir -p gen/jrd
mkdir -p gen/msgs
mkdir -p gen/qli
mkdir -p gen/utilities
mkdir -p gen/v5_examples
mkdir -p gen/examples
dnl # some .o and .d in this directory (to be removed)
mkdir -p gen/remote
@ -552,7 +552,15 @@ mkdir -p gen/firebird/include
mkdir -p gen/firebird/intl
mkdir -p gen/firebird/UDF
mkdir -p gen/firebird/bin
mkdir -p gen/firebird/examples/v5
mkdir -p gen/firebird/examples/api
mkdir -p gen/firebird/examples/build_win32
mkdir -p gen/firebird/examples/build_unix
mkdir -p gen/firebird/examples/dyn
mkdir -p gen/firebird/examples/empbuild
mkdir -p gen/firebird/examples/include
mkdir -p gen/firebird/examples/stat
mkdir -p gen/firebird/examples/udf
mkdir -p gen/firebird/examples/winevent
mkdir -p gen/firebird/lib
mkdir -p gen/firebird/misc
mkdir -p gen/firebird/help
@ -636,7 +644,7 @@ mkdir -p temp/inet_server/ipserver
mkdir -p temp/msgs/msgs
mkdir -p temp/extlib/extlib
mkdir -p temp/extlib/extlib/fbudf
mkdir -p temp/v5_examples/v5_examples
mkdir -p temp/examples
mkdir -p temp/libfbembed
mkdir -p temp/libfbembed/jrd