Browse Source

* src/hlp/*: moved these files into src/frontend/help. The files


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
63b283f982
  1. 2
      configure.in
  2. 6
      src/ChangeLog
  3. 8
      src/Makefile.am
  4. 2
      src/frontend/Makefile.am
  5. 0
      src/frontend/help/.cvsignore
  6. 0
      src/frontend/help/ChangeLog
  7. 0
      src/frontend/help/Makefile.am
  8. 0
      src/frontend/help/help.c
  9. 0
      src/frontend/help/provide.c
  10. 0
      src/frontend/help/readhelp.c
  11. 0
      src/frontend/help/textdisp.c
  12. 0
      src/frontend/help/x11disp.c
  13. 0
      src/frontend/help/xdisplay.c

2
configure.in

@ -232,7 +232,7 @@ src/devices/vsrc/Makefile \
src/devices/parser/Makefile \
src/frontend/Makefile \
src/frontend/plotting/Makefile \
src/hlp/Makefile \
src/frontend/help/Makefile \
src/include/Makefile \
src/maths/Makefile \
src/maths/cmaths/Makefile \

6
src/ChangeLog

@ -1,5 +1,11 @@
2000-07-20 Arno W. Peters <A.W.Peters@ieee.org>
* src/hlp/*: moved these files into src/frontend/help. The files
in this directory implement the help system for the frontend.
* configure.in, src/Makefile.am, src/frontend/Makefile.am: Files
affected by the move.
* src/circuit/*: moved these files into src/devices/parser. The
files in this directory take a model line from the input file and
add the corresponding element to the representation of

8
src/Makefile.am

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = misc maths analysis circuit frontend hlp parser devices include
SUBDIRS = misc maths analysis frontend parser devices include
bin_PROGRAMS = ngspice nutmeg help sconvert proc2mod multidec makeidx
@ -60,7 +60,7 @@ ngspice_LDADD = \
analysis/libckt.a \
devices/libdev.a \
parser/libparser.a \
hlp/libhlp.a \
frontend/help/libhlp.a \
devices/parser/libinp.a \
maths/deriv/libderiv.a \
maths/cmaths/libcmaths.a \
@ -85,7 +85,7 @@ nutmeg_LDADD = \
frontend/libfte.a \
frontend/plotting/libplotting.a \
parser/libparser.a \
hlp/libhlp.a \
frontend/help/libhlp.a \
maths/cmaths/libcmaths.a \
maths/poly/libpoly.a \
misc/libmisc.a
@ -97,7 +97,7 @@ nutmeg_LDADD = \
help_SOURCES = help.c
help_LDADD = \
hlp/libhlp.a \
frontend/hlp/libhlp.a \
parser/libparser.a \
frontend/libfte.a \
misc/libmisc.a

2
src/frontend/Makefile.am

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = plotting
SUBDIRS = plotting help
noinst_LIBRARIES = libfte.a

0
src/hlp/.cvsignore → src/frontend/help/.cvsignore

0
src/hlp/ChangeLog → src/frontend/help/ChangeLog

0
src/hlp/Makefile.am → src/frontend/help/Makefile.am

0
src/hlp/help.c → src/frontend/help/help.c

0
src/hlp/provide.c → src/frontend/help/provide.c

0
src/hlp/readhelp.c → src/frontend/help/readhelp.c

0
src/hlp/textdisp.c → src/frontend/help/textdisp.c

0
src/hlp/x11disp.c → src/frontend/help/x11disp.c

0
src/hlp/xdisplay.c → src/frontend/help/xdisplay.c

Loading…
Cancel
Save