mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
aac2354f5c
cd fluidsynth && git mv * ../
11 lines
376 B
Makefile
11 lines
376 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
ACLOCAL_AMFLAGS=-I m4
|
|
|
|
SUBDIRS = src doc include cmake_admin
|
|
EXTRA_DIST = TODO acinclude.m4 autogen.sh fluidsynth.pc.in \
|
|
fluidsynth.spec.in fluidsynth.spec fluidsynth.anjuta README-OSX \
|
|
README.cmake CMakeLists.txt
|
|
DISTCLEANFILES = fluidsynth.pc
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = fluidsynth.pc
|