You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
514 B
33 lines
514 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libbsim3v0.la
|
|
|
|
libbsim3v0_la_SOURCES = \
|
|
b3v0.c \
|
|
b3v0acld.c \
|
|
b3v0ask.c \
|
|
b3v0cvtest.c \
|
|
b3v0del.c \
|
|
b3v0dest.c \
|
|
b3v0getic.c \
|
|
b3v0ld.c \
|
|
b3v0mask.c \
|
|
b3v0mdel.c \
|
|
b3v0mpar.c \
|
|
b3v0noi.c \
|
|
b3v0par.c \
|
|
b3v0pzld.c \
|
|
b3v0set.c \
|
|
b3v0temp.c \
|
|
b3v0trunc.c \
|
|
bsim3v0def.h \
|
|
bsim3v0ext.h \
|
|
bsim3v0init.c \
|
|
bsim3v0init.h \
|
|
bsim3v0itf.h
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|