File: Makefile.am

package info (click to toggle)
purple-plugin-pack 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,176 kB
  • ctags: 3,409
  • sloc: ansic: 38,210; sh: 11,016; makefile: 1,555; python: 400
file content (57 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (2)
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
#PIXMAPS = \
#	16/ning.png \
#	22/ning.png \
#	48/ning.png
	
EXTRA_DIST=\
	Makefile.mingw \
	plugins.cfg
#	$(PIXMAPS) #add \ to the line above and uncomment this line if we get pixmaps

ningdir = $(PURPLE_LIBDIR)

ning_la_LDFLAGS = -module -avoid-version

if HAVE_PURPLE
if HAVE_JSON_GLIB

ning_LTLIBRARIES = ning.la

ning_la_SOURCES = \
	ning.h \
	ning_chat.h \
	ning_connection.h \
	ning.c \
	ning_chat.c \
	ning_connection.c

ning_la_LIBADD = \
	$(GLIB_LIBS) \
	$(JSON_GLIB_LIBS) \
	$(PURPLE_LIBS)

# uncomment the lines below if we get pixmaps
#if HAVE_PIDGIN
#ningpix16dir=$(PIDGIN_PIXMAPSDIR)/protocols/16
#ningpix16_DATA=16/ning.png
#
#ningpix22dir=$(PIDGIN_PIXMAPSDIR)/protocols/22
#ningpix22_DATA=22/ning.png
#
#ningpix48dir=$(PIDGIN_PIXMAPSDIR)/protocols/48
#ningpix48_DATA=48/ning.png
#
#endif

endif
endif

AM_CPPFLAGS = \
	-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
	-DDATADIR=\"$(PURPLE_DATADIR)\" \
	$(DEBUG_CFLAGS) \
	$(JSON_GLIB_CFLAGS) \
	$(PURPLE_CFLAGS)

bullshit:
	echo $(DESTDIR)