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

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • 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:
1
1
bin_PROGRAMS = est-epsilon gl-info alcinfo
2
2
 
3
 
noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
 
3
noinst_PROGRAMS = test-gethostname test-mktime test-text test-env-map
4
4
 
5
5
if HAVE_FRAMEWORK_PLIB
6
6
test_up_LDFLAGS = $(plib_FRAMEWORK)
26
26
 
27
27
test_text_SOURCES = test-text.cxx
28
28
 
29
 
test_up_SOURCES = test-up.cxx
30
 
test_up_LDADD = $(test_up_PLIB_LIBS) -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lz $(base_LIBS)