mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
aaddd823bc
Removed test, test-report, full-report, perf-report. They all come from an old (now obsolete) approach toward glib testing[1]. Now the blessed ways to test glib are 'make check' and installed tests. [1]: https://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html https://bugzilla.gnome.org/show_bug.cgi?id=709995
12 lines
212 B
Makefile
12 lines
212 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = reference
|
|
|
|
EXTRA_DIST = debugging.txt macros.txt
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|
|
|