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.
28 lines
470 B
28 lines
470 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libasrc.la
|
|
|
|
libasrc_la_SOURCES = \
|
|
asrc.c \
|
|
asrcacld.c \
|
|
asrcask.c \
|
|
asrcconv.c \
|
|
asrcdefs.h \
|
|
asrcdel.c \
|
|
asrcdest.c \
|
|
asrcext.h \
|
|
asrcfbr.c \
|
|
asrcitf.h \
|
|
asrcinit.c \
|
|
asrcinit.h \
|
|
asrcload.c \
|
|
asrcmdel.c \
|
|
asrcpar.c \
|
|
asrcpzld.c \
|
|
asrcset.c \
|
|
asrctemp.c
|
|
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
|
AM_CFLAGS = $(STATIC)
|
|
MAINTAINERCLEANFILES = Makefile.in
|