[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
fusesmb 0.8.7-1.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 592 kB
  • ctags: 254
  • sloc: sh: 3,185; ansic: 2,912; makefile: 67
file content (21 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CPPFLAGS=-D_REENTRANT -D_FILE_OFFSET_BITS=64
bin_PROGRAMS=fusesmb fusesmb.cache
fusesmb_SOURCES=fusesmb.c hash.c smbctx.c stringlist.c configfile.c
fusesmb_cache_SOURCES = cache.c hash.c stringlist.c smbctx.c configfile.c
noinst_HEADERS = hash.h stringlist.h smbctx.h configfile.h debug.h

#  uncomment the following if fusesmb requires the math library

#EXTRA_DIST=fusesmb.lsm.in fusesmb.spec.in fusesmb.texinfo
EXTRA_DIST= debian fusesmb.conf.ex fusesmb.1 fusesmb.conf.5

#  if you write a self-test script named `chk', uncomment the
#  following and add `chk' to the EXTRA_DIST list
#TESTS=chk

#  build and install the .info pages
#info_TEXINFOS = fusesmb.texinfo
#fusesmb_TEXINFOS = gpl.texinfo

#  install the man pages
man_MANS=fusesmb.1 fusesmb.conf.5