21 строка
566 B
Makefile
21 строка
566 B
Makefile
![]() |
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
include $(top_srcdir)/config/Makefile.options
|
||
|
|
||
|
noinst_LTLIBRARIES = libteg.la
|
||
|
|
||
|
# Source code files
|
||
|
|
||
|
headers = \
|
||
|
comm.h \
|
||
|
proc.h \
|
||
|
ptl_array.h
|
||
|
|
||
|
libteg_la_SOURCES = \
|
||
|
$(headers) \
|
||
|
proc.c \
|
||
|
ptl_array.c
|
||
|
|