You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
608 B
35 lines
608 B
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
if FUSE_INTERNAL
|
|
noinst_LTLIBRARIES = libfuse-lite.la
|
|
endif
|
|
|
|
libfuse_lite_la_CFLAGS= \
|
|
$(AM_CFLAGS) \
|
|
$(LIBFUSE_LITE_CFLAGS)
|
|
|
|
libfuse_lite_la_CPPFLAGS= \
|
|
$(AM_CPPFLAGS) \
|
|
-I$(top_srcdir)/include/fuse-lite
|
|
|
|
libfuse_lite_la_LIBADD = $(LIBFUSE_LITE_LIBS)
|
|
|
|
libfuse_lite_la_SOURCES = \
|
|
fuse.c \
|
|
fuse_i.h \
|
|
fuse_kern_chan.c \
|
|
fuse_loop.c \
|
|
fuse_lowlevel.c \
|
|
fuse_misc.h \
|
|
fuse_opt.c \
|
|
fuse_session.c \
|
|
fuse_signals.c \
|
|
fusermount.c \
|
|
helper.c \
|
|
mount.c \
|
|
mount_util.c \
|
|
mount_util.h
|
|
|
|
libs: libfuse-lite.la
|