4 # Makefile for OpenPilot UAVObject code
6 # The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2011.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 # You should have received a copy of the GNU General Public License along
19 # with this program; if not, write to the Free Software Foundation, Inc.,
20 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 # This file is to be included by firmware Makefiles to retrieve a list of all
24 # UAVObject source files.
26 # It's the task of the individual Makefile to build them at an apropriate
29 # This file is Autogenerated by the UAVObjGenerator, please do not modify
33 # UAVOBJFILENAMES - lower case filenames of UAVObjects (without extension!)
34 # UAVOBJNAMES - Names of UAVObjects (correct casing)
38 UAVOBJSRCFILENAMES = $(UAVOBJFILENAMES)
40 UAVOBJSRC = $(foreach UAVOBJSRCFILE,$(UAVOBJSRCFILENAMES),$(FLIGHT_UAVOBJ_DIR)/$(UAVOBJSRCFILE).c )
41 UAVOBJDEFINE = $(foreach UAVOBJSRCFILE,$(UAVOBJSRCFILENAMES),-DUAVOBJ_INIT_$(UAVOBJSRCFILE) )