~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to osl/tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-10-17 15:54:24 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131017155424-3q1gw7yhddylfkpj
Tags: 0.18.1-1
* New upstream version.
* Add a comment to build-depend on libpod-latex-perl | perl (<< 5.17.0),
  when the documentation is built. Closes: #711681.
* Use dh_autotools-dev to update config.{sub,guess}. Closes: #719957.

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
osl_test_LDFLAGS = -L$(top_srcdir)
358
358
osl_test_LDADD = -losl
359
359
osl_test_SOURCES = \
360
 
        osl_test.c                  \
361
 
        polynom.scop                \
362
 
        test_empty_statement.scop   \
363
 
        test_just_access.scop       \
364
 
        test_just_body.scop         \
365
 
        test_just_domain.scop       \
366
 
        test_just_scattering.scop   \
367
 
        test_coordinates.scop       \
368
 
        test_matmult.scop           \
369
 
        test_no_statement.scop      \
 
360
        osl_test.c \
 
361
        polynom.scop \
 
362
        test_empty_statement.scop \
 
363
        test_just_access.scop \
 
364
        test_just_body.scop \
 
365
        test_just_extbody.scop \
 
366
        test_just_domain.scop \
 
367
        test_just_scattering.scop \
 
368
        test_coordinates.scop \
 
369
        test_matmult.scop \
 
370
        test_clay.scop \
 
371
        test_no_statement.scop \
370
372
        test_scop_list.scop
371
373
 
372
374
all: all-recursive