|
|
@ -192,9 +192,12 @@ endif |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
if WINRESOURCE |
|
|
if WINRESOURCE |
|
|
ngspice_LDADD += ngicon.o |
|
|
|
|
|
|
|
|
ngspice_SOURCES += ngicon.rc |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
.rc.lo: |
|
|
|
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@ |
|
|
|
|
|
|
|
|
if OLDAPPS |
|
|
if OLDAPPS |
|
|
## nutmeg:
|
|
|
## nutmeg:
|
|
|
|
|
|
|
|
|
@ -306,7 +309,7 @@ ngmakeidx_LDADD = \ |
|
|
frontend/libfte.la \
|
|
|
frontend/libfte.la \
|
|
|
frontend/parser/libparser.la \
|
|
|
frontend/parser/libparser.la \
|
|
|
misc/libmisc.la |
|
|
misc/libmisc.la |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## create index for online help:
|
|
|
## create index for online help:
|
|
|
|
|
|
|
|
|
ngspice.idx: ngmakeidx$(EXEEXT) $(srcdir)/ngspice.txt |
|
|
ngspice.idx: ngmakeidx$(EXEEXT) $(srcdir)/ngspice.txt |
|
|
|