You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
482 B
27 lines
482 B
## Process this file with automake to produce Makefile.in
|
|
#
|
|
# JW 3/9/01 - had a go and makeing an autoconf script.
|
|
|
|
noinst_LIBRARIES = libevtxsp.a
|
|
|
|
libevtxsp_a_SOURCES = \
|
|
evtaccept.c \
|
|
evtcall_hybrids.c \
|
|
evtdump.c \
|
|
evtiter.c \
|
|
evtnext_time.c \
|
|
evtop.c \
|
|
evtprint.c \
|
|
evtsetup.c \
|
|
evtbackup.c \
|
|
evtdeque.c \
|
|
evtinit.c \
|
|
evtload.c \
|
|
evtnode_copy.c \
|
|
evtplot.c \
|
|
evtqueue.c \
|
|
evttermi.c
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|