summaryrefslogtreecommitdiff
path: root/src/libspudec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libspudec/Makefile.am')
-rw-r--r--src/libspudec/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
new file mode 100644
index 000000000..0a4928288
--- /dev/null
+++ b/src/libspudec/Makefile.am
@@ -0,0 +1,20 @@
+CFLAGS = @BUILD_LIB_STATIC@ @GLOBAL_CFLAGS@
+
+EXTRA_DIST =
+
+noinst_LTLIBRARIES = libspudec.la
+
+libspudec_la_SOURCES = #spudec.c
+
+noinst_HEADERS = spudec.h
+
+debug:
+ $(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
+
+mostlyclean-generic:
+ -rm -f *~ \#* .*~ .\#*
+
+maintainer-clean-generic:
+ -@echo "This command is intended for maintainers to use;"
+ -@echo "it deletes files that may require special tools to rebuild."
+ -rm -f Makefile.in