File: Makefile.am

package info (click to toggle)
obexfs 0.11-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 424 kB
  • ctags: 113
  • sloc: ansic: 1,108; sh: 787; makefile: 87
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

AM_CFLAGS = -Wall -W -Wmissing-declarations -Wmissing-prototypes \
		-O2 @FUSE_CFLAGS@ @OBEXFTP_CFLAGS@

LDADD =				@FUSE_LIBS@ \
				@OBEXFTP_LIBS@

obexfs_SOURCES =		obexfs.c

obexautofs_SOURCES =		obexautofs.c

bin_PROGRAMS =			obexfs obexautofs