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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 890 - (hide annotations) (download)
Sat Jul 1 13:43:04 2006 UTC (17 years, 9 months ago) by schoenebeck
File size: 486 byte(s)
just some refactoring work, moved the following files:

- src/engines/common/Engine.h -> src/engines/Engine.h,

- src/engines/common/EngineChannel.h ->
  src/engines/EngineChannel.h,

- src/engines/common/EngineChannel.cpp ->
  src/engines/EngineChannel.cpp

1 schoenebeck 53 INCLUDES = $(all_includes)
2 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
3 schoenebeck 53 METASOURCES = AUTO
4     SUBDIRS = gig common
5 schoenebeck 890
6     liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines
7     liblinuxsamplerengineinclude_HEADERS = \
8     Engine.h \
9     EngineChannel.h
10    
11 schoenebeck 411 noinst_LTLIBRARIES = liblinuxsamplerengines.la
12 schoenebeck 654 liblinuxsamplerengines_la_SOURCES = \
13 schoenebeck 890 Engine.h \
14     EngineChannel.cpp EngineChannel.h \
15 schoenebeck 654 EngineFactory.cpp EngineFactory.h \
16     EngineChannelFactory.cpp EngineChannelFactory.h

  ViewVC Help
Powered by ViewVC