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.
37 lines
532 B
37 lines
532 B
noinst_LIBRARIES = libplotting.a
|
|
|
|
libplotting_a_SOURCES = \
|
|
plotting.c \
|
|
plotting.h \
|
|
agraf.c \
|
|
agraf.h \
|
|
clip.c \
|
|
clip.h \
|
|
gnuplot.c \
|
|
gnuplot.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
|
|
|
|
if !NO_X
|
|
libplotting_a_SOURCES += \
|
|
x11.c \
|
|
x11.h \
|
|
xgraph.c \
|
|
xgraph.h
|
|
endif
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend @X_CFLAGS@
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|