2004-01-09 23:20:23 +00:00
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libteg.la
|
|
|
|
|
|
|
|
# Source code files
|
|
|
|
|
|
|
|
headers = \
|
|
|
|
comm.h \
|
|
|
|
proc.h \
|
2004-01-10 00:32:29 +00:00
|
|
|
ptl_array.h \
|
|
|
|
teg.h
|
2004-01-09 23:20:23 +00:00
|
|
|
|
|
|
|
libteg_la_SOURCES = \
|
|
|
|
$(headers) \
|
|
|
|
proc.c \
|
2004-01-10 00:32:29 +00:00
|
|
|
ptl_array.c \
|
|
|
|
teg.c
|
|
|
|
|