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

« back to all changes in this revision

Viewing changes to examples/C/compression_test/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:
50
50
        $(top_srcdir)/config/ac_dcmf.m4 \
51
51
        $(top_srcdir)/config/ac_dimes.m4 \
52
52
        $(top_srcdir)/config/ac_dmalloc.m4 \
 
53
        $(top_srcdir)/config/ac_fgr.m4 \
53
54
        $(top_srcdir)/config/ac_flexpath.m4 \
 
55
        $(top_srcdir)/config/ac_glib.m4 \
54
56
        $(top_srcdir)/config/ac_hdf5.m4 \
55
57
        $(top_srcdir)/config/ac_infiniband.m4 \
56
58
        $(top_srcdir)/config/ac_isobar.m4 \
61
63
        $(top_srcdir)/config/ac_netcdf.m4 \
62
64
        $(top_srcdir)/config/ac_nssi.m4 \
63
65
        $(top_srcdir)/config/ac_pablo.m4 \
 
66
        $(top_srcdir)/config/ac_pami.m4 \
64
67
        $(top_srcdir)/config/ac_phdf5.m4 \
65
68
        $(top_srcdir)/config/ac_portals.m4 \
66
69
        $(top_srcdir)/config/ac_szip.m4 \
206
209
FCFLAGS = @FCFLAGS@
207
210
FCLIBS = @FCLIBS@
208
211
FGREP = @FGREP@
 
212
FGR_CPPFLAGS = @FGR_CPPFLAGS@
 
213
FGR_LDFLAGS = @FGR_LDFLAGS@
 
214
FGR_LIBS = @FGR_LIBS@
209
215
FP_CPPFLAGS = @FP_CPPFLAGS@
210
216
FP_LDFLAGS = @FP_LDFLAGS@
211
217
FP_LIBS = @FP_LIBS@
 
218
GLIB_CPPFLAGS = @GLIB_CPPFLAGS@
 
219
GLIB_LDFLAGS = @GLIB_LDFLAGS@
 
220
GLIB_LIBS = @GLIB_LIBS@
212
221
GREP = @GREP@
213
222
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
214
223
HDF5_LDFLAGS = @HDF5_LDFLAGS@
275
284
PACKAGE_STRING = @PACKAGE_STRING@
276
285
PACKAGE_TARNAME = @PACKAGE_TARNAME@
277
286
PACKAGE_VERSION = @PACKAGE_VERSION@
 
287
PAMI_CFLAGS = @PAMI_CFLAGS@
 
288
PAMI_CPPFLAGS = @PAMI_CPPFLAGS@
 
289
PAMI_LDFLAGS = @PAMI_LDFLAGS@
 
290
PAMI_LIBS = @PAMI_LIBS@
278
291
PATHPROG = @PATHPROG@
279
292
PATH_SEPARATOR = @PATH_SEPARATOR@
280
293
PHDF5_CPPFLAGS = @PHDF5_CPPFLAGS@