source: trunk/third/transcript/src/printpanel/Makefile @ 9090

Revision 9090, 788 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.
Line 
1# transcript/src/printpanel/Makefile
2#
3# Copyright (C) 1992 Adobe Systems Incorporated. All rights reserved.
4# GOVERNMENT END USERS: See notice of rights in Notice file in release directory.
5# RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/src/printpanel/Makefile,v 1.1.1.1 1996-10-07 20:25:54 ghudson Exp $
6
7SHELL = /bin/sh
8
9CC = $$CCOMP
10
11CFLAGS= $$CCFLAGS -I..
12
13LFLAGS= $$LDFLAGS
14
15FILES = PrintPanel.o ../psutil.o readppd.o ppanel.o readfax.o
16
17HEADERS = PrintPanel.h PrintPaneP.h ../config.h ../transcript.h
18
19all: ppanel
20
21ppanel: ${HEADERS} ${FILES}
22        ${CC} ${CFLAGS} -o ppanel ${LFLAGS} ${FILES} -lXm -lXt -lX11 \
23        $$SPECIALLIBS
24
25readppd.o readfax.o: PrintPanel.c
26
27#lint:
28#       lint -v -I/usr/local/X11R4/include PrintPanel.c readppd.c \
29#psutil.c ppanel.c readfax.c
Note: See TracBrowser for help on using the repository browser.