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.

17 lines
468 B

  1. ## Process this file with automake to produce Makefile.in
  2. AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  3. noinst_HEADERS = fioc.h
  4. noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
  5. fsel fselclient cusexmp
  6. LDADD = ../lib/libfuse.la
  7. fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la
  8. fioclient_CPPFLAGS =
  9. fioclient_LDFLAGS =
  10. fioclient_LDADD =
  11. fselclient_CPPFLAGS =
  12. fselclient_LDFLAGS =
  13. fselclient_LDADD =