Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile
Package: sendmail.8.10.0.Beta10.tar.Z [view]
Upload User: xu_441
Upload Date: 2007-01-04
Package Size: 1640k
Code Size: 0k
Category:
Email Client
Development Platform:
Unix_Linux
- # $Id: Makefile,v 8.6 1999/06/02 22:32:15 gshapiro Exp $
- DIR= smm/08.sendmailop
- SRCS= op.me
- OBJS= op.ps
- MACROS= -me
- PIC= pic -C
- EQN= eqn -C -Tps
- ROFF= groff -Tps -mps -me
- all: ${OBJS}
- ${OBJS}: ${SRCS}
- rm -f $@
- ${PIC} ${SRCS} | ${EQN} | ${ROFF} > $@
- clean:
- rm -f ${OBJS}
- install: ${OBJS}