1998-06-13 Martin Baulig <martin@home-of-linux.org> * kernel: New directory. Contains some kernel code to implement a new system call table () to fetch information directly from the Linux kernel. * sysdeps/kernel: New directory. Uses the table () function from the `kernel' directory to fetch things directly from the Linux kernel. * sysdeps/Makefile.am (DIST_SUBDIRS): Added `kernel'. * configure.in: Removed `build_CC' again.
16 lines
261 B
Makefile
16 lines
261 B
Makefile
if GUILE
|
|
guile_SUBDIRS = guile
|
|
else
|
|
guile_SUBDIRS =
|
|
endif
|
|
|
|
if GLIBTOP_NAMES
|
|
names_SUBDIRS = names
|
|
else
|
|
names_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = @sysdeps_dir@ common $(names_SUBDIRS) $(guile_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = common guile linux kernel names osf1 stub sun4
|