Browse CVS Repository
Contents of /satellite/satellite4/shell/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( show annotations)
( download)
Fri Aug 25 15:02:11 2006 UTC
(17 years, 7 months ago)
by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -0 lines
splited basic algorightm from libsatellite.
| 1 |
AUTOMAKE_OPTIONS = 1.9 |
| 2 |
|
| 3 |
INCLUDES = \ |
| 4 |
-I$(top_srcdir)/lib/libsl4 \ |
| 5 |
-I$(top_srcdir)/lib/common \ |
| 6 |
-I$(top_srcdir)/lib |
| 7 |
|
| 8 |
SATELLITE4_LIBS = \ |
| 9 |
$(top_builddir)/lib/libsl4/libsl4.la \ |
| 10 |
$(top_builddir)/lib/common/libsatellite.la \ |
| 11 |
$(top_builddir)/lib/shell/libslshell.la |
| 12 |
|
| 13 |
bin_PROGRAMS = sl4 |
| 14 |
|
| 15 |
sl4_LDADD = $(SATELLITE4_LIBS) $(TERMCAP_LIBS) |
| 16 |
|
| 17 |
sl4_sources = \ |
| 18 |
terminal.h \ |
| 19 |
terminal.c \ |
| 20 |
termios_console.h \ |
| 21 |
termios_console.cpp \ |
| 22 |
main.cpp |
| 23 |
|
| 24 |
sl4_SOURCES = $(sl4_sources) |
|