# Imakefile for xgrasp
# @(#)Imakefile	1.1 91/03/04

LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
SRCS1 = xgrasp.c parser.c exec.c readfiles.c gif.c fades.c usleep.c strdup.c
OBJS1 = xgrasp.o parser.o exec.o readfiles.o gif.o fades.o usleep.o strdup.c

SRCS2 = glib.c
OBJS2 = glib.o

PROGRAMS = xgrasp glib

ComplexProgramTarget_1(xgrasp,$(LOCAL_LIBRARIES),)
ComplexProgramTarget_2(glib,$(LOCAL_LIBRARIES),)
