32 lines
461 B
Makefile
32 lines
461 B
Makefile
noinst_LIBRARIES = libplotting.a
|
|
|
|
libplotting_a_SOURCES = \
|
|
plotting.c \
|
|
plotting.h \
|
|
agraf.c \
|
|
agraf.h \
|
|
clip.c \
|
|
clip.h \
|
|
graf.c \
|
|
graf.h \
|
|
graphdb.c \
|
|
graphdb.h \
|
|
grid.c \
|
|
grid.h \
|
|
pvec.c \
|
|
pvec.h \
|
|
plot5.c \
|
|
plot5.h \
|
|
plotcurv.c \
|
|
plotcurv.h \
|
|
plotit.c \
|
|
plotit.h \
|
|
x11.c \
|
|
x11.h \
|
|
xgraph.c \
|
|
xgraph.h
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend @X_CFLAGS@
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|