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
560 B
37 lines
560 B
noinst_LTLIBRARIES = libplotting.la
|
|
|
|
libplotting_la_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 \
|
|
pvec.c \
|
|
pvec.h \
|
|
plot5.c \
|
|
plot5.h \
|
|
plotcurv.c \
|
|
plotcurv.h \
|
|
plotit.c \
|
|
plotit.h
|
|
|
|
if !NO_X
|
|
libplotting_la_SOURCES += \
|
|
x11.c \
|
|
x11.h \
|
|
xgraph.c \
|
|
xgraph.h
|
|
endif
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend @X_CFLAGS@
|
|
AM_CFLAGS = $(STATIC)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|