summaryrefslogtreecommitdiff
path: root/db-4.8.30/dist/vx_6/cfile
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2016-12-17 21:28:53 -0800
committerJesse Morgan <jesse@jesterpm.net>2016-12-17 21:28:53 -0800
commit54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 (patch)
tree18147b92b969d25ffbe61935fb63035cac820dd0 /db-4.8.30/dist/vx_6/cfile
Berkeley DB 4.8 with rust build script for linux.
Diffstat (limited to 'db-4.8.30/dist/vx_6/cfile')
-rw-r--r--db-4.8.30/dist/vx_6/cfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/db-4.8.30/dist/vx_6/cfile b/db-4.8.30/dist/vx_6/cfile
new file mode 100644
index 0000000..f9b8cf4
--- /dev/null
+++ b/db-4.8.30/dist/vx_6/cfile
@@ -0,0 +1,2 @@
+bdbvxw/$(MODE_DIR)/Objects/$(BDB_OBJECT_DIR)/__FILENAME__.o : $(BDB_ROOT)/__FILENAME__.c
+ $(TRACE_FLAG)if [ ! -d "`dirname "$@"`" ]; then mkdir -p "`dirname "$@"`"; fi;echo "building $@"; $(TOOL_PATH)dcc $(DEBUGFLAGS_C-Compiler) $(CC_ARCH_SPEC) -W:c:,-Xclib-optim-off -Xansi -Xlocal-data-area-static-only -Xforce-declarations -Xmake-dependency=0xd $(ADDED_CFLAGS) $(IDE_INCLUDES) $(ADDED_INCLUDES) -DCPU=$(CPU) -DTOOL_FAMILY=$(TOOL_FAMILY) -DTOOL=$(TOOL) -D_WRS_KERNEL $(DEFINES) -o "$@" -c "$<"