File: Makefile.am

package info (click to toggle)
gbatnav 1.0.4cvs20051004-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,700 kB
  • sloc: ansic: 14,118; sh: 11,667; makefile: 643; yacc: 288; xml: 42; sed: 16
file content (59 lines) | stat: -rw-r--r-- 1,404 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
scoredir=$(localstatedir)/games
helpdir = $(datadir)/gnome/help/gbatnav/C
Gamesdir = $(datadir)/applications
appicondir=$(datadir)/pixmaps

INCLUDES = 			\
	-I$(srcdir)/../common	\
	-I$(srcdir)/../intl	\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
	-I$(includedir)				 \
	$(GNOME_INCLUDEDIR)			\
	@GGZDMOD_INCLUDES@			\
	-I$(srcdir)/../gbnclient/pixmaps	\
	-DBINDIR=\"$(bindir)\" \
	@GNOME_CFLAGS@

bin_PROGRAMS = gbnserver

gbnserver_SOURCES =	\
	gbnserver.c	\
	gbnserver.h	\
	check_board.c	\
	check_board.h	\
	g_interface.c	\
	g_interface.h	\
	play.c		\
	play.h		\
	server.h	\
	version.h	\
	batnavggz.c	\
	batnavggz.h


gbnserver_DEPENDENCIES = ../common/libbatnavcommon.a $(INTLDEPS)
gbnserver_LDADD =			\
	../common/libbatnavcommon.a	\
	@GGZDMOD_LDFLAGS@		\
	$(GNOME_LIBDIR)			\
	$(GNOMEUI_LIBS)			\
	$(INTLLIBS) \
	@GNOME_LIBS@

EXTRA_DIST = README AUTHORS index.html gbnserver.desktop gbatnav-topic.dat gnome-gbatnavd.png index.html $(gsettings_SCHEMAS)

gsettings_SCHEMAS = net.sf.batnav.gbnserver.gschema.xml

@GSETTINGS_RULES@

appicon_DATA = gnome-gbatnavd.png

Games_DATA = gbnserver.desktop

install-data-local:
	-$(mkinstalldirs) $(scoredir) $(helpdir)
	-touch $(scoredir)/gbatnav.scores
	-chown games.games $(scoredir)/gbatnav.scores
	-chmod 664 $(scoredir)/gbatnav.scores
	-$(INSTALL_DATA) $(srcdir)/index.html $(helpdir)
	-$(INSTALL_DATA) $(srcdir)/gbatnav-topic.dat $(helpdir)/topic.dat