Changeset 21
- Timestamp:
- 07/25/06 20:15:33 (7 years ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/.cvsignore (modified) (1 diff)
- trunk/Makefile.am (modified) (2 diffs)
- trunk/umem_test2.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore changed from
*.lo
*.la
.deps
.libs
*.loT
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
libtool
stamp-h
stamp-h.in
stamp-h1
umem_test
Doxyfile
umem.spec
*.tar.gz
*.tar.bz2
to
*.lo
*.la
.deps
.libs
*.loT
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
libtool
stamp-h
stamp-h.in
stamp-h1
umem_test
umem_test2
Doxyfile
umem.spec
*.tar.gz
*.tar.bz2
- Property svn:ignore changed from
trunk/.cvsignore
r20 r21 18 18 stamp-h1 19 19 umem_test 20 umem_test2 20 21 Doxyfile 21 22 umem.spec trunk/Makefile.am
r17 r21 2 2 3 3 lib_LTLIBRARIES = libumem.la 4 noinst_PROGRAMS = umem_test 4 noinst_PROGRAMS = umem_test umem_test2 5 5 6 6 umem_test_SOURCES = umem_test.c 7 7 umem_test_LDADD = -lumem -lpthread -ldl 8 9 umem_test2_SOURCES = umem_test2.c 10 umem_test2_LDADD = -lumem -lpthread -ldl 8 11 9 12 libumem_la_SOURCES = init_lib.c \ … … 32 35 nobase_include_HEADERS = umem.h sys/vmem.h 33 36 34 TESTS = umem_test 37 TESTS = umem_test umem_test2 35 38 36 39 html-local:
