* 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:
parent
9d2cbb06b7
commit
0951379198
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -53,8 +53,6 @@ libfte_a_SOURCES = \
|
|||
fourier.h \
|
||||
gens.c \
|
||||
gens.h \
|
||||
graphdb.c \
|
||||
graphdb.h \
|
||||
inp.c \
|
||||
inp.h \
|
||||
inpcom.c \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ libplotting_a_SOURCES = \
|
|||
clip.h \
|
||||
graf.c \
|
||||
graf.h \
|
||||
graphdb.c \
|
||||
graphdb.h \
|
||||
grid.c \
|
||||
grid.h \
|
||||
pvec.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue