diff --git a/src/spicelib/devices/hisim/Makefile.am b/src/spicelib/devices/hisim/Makefile.am index 9b1a032d3..8aeb47b08 100644 --- a/src/spicelib/devices/hisim/Makefile.am +++ b/src/spicelib/devices/hisim/Makefile.am @@ -1,30 +1,30 @@ -## Process this file with automake to produce Makefile.in - -noinst_LIBRARIES = libhisim.a - -libhisim_a_SOURCES = hsm1.c \ - hsm1acld.c \ - hsm1ask.c \ - hsm1cvtest.c \ - hsm1del.c \ - hsm1dest.c \ - hsm1eval102.c \ - hsm1eval112.c \ - hsm1eval120.c \ - hsm1getic.c \ - hsm1init.c \ - hsm1ld.c \ - hsm1mask.c \ - hsm1mdel.c \ - hsm1mpar.c \ - hsm1noi.c \ - hsm1par.c \ - hsm1pzld.c \ - hsm1set.c \ - hsm1temp.c \ - hsm1trunc.c - - -INCLUDES = -I$(top_srcdir)/src/include - -MAINTAINERCLEANFILES = Makefile.in +## Process this file with automake to produce Makefile.in + +noinst_LIBRARIES = libhisim.a + +libhisim_a_SOURCES = hsm1.c \ + hsm1acld.c \ + hsm1ask.c \ + hsm1cvtest.c \ + hsm1del.c \ + hsm1dest.c \ + hsm1eval102.c \ + hsm1eval112.c \ + hsm1eval120.c \ + hsm1getic.c \ + hsm1init.c \ + hsm1ld.c \ + hsm1mask.c \ + hsm1mdel.c \ + hsm1mpar.c \ + hsm1noi.c \ + hsm1par.c \ + hsm1pzld.c \ + hsm1set.c \ + hsm1temp.c \ + hsm1trunc.c + + +INCLUDES = -I$(top_srcdir)/src/include + +MAINTAINERCLEANFILES = Makefile.in diff --git a/src/spicelib/devices/hisim/hsm1init.h b/src/spicelib/devices/hisim/hsm1init.h index 0ba22ac84..48d0d3627 100644 --- a/src/spicelib/devices/hisim/hsm1init.h +++ b/src/spicelib/devices/hisim/hsm1init.h @@ -1,13 +1,13 @@ -#ifndef _HISIMINIT_H -#define _HISIMINIT_H - -extern IFparm HSM1pTable[ ]; -extern IFparm HSM1mPTable[ ]; -extern char *HSM1names[ ]; -extern int HSM1pTSize; -extern int HSM1mPTSize; -extern int HSM1nSize; -extern int HSM1iSize; -extern int HSM1mSize; - -#endif +#ifndef _HISIMINIT_H +#define _HISIMINIT_H + +extern IFparm HSM1pTable[ ]; +extern IFparm HSM1mPTable[ ]; +extern char *HSM1names[ ]; +extern int HSM1pTSize; +extern int HSM1mPTSize; +extern int HSM1nSize; +extern int HSM1iSize; +extern int HSM1mSize; + +#endif