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

Revision 9090, 708 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/milan/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
5# directory.
6
7# RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/src/milan/Makefile,v 1.1.1.1 1996-10-07 20:25:53 ghudson Exp $
8
9CC = $$CCOMP
10
11CFLAGS = $$CCFLAGS
12
13FILTEROBJECTS= fpfilter.o printer.o errors.o options.o system.o \
14udpstat.o
15STATUSOBJECTS=fpstatus.o udpstat.o
16
17all: fpcomm fpstatus
18
19fpcomm: ${FILTEROBJECTS} errors.h
20        ${CC} ${CFLAGS} -o fpcomm ${FILTEROBJECTS} ${SOCKFLAGS} ${RESOLVLIB}
21
22fpstatus: ${STATUSOBJECTS} udp.h dp.h
23        ${CC} ${CFLAGS} -o fpstatus ${STATUSOBJECTS} ${SOCKFLAGS} ${RESOLVLIB}
24
Note: See TracBrowser for help on using the repository browser.