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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • 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:
263
263
 
264
264
if HAVE_FLEXPATH
265
265
libadios_a_SOURCES += write/adios_flexpath.c  read/read_flexpath.c
 
266
libadios_nompi_a_SOURCES += write/adios_flexpath.c  read/read_flexpath.c
266
267
if BUILD_FORTRAN
267
268
FortranLibSources += write/adios_flexpath.c read/read_flexpath.c
268
269
endif
376
377
                   public/adios_read_v1.h \
377
378
                   public/adios_read_v1_defs.h \
378
379
                   public/adios_read_v2.h \
 
380
                   public/adios_read_v2_fwd.h \
379
381
                   public/adios_selection.h \
380
382
                                   public/adios_schema.h
381
383
 
585
587
                                    core/buffer.c \
586
588
                                    core/adios_error.c \
587
589
                                    core/adios_logger.c \
588
 
                                    core/adios_internals_mxml.c \
589
590
                                    core/adios_timing.c \
590
591
                                    core/util.c \
591
592
                                    core/qhashtbl.c \
592
593
                                    core/futils.c \
593
594
                                    core/adios_transport_hooks.c 
 
595
if BUILD_WRITE
 
596
libadios_internal_nompi_a_SOURCES += core/adios_internals_mxml.c 
 
597
endif
594
598
 
595
599
 
596
600
libadios_internal_nompi_a_CPPFLAGS = $(MACRODEFFLAG)_INTERNAL $(ADIOSLIB_EXTRA_CPPFLAGS) $(ADIOSLIB_INT_CPPFLAGS) $(ADIOSLIB_CPPFLAGS)