Files
xsrc/xfree/xc/programs/xedit/lisp/mp/Imakefile

26 lines
400 B
Plaintext

XCOMM $XFree86: xc/programs/xedit/lisp/mp/Imakefile,v 1.3 2002/11/08 08:01:00 paulo Exp $
#define DoNormalLib YES
#define DoSharedLib NO
#define DoExtraLib NO
#define DoDebugLib NO
#define DoProfileLib NO
#define LibName mp
#define LibInstall NO
#define LibHeaders NO
LIB = LibName
SRCS =\
mp.c \
mpi.c \
mpr.c
OBJS =\
mp.o \
mpi.o \
mpr.o
#include <Library.tmpl>
DependTarget()