/* 
 * Written by Gabor Herr <herr@iti.informatik.th-darmstadt.de>.
 *
 * Copyright (c) 1992 by Gabor Herr, all rights reserved.
 * 
 * Permission to use, copy, modify, distribute, and sell this software
 * and its documentation for any purpose is hereby granted without fee,
 * provided that the above copyright notice appear in all copies and
 * that both that copyright notice and this permission notice appear in
 * supporting documentation, and that may name is not used in
 * advertising or publicity pertaining to distribution of the software
 * without specific, written prior permission. I make no representations
 * about the suitability of this software for any purpose. It is
 * provided "as is" without express or implied warranty.
 */

/* CDEBUGFLAGS = -g */

LOCAL_LIBRARIES = -lXaw -lXmu -lXt -lX11 -lXext $(SYSLIBS)
DEPLIBS=

SRCS = sysinfo.c psdata.c BarGauge.c xsysinfo.c
OBJS = sysinfo.o no_update.o BarGauge.o xsysinfo.o

ComplexProgramTarget(xsysinfo)

no_update.o: psdata.c
	$(CC) -o $@ $(CFLAGS) -DNO_UPDATE -c psdata.c

InstallAppDefaults(XSysinfo)
