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
500 B
33 lines
500 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libvbic.la
|
|
|
|
libvbic_la_SOURCES = \
|
|
vbic.c \
|
|
vbicacld.c \
|
|
vbicask.c \
|
|
vbicconv.c \
|
|
vbicdefs.h \
|
|
vbicdel.c \
|
|
vbicdest.c \
|
|
vbicext.h \
|
|
vbicgetic.c \
|
|
vbicinit.c \
|
|
vbicinit.h \
|
|
vbicitf.h \
|
|
vbicload.c \
|
|
vbicmask.c \
|
|
vbicmdel.c \
|
|
vbicmpar.c \
|
|
vbicnoise.c \
|
|
vbicparam.c \
|
|
vbicpzld.c \
|
|
vbicsetup.c \
|
|
vbictemp.c \
|
|
vbictrunc.c
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|