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.
11 lines
250 B
11 lines
250 B
noinst_LTLIBRARIES = libtrannoise.la
|
|
|
|
libtrannoise_la_SOURCES = \
|
|
FastNorm3.c \
|
|
1-f-code.c \
|
|
wallace.c
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/src/frontend
|
|
AM_CFLAGS = $(STATIC)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|