summaryrefslogtreecommitdiffstats
path: root/src/GNUmakefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile.am')
-rw-r--r--src/GNUmakefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/GNUmakefile.am b/src/GNUmakefile.am
new file mode 100644
index 0000000..681645b
--- /dev/null
+++ b/src/GNUmakefile.am
@@ -0,0 +1,21 @@
+lib_LTLIBRARIES = libfsl-vpu.la
+
+noinst_HEADERS = \
+ vpu_reg.h vpu_util.h vpu_codetable_mx27.h
+
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/include \
+ -I$(top_builddir)/include
+
+libfsl-vpu_la_SOURCES = \
+ vpu_io.c vpu_lib.c vpu_util.c
+
+libfsl-vpu_la_LDFLAGS = \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+# -no-undefined # win32_dll stuff only
+
+#libfsl-vpu_LDADD = \
+# $(librn_LIBS)
+
+MAINTAINERCLEANFILES = \
+ GNUmakefile.in