root/vtcross/trunk/src/shell/Makefile.am @ 186

Revision 168, 207 bytes (checked in by bhilburn, 15 years ago)

Making everything play nicely. Note that the shell is a huge mess right now...
it will compile, but its a long ways from being warning-free and tight code.

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