summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/Makefile
blob: 01b40a93da64a40a7038d0d27a83e75cd2d5222f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Makefile for the webs package directory
#
# Copyright (c) Go Ahead, 1995-1999
#

all:	compile 

CLEANT	= cleant
DEPENDT	= dependt
PACKAGET= packaget

include make.dep
include $(TARGET)/$(OS)/make.$(CUT)

packaget:
	rm -f webs.zip
	"C:/Program Files/winzip/winzip32" -a -P webs.zip @files
	"C:/Program Files/winzip/winzip32" -a -P webs.zip @docfiles

cleant:
	rm -fr webs.zip websdoc.zip
	rm -fr web/doc/basic/* web/doc/ej/* web/doc/ws/*
	$(TCL) import.tcl clean

dependt:
	$(TCL) import.tcl import