mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
8 lines
328 B
Makefile
8 lines
328 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = macbuild sf2 winbuild src doc include
|
|
EXTRA_DIST = TODO acinclude.m4 autogen.sh fluidsynth.pc.in \
|
|
fluidsynth.spec.in fluidsynth.spec fluidsynth.prj README-OSX
|
|
DISTCLEANFILES = fluidsynth.pc
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = fluidsynth.pc
|