Files
xsrc/xfree/xc/programs/xvidtune/Imakefile

14 lines
393 B
Plaintext

XCOMM $XFree86: xc/programs/xvidtune/Imakefile,v 3.5 1996/02/12 11:17:17 dawes Exp $
DEPLIBS = XawClientDepLibs $(DEPXXF86VMLIB)
#ifdef OS2Architecture
LOCAL_LIBRARIES = $(XXF86VMLIB) XawClientLibs
#else
LOCAL_LIBRARIES = XawClientLibs $(XXF86VMLIB) $(XLIB)
#endif
SRCS = xvidtune.c
OBJS = xvidtune.o
ComplexProgramTarget(xvidtune)
InstallAppDefaults(Xvidtune)