pacman/Makefile.am

14 lines
274 B
Makefile
Raw Normal View History

SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc
EXTRA_DIST = \
2007-02-10 03:10:22 -05:00
NEWS \
COPYING \
2007-02-10 03:10:22 -05:00
README
2006-10-15 15:38:02 -04:00
check: src/pacman
2006-10-19 11:12:49 -04:00
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1
2006-10-15 17:31:15 -04:00
tags:
ctags -a lib/libalpm/*.[ch]
ctags -a src/pacman/*.[ch]