File: Makefile.am

package info (click to toggle)
squeeze 0.2.3-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,500 kB
  • sloc: ansic: 12,938; sh: 9,240; xml: 617; makefile: 193
file content (61 lines) | stat: -rw-r--r-- 1,471 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
lib_LTLIBRARIES = libsqueeze-0.2.la

libsqueeze_0_2_la_SOURCES =  \
	internals.c internals.h \
	libsqueeze.c libsqueeze.h \
	libsqueeze-archive.h \
	libsqueeze-view.h \
	libsqueeze-command.h \
	libsqueeze-module.h \
	libsqueeze-vfs-mime.h \
	slist.c slist.h \
	vfs-mime.c vfs-mime.h \
	archive.c archive.h \
	archive-iter.c archive-iter.h \
	archive-command.c archive-command.h \
	spawn-command.c spawn-command.h \
	macro-command.c macro-command.h \
	remove-command.c remove-command.h \
	xfce-launch-command.c xfce-launch-command.h \
	archive-tempfs.c archive-tempfs.h \
	builder-settings.c builder-settings.h \
	command-builder.c command-builder.h \
	command-builder-zip.c command-builder-zip.h \
	command-builder-rar.c command-builder-rar.h \
	command-builder-compr.c command-builder-compr.h \
	command-builder-gnu-tar.c command-builder-gnu-tar.h

libsqueeze_0_2_la_CFLAGS = \
	$(GLIB_CFLAGS)  \
	$(DBUS_CFLAGS)  \
	$(THUNAR_VFS_CFLAGS)

libsqueeze_0_2_la_LIBADD = \
	$(GLIB_LIBS)	\
	$(DBUS_LIBS)	\
	$(THUNAR_VFS_LIBS)

libsqueeze_0_2_la_LDFLAGS = \
  -version-info $(SQUEEZE_VERINFO)

libsqueeze_includedir= \
	$(includedir)/libsqueeze

libsqueezeinclude_HEADERS = \
	libsqueeze-archive.h	\
	libsqueeze-command.h	\
	libsqueeze-module.h		\
	libsqueeze-vfs-mime.h	\
	libsqueeze-view.h		\
	libsqueeze.h


libsqueezeincludedir = $(includedir)/libsqueeze-0.2/libsqueeze


pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsqueeze-0.2.pc

	

INCLUDES = -I$(top_srcdir)