- Timestamp:
- 06/03/15 10:23:56 (9 years ago)
- Branches:
- master
- Children:
- 9f07fa4
- Parents:
- 4c51931
- git-author:
- Hal Finkel <hfinkel@…> (06/03/15 10:23:56)
- git-committer:
- Hal Finkel <hfinkel@…> (06/03/15 10:23:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r4598848 r3c9fc94 20 20 install: all memlog_analyze README 21 21 cp -a libmemlog.so memlog_s.o memlog_analyze README $(DESTDIR)/ 22 echo '-Wl,--wrap,malloc,--wrap,valloc,--wrap,realloc,--wrap,calloc,--wrap,memalign,--wrap,free,--wrap,posix_memalign,--wrap,mmap,--wrap,mmap64,--wrap,munmap $(DESTDIR)/memlog_s.o -lpthread -ldl' > $(DESTDIR)/memlog_s_ld_cmds 22 23 23 24 clean:
Note: See TracChangeset
for help on using the changeset viewer.