# Project:   iodbcadm


# Toolflags:
ccflags =  -c -depend !Depend -throwback         -strict -fa  -fh     -Ospace       
libfileflags =  -o  -c  $@ 

# Final targets:
@.iodbcadm:   @.o.Info @.o.error @.o.drvconn 
        libfile $(libfileflags) @.o.Info @.o.error @.o.drvconn 

# User-editable dependencies:

# Static dependencies:
@.o.Info:   @.c.Info
        cc $(ccflags) -o @.o.Info @.c.Info
@.o.error:   @.c.error
        cc $(ccflags) -o @.o.error @.c.error
@.o.drvconn:   @.c.drvconn
        cc $(ccflags) -o @.o.drvconn @.c.drvconn

# Dynamic dependencies:
