File: Makefile.am

package info (click to toggle)
fuse 2.5.3-4.4%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,956 kB
  • ctags: 1,637
  • sloc: ansic: 10,865; sh: 8,751; makefile: 199
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
## 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