root/vtcross/branches/bhilburn/src/shell/Makefile.am @ 132

Revision 131, 203 bytes (checked in by bhilburn, 15 years ago)

The VTCROSS now successfully builds and links. Building tinyml and creating a
static library from it for linking within vtcross.

Line 
1INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/tinyxml
2
3bin_PROGRAMS = shell_demo
4
5shell_demo_SOURCES = cr_shell.cpp
6shell_demo_LDADD = ../tinyxml/libtinyxml.a
7shell_demo_LDFLAGS = -pthread
8
Note: See TracBrowser for help on using the browser.