home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-26 | 1.7 KB | 42 lines |
- XCOMM $XConsortium: Imakefile,v 1.7 91/08/26 13:34:51 rws Exp $
- XCOMM
- XCOMM xgas
- XCOMM
- XCOMM Copyright 1987, 1988 Massachusetts Institute of Technology
- XCOMM
- XCOMM Permission to use, copy, modify, and distribute this software and its
- XCOMM documentation for any purpose and without fee is hereby granted, provided
- XCOMM that the above copyright notice appear in all copies and that both that
- XCOMM copyright notice and this permission notice appear in supporting
- XCOMM documentation, and that the name of M.I.T. not be used in advertising or
- XCOMM publicity pertaining to distribution of the software without specific,
- XCOMM written prior permission. M.I.T. makes no representations about the
- XCOMM suitability of this software for any purpose. It is provided "as is"
- XCOMM without express or implied warranty.
- XCOMM
- XCOMM Author: Dave Sternlicht X Consortium
- XCOMM Created: November 27, 1990.
- XCOMM Modified to convert nroff to c: Larry Medwin, April 14, 1991
- XCOMM
-
- DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
- DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
- SYS_LIBRARIES = -lm
- DOCNS = doc.n quick.n
- DOCSRCS = doc.c quick.c
- DOCOBJS = doc.o quick.o
- SRCS = main.c dynamics.c chamber.c timestep.c molecule.c util.c \
- help.c XGas.c $(DOCSRCS) man.c
- OBJS = main.o dynamics.o chamber.o timestep.o molecule.o util.o \
- help.o XGas.o $(DOCOBJS) man.o
-
- INCLUDES = -I$(TOOLKITSRC) -I$(TOP)
-
- ComplexProgramTarget(xgas)
- InstallAppDefaults(XGas)
-
- depend:: $(SRCS) $(DOCNS)
-
- $(DOCSRCS):: $(DOCNS)
-