File: buildpgplot

package info (click to toggle)
pgplot5 5.2-8
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 6,268 kB
  • ctags: 5,900
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,136; objc: 532; perl: 443; makefile: 271; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (29 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (15)
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
28
29
#	BuildPgplot - build the target in the pgplot.make file
#
#	Usage:
#		BuildPgplot targets [options]
#
#	The BuildPgplot script builds the  target
#	Make is used to generate the build commands.
#
#	The options specified are passed directly to Make, and control the
#	generation of the build commands.
#
#
#	Copyright Apple Computer, Inc. 1987 - 1990
#	All rights reserved.

Set Exit 1

#	Run Make, then execute its output.

Echo "# `Date -t` ----- Build of {program}."
Echo "# `Date -t` ----- Analyzing dependencies."
Begin
#	Echo "Set Echo 1"
	Make {"Parameters"} -f pgplot.make
End > pgplot.makeout
Echo "# `Date -t` ----- Executing build commands."
pgplot.makeout
#Delete "pgplot.makeout
Echo "# `Date -t` ----- Done."