~ubuntu-branches/debian/stretch/adios/stretch

« back to all changes in this revision

Viewing changes to tests/C/flexpath_tests/global_range_select/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140616230638-5a0z7ylxx8i0edrg
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 \
189
192
FCFLAGS = @FCFLAGS@
190
193
FCLIBS = @FCLIBS@
191
194
FGREP = @FGREP@
 
195
FGR_CPPFLAGS = @FGR_CPPFLAGS@
 
196
FGR_LDFLAGS = @FGR_LDFLAGS@
 
197
FGR_LIBS = @FGR_LIBS@
192
198
FP_CPPFLAGS = @FP_CPPFLAGS@
193
199
FP_LDFLAGS = @FP_LDFLAGS@
194
200
FP_LIBS = @FP_LIBS@
 
201
GLIB_CPPFLAGS = @GLIB_CPPFLAGS@
 
202
GLIB_LDFLAGS = @GLIB_LDFLAGS@
 
203
GLIB_LIBS = @GLIB_LIBS@
195
204
GREP = @GREP@
196
205
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
197
206
HDF5_LDFLAGS = @HDF5_LDFLAGS@
258
267
PACKAGE_STRING = @PACKAGE_STRING@
259
268
PACKAGE_TARNAME = @PACKAGE_TARNAME@
260
269
PACKAGE_VERSION = @PACKAGE_VERSION@
 
270
PAMI_CFLAGS = @PAMI_CFLAGS@
 
271
PAMI_CPPFLAGS = @PAMI_CPPFLAGS@
 
272
PAMI_LDFLAGS = @PAMI_LDFLAGS@
 
273
PAMI_LIBS = @PAMI_LIBS@
261
274
PATHPROG = @PATHPROG@
262
275
PATH_SEPARATOR = @PATH_SEPARATOR@
263
276
PHDF5_CPPFLAGS = @PHDF5_CPPFLAGS@