
PROGRAMS = astuner cmdtuner

XPMLIB = -L/usr/X11R6/lib/X11 -lXpm   
DEPLIBS = $(DEPXLIB) 

LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(LEXLIB)

LINTLIBS = $(LINTXLIB)

SRCS1 = astuner.c config.l
OBJS1 = astuner.o config.o

ComplexProgramTarget_1(astuner,$(LOCAL_LIBRARIES),$(LINTLIBS))

SRCS2 = cmdtuner.c
OBJS2 = cmdtuner.o

ComplexProgramTarget_2(cmdtuner,-lc,)
