##
# Makefile for iODBC
##

#Extra_CC_Flags = -no-cpp-precomp

# Project info
Project  = iodbc
UserType = Developer
ToolType = Commands
#Install_Prefix = $(USRDIR)

GnuAfterInstall = trashla

# It's a GNU Source project
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make


#Install_Target = install
Extra_Configure_Flags = --with-iodbc-inidir=/Library/ODBC --disable-gui TMPDIR=$(OBJROOT)

trashla:
	@echo "Trashing RC undesirables *.la files"
	rm -f $(RC_Install_Prefix)/lib/*.la

