File: Makefile.am

package info (click to toggle)
python-gnome 1.4.5-2.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,928 kB
  • ctags: 6,018
  • sloc: sh: 16,492; python: 14,706; ansic: 11,379; makefile: 413; perl: 12
file content (11 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = 1.6

SUBDIRS = macros pygtk pygnome

# make sure the macros get found.
ACLOCAL_AMFLAGS = -I $(top_srcdir)/macros

EXTRA_DIST = gnome-python.spec

snap:
	$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`