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

Annotation of /gigedit/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC