~ubuntu-branches/ubuntu/hardy/ntfs-3g/hardy-updates

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2007-02-07 09:44:48 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070207094448-2wuco318voubcn95
Tags: 1:0.0.0+20070207-1
New upstream release (RC1 !).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
@REALLYSTATIC_FALSE@    $(top_builddir)/libntfs-3g/libntfs-3g.la
60
60
@REALLYSTATIC_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/libntfs-3g/.libs/libntfs-3g.a
61
61
am__DEPENDENCIES_2 =
62
 
ntfs_3g_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
62
ntfs_3g_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
 
63
        $(am__DEPENDENCIES_2)
63
64
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
66
am__depfiles_maybe = depfiles
113
114
INSTALL_PROGRAM = @INSTALL_PROGRAM@
114
115
INSTALL_SCRIPT = @INSTALL_SCRIPT@
115
116
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
117
LDCONFIG = @LDCONFIG@
116
118
LDFLAGS = @LDFLAGS@
117
119
LIBNTFS_3G_CFLAGS = @LIBNTFS_3G_CFLAGS@
118
120
LIBOBJS = @LIBOBJS@
176
178
install_sh = @install_sh@
177
179
libdir = @libdir@
178
180
libexecdir = @libexecdir@
 
181
libfuse_libs = @libfuse_libs@
179
182
localstatedir = @localstatedir@
180
183
mandir = @mandir@
181
184
mkdir_p = @mkdir_p@
206
209
# Set the include path.
207
210
AM_CPPFLAGS = -I$(top_srcdir)/include/ntfs-3g $(all_includes)
208
211
ntfs_3g_SOURCES = ntfs-3g.c utils.c utils.h
209
 
ntfs_3g_LDADD = $(AM_LIBS) $(FUSE_MODULE_LIBS)
 
212
ntfs_3g_LDADD = $(AM_LIBS) $(FUSE_MODULE_LIBS) $(libfuse_libs)
210
213
ntfs_3g_LDFLAGS = $(AM_LFLAGS)
211
 
ntfs_3g_CFLAGS = $(FUSE_MODULE_CFLAGS) -DFUSE_USE_VERSION=25
 
214
ntfs_3g_CFLAGS = $(FUSE_MODULE_CFLAGS) -DFUSE_USE_VERSION=26
212
215
all: all-am
213
216
 
214
217
.SUFFIXES:
579
582
install-exec-hook:
580
583
        $(INSTALL) -d $(DESTDIR)/sbin
581
584
        $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
582
 
        ldconfig
 
585
        $(LDCONFIG)
583
586
 
584
587
install-data-hook:
585
588
        $(INSTALL) -d $(DESTDIR)$(man8dir)