File: Makefile.am

package info (click to toggle)
umview 0.8.2-1.2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,472 kB
  • sloc: ansic: 67,309; sh: 11,160; ruby: 914; makefile: 424; python: 141
file content (13 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/modules-common.mk

mod_LTLIBRARIES = umfuse.la

dist_man1_MANS = umfuse.1viewos

umfuse_la_SOURCES = umfuse.c umfusestd.c umfuseargs.c umfusestd.h fuse_opt.c umfuse_node.c
umfuse_la_LDFLAGS = $(AM_LDFLAGS) -lpthread
umfuse_la_CPPFLAGS = $(AM_CPPFLAGS) -DFUSE_USE_VERSION=26

#DEVELFLAGS = -D__UMFUSE_DEBUG__ -D__UMFUSE_DEBUG_LEVEL__=10
#DEVELFLAGS=-D__UMFUSE_EXPERIMENTAL__