mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 21:43:34 -04:00
8 lines
306 B
Makefile
8 lines
306 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_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll
|
|
|
|
LDADD = ../lib/libfuse.la @libfuse_libs@
|
|
fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@
|