2006-01-16 19:36:58 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2002-04-26 00:00:31 +00:00
|
|
|
SUBDIRS=drivers commands
|
2006-01-16 19:36:58 +00:00
|
|
|
|
1999-12-11 19:33:35 +00:00
|
|
|
sbin_PROGRAMS=LCDd
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2002-06-29 16:37:18 +00:00
|
|
|
LCDd_SOURCES= client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2007-04-14 07:54:27 +00:00
|
|
|
LDADD = ../shared/libLCDstuff.a commands/libLCDcommands.a
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2006-02-04 19:38:09 +00:00
|
|
|
if !DARWIN
|
|
|
|
|
AM_LDFLAGS = -rdynamic -uget_args
|
|
|
|
|
endif
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2006-04-15 19:48:11 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -DSYSCONFDIR=\"$(sysconfdir)\"
|
2006-01-16 19:36:58 +00:00
|
|
|
|
|
|
|
|
## EOF
|