~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/Instrumentation/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ove Kaaven
  • Date: 2011-09-03 22:16:12 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20110903221612-2cjy0z7ztj5nkln5
Tags: 2.4.0-1
* New upstream release. Closes: #638588.
* Build-Depend on OpenSceneGraph 3.0, and the Subversion library.
* Recommend fgfs-scenery-base.
* Enable parallel builds (shorter compile times on multicore CPUs).
* Removed hack that tried to build without optimizations if
  building with optimizations fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        inst_vertical_speed_indicator.$(OBJEXT) od_gauge.$(OBJEXT) \
63
63
        wxradar.$(OBJEXT) tacan.$(OBJEXT) mk_viii.$(OBJEXT) \
64
64
        dclgps.$(OBJEXT) render_area_2d.$(OBJEXT) \
65
 
        groundradar.$(OBJEXT) agradar.$(OBJEXT) rad_alt.$(OBJEXT)
 
65
        groundradar.$(OBJEXT) agradar.$(OBJEXT) rad_alt.$(OBJEXT) \
 
66
        rnav_waypt_controller.$(OBJEXT) tcas.$(OBJEXT)
66
67
libInstrumentation_a_OBJECTS = $(am_libInstrumentation_a_OBJECTS)
67
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/Include
68
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
133
134
CC = @CC@
134
135
CCDEPMODE = @CCDEPMODE@
135
136
CFLAGS = @CFLAGS@
 
137
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
136
138
CPP = @CPP@
137
139
CPPFLAGS = @CPPFLAGS@
138
140
CXX = @CXX@
148
150
EGREP = @EGREP@
149
151
EXEEXT = @EXEEXT@
150
152
GREP = @GREP@
 
153
HAVE_GIT = @HAVE_GIT@
 
154
HLA_CPPFLAGS = @HLA_CPPFLAGS@
 
155
HLA_LDFLAGS = @HLA_LDFLAGS@
 
156
HLA_LIBS = @HLA_LIBS@
 
157
HUDSON_BUILD_ID = @HUDSON_BUILD_ID@
 
158
HUDSON_BUILD_NUMBER = @HUDSON_BUILD_NUMBER@
151
159
INSTALL = @INSTALL@
152
160
INSTALL_DATA = @INSTALL_DATA@
153
161
INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
169
MAKEINFO = @MAKEINFO@
162
170
MKDIR_P = @MKDIR_P@
163
171
OBJEXT = @OBJEXT@
164
 
OSG_LIBS = @OSG_LIBS@
165
172
PACKAGE = @PACKAGE@
166
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167
174
PACKAGE_NAME = @PACKAGE_NAME@
168
175
PACKAGE_STRING = @PACKAGE_STRING@
169
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_URL = @PACKAGE_URL@
170
178
PACKAGE_VERSION = @PACKAGE_VERSION@
171
179
PATH_SEPARATOR = @PATH_SEPARATOR@
172
180
PKG_CONFIG = @PKG_CONFIG@
173
181
RANLIB = @RANLIB@
 
182
REVISION = @REVISION@
174
183
SET_MAKE = @SET_MAKE@
175
184
SHELL = @SHELL@
176
185
STRIP = @STRIP@
228
237
openal_LIBS = @openal_LIBS@
229
238
opengl_LIBS = @opengl_LIBS@
230
239
openthreads_FRAMEWORK = @openthreads_FRAMEWORK@
231
 
openthreads_LIBS = @openthreads_LIBS@
232
240
osg_FRAMEWORKS = @osg_FRAMEWORKS@
233
241
pdfdir = @pdfdir@
234
242
plib_FRAMEWORK = @plib_FRAMEWORK@
281
289
        tacan.cxx tacan.hxx mk_viii.cxx mk_viii.hxx \
282
290
        dclgps.cxx dclgps.hxx \
283
291
        render_area_2d.cxx render_area_2d.hxx        \
284
 
                groundradar.cxx groundradar.hxx \
285
 
                agradar.cxx agradar.hxx rad_alt.cxx rad_alt.hxx
 
292
        groundradar.cxx groundradar.hxx \
 
293
        agradar.cxx agradar.hxx rad_alt.cxx rad_alt.hxx \
 
294
        rnav_waypt_controller.cxx rnav_waypt_controller.hxx \
 
295
        tcas.cxx tcas.hxx
286
296
 
287
297
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src
288
298
all: all-recursive
360
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od_gauge.Po@am__quote@
361
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rad_alt.Po@am__quote@
362
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render_area_2d.Po@am__quote@
 
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rnav_waypt_controller.Po@am__quote@
363
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slip_skid_ball.Po@am__quote@
364
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tacan.Po@am__quote@
 
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcas.Po@am__quote@
365
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transponder.Po@am__quote@
366
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turn_indicator.Po@am__quote@
367
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vertical_speed_indicator.Po@am__quote@