# Project:   ODBC


# Toolflags:
ccflags =  -c -depend !Depend -throwback         -strict    -fafh   -zM -Ospace      -IC:,ADFS::Tardis.$.Files.Develop.Projects.Libraries.ODBC.ODBCLib,ADFS::Tardis.$.Files.Develop.Projects.Libraries.CLibSupport 
linkflags =   -rmf            -Output $@ 
cmhgflags =     -depend !Depend   

# Final targets:
@.ODBC:   @.o.cmd_handler @.o.copy @.o.data @.o.fetch @.o.free @.o.freeb @.o.initialise @.o.odbc @.o.store @.o.storeb \
        @.o.swi_handler @.o.user_final @.o.user_init @.o.module 
        link $(linkflags) @.o.cmd_handler @.o.copy @.o.data @.o.fetch @.o.free @.o.freeb @.o.initialise @.o.odbc @.o.store @.o.storeb \
        @.o.swi_handler @.o.user_final @.o.user_init @.o.module C:o.stubsg C:o.flexlib-32 \
        ADFS::Tardis.$.Files.Develop.Projects.Libraries.CLibSupport.CLibSupportM 

# User-editable dependencies:

# Static dependencies:
@.o.cmd_handler:   @.c.cmd_handler
        cc $(ccflags) -o @.o.cmd_handler @.c.cmd_handler
@.o.copy:   @.c.copy
        cc $(ccflags) -o @.o.copy @.c.copy
@.o.data:   @.c.data
        cc $(ccflags) -o @.o.data @.c.data
@.o.fetch:   @.c.fetch
        cc $(ccflags) -o @.o.fetch @.c.fetch
@.o.free:   @.c.free
        cc $(ccflags) -o @.o.free @.c.free
@.o.freeb:   @.c.freeb
        cc $(ccflags) -o @.o.freeb @.c.freeb
@.o.initialise:   @.c.initialise
        cc $(ccflags) -o @.o.initialise @.c.initialise
@.o.odbc:   @.c.odbc
        cc $(ccflags) -o @.o.odbc @.c.odbc
@.o.store:   @.c.store
        cc $(ccflags) -o @.o.store @.c.store
@.o.storeb:   @.c.storeb
        cc $(ccflags) -o @.o.storeb @.c.storeb
@.o.swi_handler:   @.c.swi_handler
        cc $(ccflags) -o @.o.swi_handler @.c.swi_handler
@.o.user_final:   @.c.user_final
        cc $(ccflags) -o @.o.user_final @.c.user_final
@.o.user_init:   @.c.user_init
        cc $(ccflags) -o @.o.user_init @.c.user_init
@.o.module:   @.mod.module
        cmhg $(cmhgflags) -o @.o.module @.mod.module

# Dynamic dependencies:
