LP-551 Remove popup - Increase neutral diff levels for alarm
[librepilot.git] / flight / uavobjects / Makefile.inc.template
blobecd3de0ad58dd0e66294238ac50c0d6d8e132c2d
1 #####
2 # Project: OpenPilot
4 # Makefile for OpenPilot UAVObject code
6 # The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2011.
7
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
16 # for more details.
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
21 #####
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
27 # output location
29 # This file is Autogenerated by the UAVObjGenerator, please do not modify
31 # Templates: 
33 # UAVOBJFILENAMES - lower case filenames of UAVObjects (without extension!)
34 # UAVOBJNAMES - Names of UAVObjects (correct casing)
36 #####
38 UAVOBJSRCFILENAMES = $(UAVOBJFILENAMES)
40 UAVOBJSRC = $(foreach UAVOBJSRCFILE,$(UAVOBJSRCFILENAMES),$(FLIGHT_UAVOBJ_DIR)/$(UAVOBJSRCFILE).c )
41 UAVOBJDEFINE = $(foreach UAVOBJSRCFILE,$(UAVOBJSRCFILENAMES),-DUAVOBJ_INIT_$(UAVOBJSRCFILE) )