~ubuntu-branches/ubuntu/trusty/glusterfs/trusty

« back to all changes in this revision

Viewing changes to xlators/cluster/stripe/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-02-09 18:53:10 UTC
  • mfrom: (1.2.4 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100209185310-ww8p82lsbosorg2u
* New upstream release.
* Uploading to unstable.
* Bump Standards-Version to 3.8.4 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
 
17
18
srcdir = @srcdir@
18
19
top_srcdir = @top_srcdir@
19
20
VPATH = @srcdir@
37
38
build_triplet = @build@
38
39
host_triplet = @host@
39
40
subdir = xlators/cluster/stripe/src
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
42
        $(srcdir)/Makefile.in
41
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71
73
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
72
74
SOURCES = $(stripe_la_SOURCES)
73
75
DIST_SOURCES = $(stripe_la_SOURCES)
 
76
HEADERS = $(noinst_HEADERS)
74
77
ETAGS = etags
75
78
CTAGS = ctags
76
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
88
AUTOHEADER = @AUTOHEADER@
86
89
AUTOMAKE = @AUTOMAKE@
87
90
AWK = @AWK@
88
 
BDB_SUBDIR = @BDB_SUBDIR@
89
91
CC = @CC@
90
92
CCDEPMODE = @CCDEPMODE@
91
93
CFLAGS = @CFLAGS@
 
94
CONTRIBDIR = @CONTRIBDIR@
92
95
CPP = @CPP@
93
96
CPPFLAGS = @CPPFLAGS@
94
97
CYGPATH_W = @CYGPATH_W@
102
105
EGREP = @EGREP@
103
106
EXEEXT = @EXEEXT@
104
107
FGREP = @FGREP@
 
108
FUSERMOUNT_SUBDIR = @FUSERMOUNT_SUBDIR@
105
109
FUSE_CLIENT_SUBDIR = @FUSE_CLIENT_SUBDIR@
106
110
GF_BOOSTER_SUBDIR = @GF_BOOSTER_SUBDIR@
107
111
GF_CFLAGS = @GF_CFLAGS@
211
215
stripe_la_LDFLAGS = -module -avoidversion
212
216
stripe_la_SOURCES = stripe.c
213
217
stripe_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
 
218
noinst_HEADERS = stripe.h
214
219
AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
215
220
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS)
216
221
 
394
399
        done
395
400
check-am: all-am
396
401
check: check-am
397
 
all-am: Makefile $(LTLIBRARIES)
 
402
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
398
403
installdirs:
399
404
        for dir in "$(DESTDIR)$(xlatordir)"; do \
400
405
          test -z "$$dir" || $(mkdir_p) "$$dir"; \