Browse Source

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


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
b04989d760
  1. 4
      configure.in
  2. 12
      src/Makefile.am
  3. 2
      src/frontend/Makefile.am
  4. 0
      src/frontend/parser/.cvsignore
  5. 0
      src/frontend/parser/ChangeLog
  6. 0
      src/frontend/parser/Makefile.am
  7. 0
      src/frontend/parser/backq.c
  8. 0
      src/frontend/parser/backq.h
  9. 0
      src/frontend/parser/complete.c
  10. 0
      src/frontend/parser/complete.h
  11. 0
      src/frontend/parser/cshpar.c
  12. 0
      src/frontend/parser/cshpar.h
  13. 0
      src/frontend/parser/glob.c
  14. 0
      src/frontend/parser/glob.h
  15. 0
      src/frontend/parser/input.c
  16. 0
      src/frontend/parser/input.h
  17. 0
      src/frontend/parser/lexical.c
  18. 0
      src/frontend/parser/lexical.h
  19. 0
      src/frontend/parser/numparse.c
  20. 0
      src/frontend/parser/numparse.h
  21. 0
      src/frontend/parser/std.c
  22. 0
      src/frontend/parser/unixcom.c
  23. 0
      src/frontend/parser/unixcom.h

4
configure.in

@ -231,8 +231,9 @@ src/devices/vcvs/Makefile \
src/devices/vsrc/Makefile \
src/devices/parser/Makefile \
src/frontend/Makefile \
src/frontend/plotting/Makefile \
src/frontend/help/Makefile \
src/frontend/parser/Makefile \
src/frontend/plotting/Makefile \
src/include/Makefile \
src/maths/Makefile \
src/maths/cmaths/Makefile \
@ -241,7 +242,6 @@ src/maths/deriv/Makefile \
src/maths/poly/Makefile \
src/maths/sparse/Makefile \
src/misc/Makefile \
src/parser/Makefile \
tests/Makefile \
tests/filters/Makefile \
tests/polezero/Makefile \

12
src/Makefile.am

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = misc maths analysis frontend parser devices include
SUBDIRS = misc maths analysis frontend devices include
bin_PROGRAMS = ngspice nutmeg help sconvert proc2mod multidec makeidx
@ -59,7 +59,7 @@ ngspice_LDADD = \
$(DYNAMIC_DEVICELIBS) \
analysis/libckt.a \
devices/libdev.a \
parser/libparser.a \
frontend/parser/libparser.a \
frontend/help/libhlp.a \
devices/parser/libinp.a \
maths/deriv/libderiv.a \
@ -84,7 +84,7 @@ nutmeg_SOURCES = \
nutmeg_LDADD = \
frontend/libfte.a \
frontend/plotting/libplotting.a \
parser/libparser.a \
frontend/parser/libparser.a \
frontend/help/libhlp.a \
maths/cmaths/libcmaths.a \
maths/poly/libpoly.a \
@ -98,7 +98,7 @@ help_SOURCES = help.c
help_LDADD = \
frontend/hlp/libhlp.a \
parser/libparser.a \
frontend/parser/libparser.a \
frontend/libfte.a \
misc/libmisc.a
@ -111,7 +111,7 @@ sconvert_SOURCES = sconvert.c
sconvert_LDADD = \
frontend/libfte.a \
parser/libparser.a \
frontend/parser/libparser.a \
misc/libmisc.a
@ -120,7 +120,7 @@ sconvert_LDADD = \
proc2mod_SOURCES = proc2mod.c
proc2mod_LDADD = \
parser/libparser.a \
frontend/parser/libparser.a \
devices/parser/libinp.a \
misc/libmisc.a

2
src/frontend/Makefile.am

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

0
src/parser/.cvsignore → src/frontend/parser/.cvsignore

0
src/parser/ChangeLog → src/frontend/parser/ChangeLog

0
src/parser/Makefile.am → src/frontend/parser/Makefile.am

0
src/parser/backq.c → src/frontend/parser/backq.c

0
src/parser/backq.h → src/frontend/parser/backq.h

0
src/parser/complete.c → src/frontend/parser/complete.c

0
src/parser/complete.h → src/frontend/parser/complete.h

0
src/parser/cshpar.c → src/frontend/parser/cshpar.c

0
src/parser/cshpar.h → src/frontend/parser/cshpar.h

0
src/parser/glob.c → src/frontend/parser/glob.c

0
src/parser/glob.h → src/frontend/parser/glob.h

0
src/parser/input.c → src/frontend/parser/input.c

0
src/parser/input.h → src/frontend/parser/input.h

0
src/parser/lexical.c → src/frontend/parser/lexical.c

0
src/parser/lexical.h → src/frontend/parser/lexical.h

0
src/parser/numparse.c → src/frontend/parser/numparse.c

0
src/parser/numparse.h → src/frontend/parser/numparse.h

0
src/parser/std.c → src/frontend/parser/std.c

0
src/parser/unixcom.c → src/frontend/parser/unixcom.c

0
src/parser/unixcom.h → src/frontend/parser/unixcom.h

Loading…
Cancel
Save