~ubuntu-branches/ubuntu/utopic/adios/utopic

« back to all changes in this revision

Viewing changes to examples/C/attributes/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-12-09 15:21:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131209152131-jtd4fpmdv3xnunnm
Tags: 1.5.0-1
* New upstream.
* Standards-Version: 3.9.5
* Include latest config.{sub,guess} 
* New watch file.
* Create libadios-bin for binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES = $(all_includes)
2
 
INCLUDES += -I$(top_builddir)/src
 
2
INCLUDES += -I$(top_builddir)/src -I$(top_builddir)/src/public
3
3
 
4
4
AUTOMAKE_OPTIONS = no-dependencies
5
5
 
11
11
attributes_write_LDADD += $(ADIOSLIB_LDADD)
12
12
attributes_read_SOURCES = attributes_read.c
13
13
attributes_read_LDADD = $(top_builddir)/src/libadiosread.a
14
 
attributes_read_LDFLAGS = $(ADIOSLIB_LDFLAGS)
15
 
attributes_read_LDADD += $(ADIOSLIB_LDADD)
 
14
attributes_read_LDFLAGS = $(ADIOSREADLIB_LDFLAGS)
 
15
attributes_read_LDADD += $(ADIOSREADLIB_LDADD)
16
16
 
17
17
CLEANFILES = *.bp
18
18
CC=$(MPICC)