File: Makefile.am

package info (click to toggle)
gphotofs 0.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,724 kB
  • sloc: sh: 9,259; ansic: 715; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

SUBDIRS = m4m

ACLOCAL_AMFLAGS = -I m4m

EXTRA_DIST = autogen.sh test-gphotofs.sh

bin_PROGRAMS = gphotofs
gphotofs_SOURCES = gphotofs.c
gphotofs_CPPFLAGS = \
	$(AM_CPPFLAGS) $(CPPFLAGS) \
	-DFUSE_USE_VERSION=25 $(FUSE_CFLAGS) \
	$(GLIB_CFLAGS) \
	$(LIBGPHOTO2_CFLAGS)
gphotofs_LDADD = \
	$(FUSE_LIBS) $(GLIB_LIBS) \
	$(LIBGPHOTO2_LIBS)

TESTS_ENVIRONMENT = testdir=test-realdir srcdir=$(srcdir) mountpoint=test-mp
TESTS = # test-gphotofs.sh