hisim2, new files Makefile.am and .cvsignore
This commit is contained in:
parent
b8c95de3cc
commit
095b8849b3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
|
|
@ -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…
Reference in New Issue