* src/frontend/Makefile.am

src/frontend/plotting/Makefile.am
	src/frontend/plotting/graphdb.c
	src/frontend/plotting/graphdb.h
	src/frontend/graphdb.c src/frontend/graphdb.h: Moved plotting
	related files into plotting directory.
This commit is contained in:
arno 2000-06-15 21:37:33 +00:00
parent 9d2cbb06b7
commit 0951379198
5 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2000-06-15 Arno W. Peters <A.W.Peters@ieee.org>
* src/frontend/graphdb.c, src/frontend/graphdb.c,
src/frontend/Makefile.am, src/frontend/plotting/graphdb.c,
src/frontend/plotting/graphdb.c,
src/frontend/plotting/Makefile.am: Moved plotting specific files
into plotting directory.
2000-06-05 Arno W. Peters <A.W.Peters@ieee.org>
* tests/*: Added a little hierarchy to the tests. Removed

View File

@ -53,8 +53,6 @@ libfte_a_SOURCES = \
fourier.h \
gens.c \
gens.h \
graphdb.c \
graphdb.h \
inp.c \
inp.h \
inpcom.c \

View File

@ -9,6 +9,8 @@ libplotting_a_SOURCES = \
clip.h \
graf.c \
graf.h \
graphdb.c \
graphdb.h \
grid.c \
grid.h \
pvec.c \