Browse Source

hisim2, new files Makefile.am and .cvsignore

pre-master-46
rlar 15 years ago
parent
commit
095b8849b3
  1. 5
      ChangeLog
  2. 6
      src/spicelib/devices/hisim2/.cvsignore
  3. 34
      src/spicelib/devices/hisim2/Makefile.am

5
ChangeLog

@ -1,3 +1,8 @@
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/Makefile.am ,
* src/spicelib/devices/hisim2/.cvsignore :
hisim2, new files Makefile.am and .cvsignore
2011-05-22 Robert Larice
* src/spicelib/devices/hisim2/* :
hisim2, populate this new directory

6
src/spicelib/devices/hisim2/.cvsignore

@ -0,0 +1,6 @@
Makefile.in
Makefile
.deps
.libs
*.lo
*.la

34
src/spicelib/devices/hisim2/Makefile.am

@ -0,0 +1,34 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST =
noinst_LTLIBRARIES = libhisim2.la
libhisim2_la_SOURCES = hisim2.h \
hsm2.c \
hsm2acld.c \
hsm2ask.c \
hsm2cvtest.c \
hsm2def.h \
hsm2del.c \
hsm2dest.c \
hsm2eval.c \
hsm2evalenv.h \
hsm2ext.h \
hsm2getic.c \
hsm2itf.h \
hsm2ld.c \
hsm2mask.c \
hsm2mdel.c \
hsm2mpar.c \
hsm2noi.c \
hsm2par.c \
hsm2pzld.c \
hsm2set.c \
hsm2temp.c \
hsm2trunc.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
Loading…
Cancel
Save