#  aRT : API R - TerraLib                                                
#  Copyright (C) 2003-2005  LEG                                          
#                                                                        
#  This program is free software; you can redistribute it and/or modify  
#  it under the terms of the GNU General Public License as published by  
#  the Free Software Foundation; either version 2 of the License, or     
#  (at your option) any later version.                                   
#                                                                        
#  This program is distributed in the hope that it will be useful,       
#  but WITHOUT ANY WARRANTY; without even the implied warranty of        
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         
#  GNU General Public License for more details.                          
#                                                                        
#  You should have received a copy of the GNU Lesser General Public      
#  License along with this library.                                      

TARGET = aRT.so

TARGET-DBMS-OBJS =  TeMySQL.o 

include Makefile.common

$(TARGET): $(TARGET-OBJS)
	R CMD SHLIB $(TARGET-OBJS) --output=$(TARGET)
	strip $(TARGET)

# DO NOT DELETE

aRTlayer.o: aRTlayer.h aRTcomponent.h SEXPbasic.h aRTtheme.h TeUtils.h
aRTlayer.o: aRTdb.h aRTdlcommon.h TeDecoderSEXP.h TeRBasic.h aRTquerier.h
aRTlayer.o: SEXPutils.h aRTtable.h aRTstatictable.h aRTmediatable.h
aRTlayer.o: aRTeventtable.h aRTdynattrtable.h aRTgeometry.h
aRTlayer.o: /usr/include/stdio.h /usr/include/features.h
aRTlayer.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
aRTlayer.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
aRTlayer.o: /usr/include/bits/typesizes.h /usr/include/libio.h
aRTlayer.o: /usr/include/_G_config.h /usr/include/wchar.h
aRTlayer.o: /usr/include/bits/wchar.h /usr/include/gconv.h
aRTlayer.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
