1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/Makefile.am
Aaron Griffin a105718fd7 * Makefile changes for libfetch integration
* Fixed the --enable-debug option in ./configure (never worked)
2006-10-31 06:43:13 +00:00

27 lines
489 B
Makefile

SUBDIRS = lib/libfetch lib/libalpm src/util src/pacman scripts doc doc/hu etc
if HAS_PERL
SUBDIRS += bindings/perl
endif
if HAS_PYTHON
SUBDIRS += bindings/python
endif
if HAS_JAVA
SUBDIRS += bindings/java
endif
EXTRA_DIST = \
ChangeLog \
COPYING \
README \
TODO \
TODO.autoconf
check: src/pacman
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=-1
tags:
ctags -a lib/libalpm/*.[ch]
ctags -a lib/libftp/*.[ch]
ctags -a src/pacman/*.[ch]