18 lines
264 B
Makefile
18 lines
264 B
Makefile
|
|
noinst_LIBRARIES = libplotting.a
|
||
|
|
|
||
|
|
libplotting_a_SOURCES = \
|
||
|
|
plotting.c \
|
||
|
|
plotting.h \
|
||
|
|
pvec.c \
|
||
|
|
pvec.h \
|
||
|
|
plot5.c \
|
||
|
|
plot5.h \
|
||
|
|
x11.c \
|
||
|
|
x11.h \
|
||
|
|
xgraph.c \
|
||
|
|
xgraph.h
|
||
|
|
|
||
|
|
INCLUDES = -I$(top_srcdir)/src/include @X_CFLAGS@
|
||
|
|
|
||
|
|
MAINTAINERCLEANFILES = Makefile.in
|