/[svn]/linuxsampler/trunk/src/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 697 - (hide annotations) (download)
Tue Jul 19 15:43:40 2005 UTC (18 years, 8 months ago) by schoenebeck
File size: 1083 byte(s)
* install necessary development header files for allowing 3rd party
  applications to link against liblinuxsampler
* liblinuxsampler's API documentation can be generated with 'make docs'
  (Doxygen required)

1 schoenebeck 9 # set the include path found by configure
2     INCLUDES= $(all_includes)
3    
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 9
6 schoenebeck 202 SUBDIRS = network engines common lib testcases drivers
7 schoenebeck 53
8 schoenebeck 697 liblinuxsamplerincludedir = $(includedir)
9     liblinuxsamplerinclude_HEADERS = Sampler.h
10    
11 schoenebeck 53 pkglib_LTLIBRARIES = liblinuxsampler.la
12 schoenebeck 697 liblinuxsampler_la_SOURCES = Sampler.cpp
13 schoenebeck 411 liblinuxsampler_la_LIBADD = \
14 schoenebeck 504 $(top_builddir)/src/network/liblinuxsamplernetwork.la \
15     $(top_builddir)/src/engines/gig/liblinuxsamplergigengine.la \
16     $(top_builddir)/src/engines/common/liblinuxsamplercommonengine.la \
17     $(top_builddir)/src/engines/liblinuxsamplerengines.la \
18     $(top_builddir)/src/drivers/liblinuxsamplerdrivers.la \
19     $(top_builddir)/src/drivers/audio/liblinuxsampleraudiodriver.la \
20     $(top_builddir)/src/drivers/midi/liblinuxsamplermididriver.la \
21 schoenebeck 411 $(top_builddir)/src/common/liblinuxsamplercommon.la
22 schoenebeck 697 liblinuxsampler_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
23 schoenebeck 53
24     bin_PROGRAMS = linuxsampler
25     linuxsampler_SOURCES = linuxsampler.cpp
26 schoenebeck 57 linuxsampler_LDADD = $(top_builddir)/src/liblinuxsampler.la

  ViewVC Help
Powered by ViewVC