File: Makefile.am

package info (click to toggle)
fuse 2.9.3-15%2Bdeb8u2
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 3,100 kB
  • ctags: 4,177
  • sloc: ansic: 16,722; sh: 12,052; makefile: 163
file content (16 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 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 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 =