mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 13:34:16 -04:00
11 lines
262 B
Makefile
11 lines
262 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll
|
|
|
|
fusexmp_SOURCES = fusexmp.c
|
|
fusexmp_fh_SOURCES = fusexmp_fh.c
|
|
null_SOURCES = null.c
|
|
hello_SOURCES = hello.c
|
|
|
|
LDADD = ../lib/libfuse.la -lpthread
|