From 095b8849b30c6568fd411ec80cd359d805f80f76 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 22 May 2011 09:54:58 +0000 Subject: [PATCH] hisim2, new files Makefile.am and .cvsignore --- ChangeLog | 5 ++++ src/spicelib/devices/hisim2/.cvsignore | 6 +++++ src/spicelib/devices/hisim2/Makefile.am | 34 +++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/spicelib/devices/hisim2/.cvsignore create mode 100644 src/spicelib/devices/hisim2/Makefile.am diff --git a/ChangeLog b/ChangeLog index 1f582cfcf..71a126afd 100644 --- a/ChangeLog +++ b/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 diff --git a/src/spicelib/devices/hisim2/.cvsignore b/src/spicelib/devices/hisim2/.cvsignore new file mode 100644 index 000000000..dc4caac80 --- /dev/null +++ b/src/spicelib/devices/hisim2/.cvsignore @@ -0,0 +1,6 @@ +Makefile.in +Makefile +.deps +.libs +*.lo +*.la diff --git a/src/spicelib/devices/hisim2/Makefile.am b/src/spicelib/devices/hisim2/Makefile.am new file mode 100644 index 000000000..611ec19c5 --- /dev/null +++ b/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