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: scribble-source.zip [view]
Upload User: cj1251
Upload Date: 2021-10-26
Package Size: 14k
Code Size: 1k
Category:
Applet
Development Platform:
Java
- #
- # *******************************************************************
- # * Scribbler *
- # * *
- # * Author: Arash Partow (1999) *
- # * *
- # * Copyright notice: *
- # * Free use of the String Tool Kit Library is permitted under the *
- # * guidelines and in accordance with the most current version of *
- # * the Common Public License. *
- # * http://www.opensource.org/licenses/cpl1.0.php *
- # * *
- # *******************************************************************
- #
- COMPILER = -javac
- BUILD_LIST+=Scribbler
- all: clean $(BUILD_LIST)
- Scribbler: Scribble.java
- $(COMPILER) Scribble.java
- jar cvf scribble.jar *.class
- clean:
- rm -rf *.class *.jar *~