Browse Source

whitespace cleanup (all Makefile.am files)

pre-master-46
rlar 16 years ago
parent
commit
68b2e6b23a
  1. 4
      ChangeLog
  2. 4
      src/frontend/Makefile.am
  3. 10
      src/xspice/cm/Makefile.am
  4. 4
      src/xspice/enh/Makefile.am
  5. 32
      src/xspice/evt/Makefile.am
  6. 10
      src/xspice/ipc/Makefile.am
  7. 2
      xgraph/Makefile.am

4
ChangeLog

@ -1,3 +1,7 @@
2010-09-17 Robert Larice
* **/Makefile.am :
whitespace cleanup
2010-09-15 Holger Vogt
* com_measure2.c: prevent seg fault in meas ac, if real input
* examples/control_structs/MonteCarlo.sp: update, add measure

4
src/frontend/Makefile.am

@ -165,8 +165,8 @@ libfte_la_SOURCES = \
runcoms2.h \
shyu.c \
shyu.h \
signal_handler.c\
signal_handler.h\
signal_handler.c \
signal_handler.h \
spec.c \
spec.h \
spiceif.c \

10
src/xspice/cm/Makefile.am

@ -5,11 +5,11 @@
noinst_LTLIBRARIES = libcmxsp.la
libcmxsp_la_SOURCES = \
cm.c \
cmevt.c \
cmmeters.c \
cmutil.c \
cmexport.c
cm.c \
cmevt.c \
cmmeters.c \
cmutil.c \
cmexport.c

4
src/xspice/enh/Makefile.am

@ -5,8 +5,8 @@
noinst_LTLIBRARIES = libenhxsp.la
libenhxsp_la_SOURCES = \
enh.c \
enhtrans.c
enh.c \
enhtrans.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include

32
src/xspice/evt/Makefile.am

@ -5,22 +5,22 @@
noinst_LTLIBRARIES = libevtxsp.la
libevtxsp_la_SOURCES = \
evtaccept.c \
evtcall_hybrids.c \
evtdump.c \
evtiter.c \
evtnext_time.c \
evtop.c \
evtprint.c \
evtsetup.c \
evtbackup.c \
evtdeque.c \
evtinit.c \
evtload.c \
evtnode_copy.c \
evtplot.c \
evtqueue.c \
evttermi.c
evtaccept.c \
evtcall_hybrids.c \
evtdump.c \
evtiter.c \
evtnext_time.c \
evtop.c \
evtprint.c \
evtsetup.c \
evtbackup.c \
evtdeque.c \
evtinit.c \
evtload.c \
evtnode_copy.c \
evtplot.c \
evtqueue.c \
evttermi.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include

10
src/xspice/ipc/Makefile.am

@ -5,11 +5,11 @@
noinst_LTLIBRARIES = libipcxsp.la
libipcxsp_la_SOURCES = \
ipcaegis.c \
ipc.c \
ipcsockets.c \
ipcstdio.c \
ipctiein.c
ipcaegis.c \
ipc.c \
ipcsockets.c \
ipcstdio.c \
ipctiein.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices

2
xgraph/Makefile.am

@ -23,7 +23,7 @@ xgraph_SOURCES = $(xgraph_c_sources)
man_MANS = xgraph.man
EXTRA_DIST=\
EXTRA_DIST = \
$(man_MANS) \
README.ANNOUNCE \
README.GENERAL \

Loading…
Cancel
Save