about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-26 20:59:38 +0000
committerRoland McGrath <roland@gnu.org>1995-09-26 20:59:38 +0000
commit11c981a96d93feccba7cfb717f72db5d32a83f52 (patch)
treec9e22c5e94375dff6d4334b552dd0dbc1d169efb /Makefile
parente11c394911f221a862cbdec8aab4a363394711c6 (diff)
downloadglibc-11c981a96d93feccba7cfb717f72db5d32a83f52.tar.gz
glibc-11c981a96d93feccba7cfb717f72db5d32a83f52.tar.xz
glibc-11c981a96d93feccba7cfb717f72db5d32a83f52.zip
Tue Sep 26 16:50:17 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
	* gmon: New directory of profiling code, incorporated from
	4.4BSD-Lite and modified.
	* sysdeps/i386/machine-gmon.h: New file.
	* sysdeps/stub/machine-gmon.h: New file.
	* sysdeps/mach/hurd/profil.c: New file.
	* sysdeps/stub/profil.c: New file.
	* sysdeps/unix/bsd/profil.S: New file.
	* Makefile (subdirs): Add gmon.
	* csu/gmon-start.c: New file.
	* csu/Makefile (extra-objs): Add gmon-start.o,
	g$(start-installed-name).
	(install-lib, omit-deps): Add g$(start-installed-name).
	($(objpfx)g$(start-installed-name)): New target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56601e5282..64cdebfeec 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ endif
 # These are the subdirectories containing the library source.
 subdirs := csu assert ctype locale math setjmp signal stdio stdlib	\
 	   malloc string time dirent grp pwd posix io termios resource	\
-	   misc socket sysvipc gnulib $(wildcard crypt) manual		\
+	   misc socket sysvipc gmon gnulib $(wildcard crypt) manual	\
 	   $(sysdep-subdirs) elf
 export subdirs := $(subdirs)	# Benign, useless in GNU make before 3.63.