-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathMakefile.am
More file actions
43 lines (33 loc) · 749 Bytes
/
Makefile.am
File metadata and controls
43 lines (33 loc) · 749 Bytes
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
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = po src data help
oreganodocdir = $(datadir)/doc/oregano
oreganodoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS\
TODO
oregano_datadir = $(datadir)/oregano
EXTRA_DIST = \
autogen.sh \
setup-gettext \
stamp.h.in \
xmldocs.make \
omf.make
nomerelease:
scp *.tar.bz2 master.gnome.org:
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
clean-local:
find . -name "*~" | xargs rm -f
find . -name "*.sav" | xargs rm -rf
rm -rf autom4te.cache
find . -name "*.a" | xargs rm -rf
find . -name "Makefile.in" | xargs rm -rf
rm -rf configure