/[svn]/gigedit/trunk/Makefile.am
ViewVC logotype

Contents of /gigedit/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4086 - (show annotations) (download)
Fri Jan 26 18:49:14 2024 UTC (2 months, 3 weeks ago) by schoenebeck
File size: 363 byte(s)
- More 'make dist' rule updates.
- Build bzip2 archive on 'make dist'.

1 # let GCC auto detect whether it (sh/c)ould output its messages in color
2 export GCC_COLORS=auto
3
4 # require automake >= 1.5 (mandatory for option dist-bzip2)
5 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
6
7 SUBDIRS = src gfx po debian doc win32
8
9 EXTRA_DIST = \
10 autogen.sh \
11 clean.sh \
12 Makefile.svn
13
14 DISTCLEANFILES = \
15 intltool-extract \
16 intltool-merge \
17 intltool-update

  ViewVC Help
Powered by ViewVC