File: Makefile.am

package info (click to toggle)
glade-2 2.6.8-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 16,996 kB
  • ctags: 4,217
  • sloc: ansic: 58,992; sh: 23,208; xml: 3,203; makefile: 475
file content (49 lines) | stat: -rw-r--r-- 1,432 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
## Process this file with automake to produce Makefile.in

SUBDIRS = glade po doc omf-install

Developmentdir = $(datadir)/applications
Development_in_files = glade-2.desktop.in
Development_DATA = $(Development_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = \
	FAQ \
	glade.spec \
	glade.spec.in \
	glade-2.desktop.in \
	glade-2.png \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in \
	examples/editor/AUTHORS \
	examples/editor/ChangeLog \
	examples/editor/Makefile.am \
	examples/editor/NEWS \
	examples/editor/README \
	examples/editor/acconfig.h \
	examples/editor/autogen.sh \
	examples/editor/configure.in \
	examples/editor/editor.glade \
	examples/editor/editor.gladep \
	examples/editor/src/Makefile.am \
	examples/editor/src/callbacks.c \
	examples/editor/src/callbacks.h \
	examples/editor/src/interface.c \
	examples/editor/src/interface.h \
	examples/editor/src/main.c \
	examples/editor/src/support.c \
	examples/editor/src/support.h \
	examples/editor/po/ChangeLog \
	examples/editor/po/POTFILES.in

pixmapsdir = $(datadir)/pixmaps
pixmaps_DATA = glade-2.png

# Install all the Gnome m4 macros we use to build Glade, so we can copy them
# to each project's directory (for Gnome projects).
install-data-local:
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/glade-2
	$(INSTALL_DATA) $(srcdir)/glade/graphics/glade_logo.png $(DESTDIR)$(datadir)/pixmaps/glade-2