File: Makefile.am

package info (click to toggle)
gedit 0.5.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,388 kB
  • ctags: 1,622
  • sloc: ansic: 10,760; sh: 4,975; makefile: 463; sed: 93
file content (27 lines) | stat: -rw-r--r-- 769 bytes parent folder | download
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
## Process this file with automake to produce Makefile.in

plugindir = $(libdir)/go/plugins

SUBDIRS = macros po intl src editor-plugins gmodule-plugins help

EXTRA_DIST = KNOWNBUGS FAQ ChangeLog README README.plugins			\
	INSTALL gedit.1 gE-icon-1.xpm gE-icon-2.xpm gedit.desktop	\
	ABOUT-NLS TODO gedit.spec.in gedit.keys

man_MANS = gedit.1

sysdir   = $(datadir)/gnome/apps/Applications
sys_DATA = gedit.desktop

mimedir = $(datadir)/mime-info
mime_DATA = gedit.keys

dist-hook:
	mkdir $(distdir)/xpm
	cp $(srcdir)/xpm/*.xpm $(distdir)/xpm
	cp gedit.spec $(distdir)

## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@	cd macros && $(MAKE) macros.dep