Revision 9090,
488 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9089,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[9089] | 1 | # transcript/src/Makefile.qms |
---|
| 2 | # |
---|
| 3 | # Copyright (C) 1992 Adobe Systems Incorporated. All rights reserved. |
---|
| 4 | # GOVERNMENT END USERS: See notice of rights in Notice file in release |
---|
| 5 | # directory. |
---|
| 6 | |
---|
| 7 | # RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/src/Makeqms.bsd,v 1.1.1.1 1996-10-07 20:25:46 ghudson Exp $ |
---|
| 8 | |
---|
| 9 | SHELL = /bin/sh |
---|
| 10 | |
---|
| 11 | CC = $$CCOMP |
---|
| 12 | |
---|
| 13 | CFLAGS = $$CCFLAGS -DQMS |
---|
| 14 | |
---|
| 15 | programs: qmscomm |
---|
| 16 | |
---|
| 17 | qmscomm: qmscomm.c psutil.o psspool.h qef.h |
---|
| 18 | ${CC} ${CFLAGS} -o qmscomm qmscomm.c psutil.o |
---|
| 19 | |
---|
| 20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.