2003-09-04 Manish Singh <yosh@gimp.org>
* app/base/cpu-accel.[ch]: rewrote the x86 tests, moved debug printout
from base.c to here.
* test-cpu-accel.c: simple test program to test the above.
* app/base/base.c: use cpu_accel_print_results ()
* app/base/Makefile.am: added test-cpu-accel to TESTS.
* data/Makefile.am: make site local font directory on install.
13 lines
237 B
Makefile
13 lines
237 B
Makefile
## Makefile.am for gimp/data
|
|
|
|
SUBDIRS = environ misc images brushes gradients palettes patterns
|
|
|
|
EXTRA_DIST = \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
README
|
|
|
|
fontdir = $(gimpdatadir)/fonts
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(fontdir)
|