File: Makefile.am

package info (click to toggle)
bindfs 1.18.4-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: sh: 4,442; ansic: 4,287; ruby: 1,288; makefile: 47
file content (16 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

UNAME_S := $(shell uname -s)

AM_CPPFLAGS = ${my_CPPFLAGS}
AM_CFLAGS = ${my_CFLAGS}

noinst_PROGRAMS = readdir_inode utimens_nofollow fcntl_locker odirect_read odirect_write test_dir_rewind
readdir_inode_SOURCES = readdir_inode.c
utimens_nofollow_SOURCES = utimens_nofollow.c
fcntl_locker_SOURCES = fcntl_locker.c
odirect_read_SOURCES = odirect_read.c
odirect_write_SOURCES = odirect_write.c
test_dir_rewind_SOURCES = test_dir_rewind.c

TESTS = test_bindfs.rb
SUBDIRS = internals