mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 23:14:59 +08:00
18 lines
468 B
Makefile
18 lines
468 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
|
|
noinst_HEADERS = fioc.h
|
|
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
|
|
fsel fselclient cusexmp
|
|
|
|
LDADD = ../lib/libfuse.la
|
|
fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la
|
|
|
|
fioclient_CPPFLAGS =
|
|
fioclient_LDFLAGS =
|
|
fioclient_LDADD =
|
|
fselclient_CPPFLAGS =
|
|
fselclient_LDFLAGS =
|
|
fselclient_LDADD =
|
|
|