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

Contents of /linuxsampler/trunk/src/shell/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2515 - (show annotations) (download)
Wed Feb 5 20:45:18 2014 UTC (10 years, 2 months ago) by schoenebeck
File size: 266 byte(s)
* WIP: Introducing the LSCP shell: for now, providing color
  highlighting while typing (indicating correct part bold white,
  incorrect part red, and turning green when the command is
  complete. The shell application is implemented as thin client,
  that is the parser work is performed on sampler side and the
  shell application is just providing output formatting.
* Bumped version (1.0.0.svn28).

1 # set the include path found by configure
2 AM_CPPFLAGS= $(all_includes)
3
4 AM_CXXFLAGS = -Wreturn-type $(CXX_CPU_SWITCH)
5
6 bin_PROGRAMS = lscp
7 lscp_SOURCES = lscp.cpp TerminalCtrl.cpp LSCPClient.cpp KeyboardReader.cpp
8 lscp_LDADD = $(top_builddir)/src/liblinuxsampler.la

  ViewVC Help
Powered by ViewVC