1
1

- Add $HEADER$ (to be filled in later)

- Add lots of missing source files

This commit was SVN r72.
Этот коммит содержится в:
Jeff Squyres 2004-01-07 14:58:33 +00:00
родитель 1a2fd1a392
Коммит f9eae136e5

Просмотреть файл

@ -1,4 +1,6 @@
# #
# $HEADER$
#
# Copyright 2002-2003. The Regents of the University of California. This material # Copyright 2002-2003. The Regents of the University of California. This material
# was produced under U.S. Government contract W-7405-ENG-36 for Los Alamos # was produced under U.S. Government contract W-7405-ENG-36 for Los Alamos
# National Laboratory, which is operated by the University of California for # National Laboratory, which is operated by the University of California for
@ -26,13 +28,21 @@
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details. # GNU Lesser General Public License for more details.
# #
include $(top_srcdir)/config/Makefile.options include $(top_srcdir)/config/Makefile.options
lib_LTLIBRARIES = libmem.la lib_LTLIBRARIES = libmem.la
libmem_la_SOURCES = \ libmem_la_SOURCES = \
allocator.c \ allocator.c \
allocator.h \
free_list.c \
free_list.h \
mem_globals.c \
mem_globals.h \
mem_pool.c \ mem_pool.c \
mem_pool.h \
seg_list.c \ seg_list.c \
sharedmem_util.c seg_list.h \
sharedmem_util.c \
sharedmem_util.h