mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
12 lines
401 B
Makefile
12 lines
401 B
Makefile
noinst_LTLIBRARIES = libvgmstream.la
|
|
|
|
AM_CFLAGS = -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)
|
|
AM_MAKEFLAGS=-f Makefile.unix
|
|
|
|
libvgmstream_la_LDFLAGS = coding/libcoding.la layout/liblayout.la meta/libmeta.la
|
|
libvgmstream_la_SOURCES = vgmstream.c util.c streamfile.c formats.c ../ext_libs/clHCA.c
|
|
|
|
SUBDIRS = coding layout meta
|
|
|
|
EXTRA_DIST = pstdint.h streamfile.h streamtypes.h util.h vgmstream.h
|