XCOMM $XFree86: xc/programs/texteroids/Imakefile,v 1.3 2001/03/11 15:27:36 herrb Exp $ DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXLIB) LOCAL_LIBRARIES = $(XTOOLLIB) $(DPSLIB) $(XLIB) SYS_LIBRARIES = MathLibrary PSWRAP = PsWrap SRCS = twraps.psw texteroids.c OBJS = twraps.o texteroids.o DERIVED_FILES = twraps.h twraps.c .SUFFIXES: .psw .h .psw.c : ProgramTargetName($(PSWRAP)) RunProgram(PSWRAP,-a -o $*.c -h $*.h $<) .psw.h : ProgramTargetName($(PSWRAP)) RunProgram(PSWRAP,-a -h $*.h $< > /dev/null) depend:: $(DERIVED_FILES) ComplexProgramTarget(texteroids) clean :: $(RM) $(DERIVED_FILES)