~ubuntu-branches/ubuntu/trusty/mstflint/trusty-updates

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-03-30 00:19:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100330001900-a4oyvb4ioi6w6gvh
Tags: upstream-1.4-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.4-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = mstmread \
 
2
                                        mstmwrite \
 
3
                                        mstmcra \
 
4
                                        mstflint \
 
5
                                        mstregdump \
 
6
                                        mstvpd
 
7
 
 
8
bin_SCRIPTS = hca_self_test.ofed
 
9
                                        
 
10
mstmread_SOURCES = mread.c mtcr.h
 
11
 
 
12
mstmwrite_SOURCES = mwrite.c mtcr.h
 
13
 
 
14
mstflint_SOURCES = flint.cpp mtcr.h mflash.h mflash.c
 
15
 
 
16
mstflint_LIBS = @mstflint_LIBS@
 
17
mstflint_CXXFLAGS = @mstflint_CXXFLAGS@
 
18
 
 
19
mstregdump_SOURCES = mstdump.c mtcr.h
 
20
 
 
21
mstvpd_SOURCES = vpd.c
 
22
 
 
23
mstmcra_SOURCES  = mcra.c mtcr.h
 
24
 
 
25
mstflintinclude_HEADERS = mtcr.h
 
26
mstflintincludedir = @includedir@/mtcr_ul
 
27
 
 
28
EXTRA_DIST = \
 
29
        mstflint.spec \
 
30
    hca_self_test.ofed