# 
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Sun Microsystems, Inc.
# Portions created by the Initial Developer are Copyright (C) 1999
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
TOP_DIR = ../../..
OBJ_DIR = ../obj
CPP = \
	GetBooleanField_1.cpp \
	GetBooleanField_2.cpp \
	GetBooleanField_3.cpp \
	GetBooleanField_4.cpp \
	GetBooleanField_5.cpp \
	GetBooleanField_6.cpp \
	GetByteField_1.cpp \
	GetByteField_2.cpp \
	GetByteField_3.cpp \
	GetByteField_4.cpp \
	GetByteField_5.cpp \
	GetByteField_6.cpp \
	GetCharField_1.cpp \
	GetCharField_2.cpp \
	GetCharField_3.cpp \
	GetCharField_4.cpp \
	GetCharField_5.cpp \
	GetDoubleField_1.cpp \
	GetDoubleField_2.cpp \
	GetDoubleField_3.cpp \
	GetDoubleField_4.cpp \
	GetDoubleField_5.cpp \
	GetDoubleField_6.cpp \
	GetFieldID_1.cpp \
	GetFieldID_10.cpp \
	GetFieldID_11.cpp \
	GetFieldID_12.cpp \
	GetFieldID_13.cpp \
	GetFieldID_14.cpp \
	GetFieldID_15.cpp \
	GetFieldID_16.cpp \
	GetFieldID_17.cpp \
	GetFieldID_18.cpp \
	GetFieldID_19.cpp \
	GetFieldID_2.cpp \
	GetFieldID_20.cpp \
	GetFieldID_3.cpp \
	GetFieldID_4.cpp \
	GetFieldID_5.cpp \
	GetFieldID_6.cpp \
	GetFieldID_7.cpp \
	GetFieldID_8.cpp \
	GetFieldID_9.cpp \
	GetFloatField_1.cpp \
	GetFloatField_2.cpp \
	GetFloatField_3.cpp \
	GetFloatField_4.cpp \
	GetFloatField_5.cpp \
	GetFloatField_6.cpp \
	GetIntField_1.cpp \
	GetIntField_2.cpp \
	GetIntField_3.cpp \
	GetIntField_4.cpp \
	GetIntField_5.cpp \
	GetIntField_6.cpp \
	GetIntField_7.cpp \
	GetLongField_1.cpp \
	GetLongField_2.cpp \
	GetLongField_3.cpp \
	GetLongField_4.cpp \
	GetLongField_5.cpp \
	GetLongField_6.cpp \
	GetObjectField_1.cpp \
	GetObjectField_2.cpp \
	GetObjectField_3.cpp \
	GetObjectField_4.cpp \
	GetObjectField_5.cpp \
	GetShortField_1.cpp \
	GetShortField_2.cpp \
	GetShortField_3.cpp \
	GetShortField_4.cpp \
	GetShortField_5.cpp \
	GetShortField_6.cpp \
	SetBooleanField_1.cpp \
	SetBooleanField_2.cpp \
	SetBooleanField_3.cpp \
	SetBooleanField_4.cpp \
	SetBooleanField_5.cpp \
	SetBooleanField_6.cpp \
	SetBooleanField_7.cpp \
	SetByteField_1.cpp \
	SetByteField_2.cpp \
	SetByteField_3.cpp \
	SetByteField_4.cpp \
	SetByteField_5.cpp \
	SetByteField_6.cpp \
	SetCharField_1.cpp \
	SetCharField_2.cpp \
	SetCharField_3.cpp \
	SetCharField_4.cpp \
	SetCharField_5.cpp \
	SetCharField_6.cpp \
	SetDoubleField_1.cpp \
	SetDoubleField_2.cpp \
	SetDoubleField_3.cpp \
	SetDoubleField_4.cpp \
	SetDoubleField_5.cpp \
	SetDoubleField_6.cpp \
	SetFloatField_1.cpp \
	SetFloatField_2.cpp \
	SetFloatField_3.cpp \
	SetFloatField_4.cpp \
	SetFloatField_5.cpp \
	SetIntField_1.cpp \
	SetIntField_2.cpp \
	SetIntField_3.cpp \
	SetIntField_4.cpp \
	SetIntField_5.cpp \
	SetLongField_1.cpp \
	SetLongField_2.cpp \
	SetLongField_3.cpp \
	SetLongField_4.cpp \
	SetLongField_5.cpp \
	SetObjectField_1.cpp \
	SetObjectField_2.cpp \
	SetObjectField_3.cpp \
	SetObjectField_4.cpp \
	SetObjectField_5.cpp \
	SetShortField_1.cpp \
	SetShortField_2.cpp \
	SetShortField_3.cpp \
	SetShortField_4.cpp \
	SetShortField_5.cpp

OBJS = \
	$(OBJ_DIR)/GetBooleanField_1.o \
	$(OBJ_DIR)/GetBooleanField_2.o \
	$(OBJ_DIR)/GetBooleanField_3.o \
	$(OBJ_DIR)/GetBooleanField_4.o \
	$(OBJ_DIR)/GetBooleanField_5.o \
	$(OBJ_DIR)/GetBooleanField_6.o \
	$(OBJ_DIR)/GetByteField_1.o \
	$(OBJ_DIR)/GetByteField_2.o \
	$(OBJ_DIR)/GetByteField_3.o \
	$(OBJ_DIR)/GetByteField_4.o \
	$(OBJ_DIR)/GetByteField_5.o \
	$(OBJ_DIR)/GetByteField_6.o \
	$(OBJ_DIR)/GetCharField_1.o \
	$(OBJ_DIR)/GetCharField_2.o \
	$(OBJ_DIR)/GetCharField_3.o \
	$(OBJ_DIR)/GetCharField_4.o \
	$(OBJ_DIR)/GetCharField_5.o \
	$(OBJ_DIR)/GetDoubleField_1.o \
	$(OBJ_DIR)/GetDoubleField_2.o \
	$(OBJ_DIR)/GetDoubleField_3.o \
	$(OBJ_DIR)/GetDoubleField_4.o \
	$(OBJ_DIR)/GetDoubleField_5.o \
	$(OBJ_DIR)/GetDoubleField_6.o \
	$(OBJ_DIR)/GetFieldID_1.o \
	$(OBJ_DIR)/GetFieldID_10.o \
	$(OBJ_DIR)/GetFieldID_11.o \
	$(OBJ_DIR)/GetFieldID_12.o \
	$(OBJ_DIR)/GetFieldID_13.o \
	$(OBJ_DIR)/GetFieldID_14.o \
	$(OBJ_DIR)/GetFieldID_15.o \
	$(OBJ_DIR)/GetFieldID_16.o \
	$(OBJ_DIR)/GetFieldID_17.o \
	$(OBJ_DIR)/GetFieldID_18.o \
	$(OBJ_DIR)/GetFieldID_19.o \
	$(OBJ_DIR)/GetFieldID_2.o \
	$(OBJ_DIR)/GetFieldID_20.o \
	$(OBJ_DIR)/GetFieldID_3.o \
	$(OBJ_DIR)/GetFieldID_4.o \
	$(OBJ_DIR)/GetFieldID_5.o \
	$(OBJ_DIR)/GetFieldID_6.o \
	$(OBJ_DIR)/GetFieldID_7.o \
	$(OBJ_DIR)/GetFieldID_8.o \
	$(OBJ_DIR)/GetFieldID_9.o \
	$(OBJ_DIR)/GetFloatField_1.o \
	$(OBJ_DIR)/GetFloatField_2.o \
	$(OBJ_DIR)/GetFloatField_3.o \
	$(OBJ_DIR)/GetFloatField_4.o \
	$(OBJ_DIR)/GetFloatField_5.o \
	$(OBJ_DIR)/GetFloatField_6.o \
	$(OBJ_DIR)/GetIntField_1.o \
	$(OBJ_DIR)/GetIntField_2.o \
	$(OBJ_DIR)/GetIntField_3.o \
	$(OBJ_DIR)/GetIntField_4.o \
	$(OBJ_DIR)/GetIntField_5.o \
	$(OBJ_DIR)/GetIntField_6.o \
	$(OBJ_DIR)/GetIntField_7.o \
	$(OBJ_DIR)/GetLongField_1.o \
	$(OBJ_DIR)/GetLongField_2.o \
	$(OBJ_DIR)/GetLongField_3.o \
	$(OBJ_DIR)/GetLongField_4.o \
	$(OBJ_DIR)/GetLongField_5.o \
	$(OBJ_DIR)/GetLongField_6.o \
	$(OBJ_DIR)/GetObjectField_1.o \
	$(OBJ_DIR)/GetObjectField_2.o \
	$(OBJ_DIR)/GetObjectField_3.o \
	$(OBJ_DIR)/GetObjectField_4.o \
	$(OBJ_DIR)/GetObjectField_5.o \
	$(OBJ_DIR)/GetShortField_1.o \
	$(OBJ_DIR)/GetShortField_2.o \
	$(OBJ_DIR)/GetShortField_3.o \
	$(OBJ_DIR)/GetShortField_4.o \
	$(OBJ_DIR)/GetShortField_5.o \
	$(OBJ_DIR)/GetShortField_6.o \
	$(OBJ_DIR)/SetBooleanField_1.o \
	$(OBJ_DIR)/SetBooleanField_2.o \
	$(OBJ_DIR)/SetBooleanField_3.o \
	$(OBJ_DIR)/SetBooleanField_4.o \
	$(OBJ_DIR)/SetBooleanField_5.o \
	$(OBJ_DIR)/SetBooleanField_6.o \
	$(OBJ_DIR)/SetBooleanField_7.o \
	$(OBJ_DIR)/SetByteField_1.o \
	$(OBJ_DIR)/SetByteField_2.o \
	$(OBJ_DIR)/SetByteField_3.o \
	$(OBJ_DIR)/SetByteField_4.o \
	$(OBJ_DIR)/SetByteField_5.o \
	$(OBJ_DIR)/SetByteField_6.o \
	$(OBJ_DIR)/SetCharField_1.o \
	$(OBJ_DIR)/SetCharField_2.o \
	$(OBJ_DIR)/SetCharField_3.o \
	$(OBJ_DIR)/SetCharField_4.o \
	$(OBJ_DIR)/SetCharField_5.o \
	$(OBJ_DIR)/SetCharField_6.o \
	$(OBJ_DIR)/SetDoubleField_1.o \
	$(OBJ_DIR)/SetDoubleField_2.o \
	$(OBJ_DIR)/SetDoubleField_3.o \
	$(OBJ_DIR)/SetDoubleField_4.o \
	$(OBJ_DIR)/SetDoubleField_5.o \
	$(OBJ_DIR)/SetDoubleField_6.o \
	$(OBJ_DIR)/SetFloatField_1.o \
	$(OBJ_DIR)/SetFloatField_2.o \
	$(OBJ_DIR)/SetFloatField_3.o \
	$(OBJ_DIR)/SetFloatField_4.o \
	$(OBJ_DIR)/SetFloatField_5.o \
	$(OBJ_DIR)/SetIntField_1.o \
	$(OBJ_DIR)/SetIntField_2.o \
	$(OBJ_DIR)/SetIntField_3.o \
	$(OBJ_DIR)/SetIntField_4.o \
	$(OBJ_DIR)/SetIntField_5.o \
	$(OBJ_DIR)/SetLongField_1.o \
	$(OBJ_DIR)/SetLongField_2.o \
	$(OBJ_DIR)/SetLongField_3.o \
	$(OBJ_DIR)/SetLongField_4.o \
	$(OBJ_DIR)/SetLongField_5.o \
	$(OBJ_DIR)/SetObjectField_1.o \
	$(OBJ_DIR)/SetObjectField_2.o \
	$(OBJ_DIR)/SetObjectField_3.o \
	$(OBJ_DIR)/SetObjectField_4.o \
	$(OBJ_DIR)/SetObjectField_5.o \
	$(OBJ_DIR)/SetShortField_1.o \
	$(OBJ_DIR)/SetShortField_2.o \
	$(OBJ_DIR)/SetShortField_3.o \
	$(OBJ_DIR)/SetShortField_4.o \
	$(OBJ_DIR)/SetShortField_5.o

INCLUDES = -I../include 
include ../../../build/rules.mk 
all: compile
