~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/C/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        $(top_srcdir)/config/ac_dcmf.m4 \
50
50
        $(top_srcdir)/config/ac_dimes.m4 \
51
51
        $(top_srcdir)/config/ac_dmalloc.m4 \
 
52
        $(top_srcdir)/config/ac_fgr.m4 \
52
53
        $(top_srcdir)/config/ac_flexpath.m4 \
 
54
        $(top_srcdir)/config/ac_glib.m4 \
53
55
        $(top_srcdir)/config/ac_hdf5.m4 \
54
56
        $(top_srcdir)/config/ac_infiniband.m4 \
55
57
        $(top_srcdir)/config/ac_isobar.m4 \
60
62
        $(top_srcdir)/config/ac_netcdf.m4 \
61
63
        $(top_srcdir)/config/ac_nssi.m4 \
62
64
        $(top_srcdir)/config/ac_pablo.m4 \
 
65
        $(top_srcdir)/config/ac_pami.m4 \
63
66
        $(top_srcdir)/config/ac_phdf5.m4 \
64
67
        $(top_srcdir)/config/ac_portals.m4 \
65
68
        $(top_srcdir)/config/ac_szip.m4 \
220
223
FCFLAGS = @FCFLAGS@
221
224
FCLIBS = @FCLIBS@
222
225
FGREP = @FGREP@
 
226
FGR_CPPFLAGS = @FGR_CPPFLAGS@
 
227
FGR_LDFLAGS = @FGR_LDFLAGS@
 
228
FGR_LIBS = @FGR_LIBS@
223
229
FP_CPPFLAGS = @FP_CPPFLAGS@
224
230
FP_LDFLAGS = @FP_LDFLAGS@
225
231
FP_LIBS = @FP_LIBS@
 
232
GLIB_CPPFLAGS = @GLIB_CPPFLAGS@
 
233
GLIB_LDFLAGS = @GLIB_LDFLAGS@
 
234
GLIB_LIBS = @GLIB_LIBS@
226
235
GREP = @GREP@
227
236
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
228
237
HDF5_LDFLAGS = @HDF5_LDFLAGS@
289
298
PACKAGE_STRING = @PACKAGE_STRING@
290
299
PACKAGE_TARNAME = @PACKAGE_TARNAME@
291
300
PACKAGE_VERSION = @PACKAGE_VERSION@
 
301
PAMI_CFLAGS = @PAMI_CFLAGS@
 
302
PAMI_CPPFLAGS = @PAMI_CPPFLAGS@
 
303
PAMI_LDFLAGS = @PAMI_LDFLAGS@
 
304
PAMI_LIBS = @PAMI_LIBS@
292
305
PATHPROG = @PATHPROG@
293
306
PATH_SEPARATOR = @PATH_SEPARATOR@
294
307
PHDF5_CPPFLAGS = @PHDF5_CPPFLAGS@