27 lines
401 B
Makefile
27 lines
401 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libtra.a
|
|
|
|
libtra_a_SOURCES = \
|
|
tra.c \
|
|
traacct.c \
|
|
traacld.c \
|
|
traask.c \
|
|
tradefs.h \
|
|
tradel.c \
|
|
tradest.c \
|
|
traext.h \
|
|
trainit.c \
|
|
trainit.h \
|
|
traitf.h \
|
|
traload.c \
|
|
tramdel.c \
|
|
traparam.c \
|
|
trasetup.c \
|
|
tratemp.c \
|
|
tratrunc.c
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|