File: Makefile.win

package info (click to toggle)
dcl 7.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,172 kB
  • sloc: fortran: 48,440; f90: 12,803; ansic: 6,566; makefile: 4,747; ruby: 184; sh: 153
file content (64 lines) | stat: -rw-r--r-- 1,783 bytes parent folder | download | duplicates (10)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
#       Makefile for grph1/append
#

ROOTDIR = ../../..

LIBOBJS		= sgltyp.exe sgfont.exe sgtone.exe
EPSFILES	=                  sgltyp_0001.eps sgfont1_0001.eps sgfont2_0001.eps \
		  sgtone0_0001.eps sgtone1_0001.eps sgtone2_0001.eps \
		  sgtone3_0001.eps sgtone4_0001.eps sgtone5_0001.eps \
		  sgtone6_0001.eps

!include $(ROOTDIR)\MkInclude.win

build:
    $(MAKE) /$(MAKEFLAGS) /NOLOGO /S /f makefile.win subdirs \
            SUBDIRS_POSTTARGET=build-exec

build-exec: mkobj $(EPSFILES) rmobj

install:
    $(MAKE) /$(MAKEFLAGS) /NOLOGO /S /f makefile.win subdirs \
            SUBDIRS_PRETARGET=install-exec
install-exec-unique:

clean:
    $(MAKE) /$(MAKEFLAGS) /NOLOGO /S /f makefile.win subdirs \
            SUBDIRS_PRETARGET=clean-exec
clean-exec-unique:

mkobj: $(LIBOBJS)

rmobj:
	$(RM) $(LIBOBJS)

sgltyp_0001.eps: sgltyp.exe
	echo -2 | sgltyp -sw_ifl=2 -sw_fname=sgltyp -sg_lcorner=.false.

sgfont1_0001.eps:
	(echo -2 && echo 1) | sgfont -sw_ifl=2 -sw_fname=sgfont1 -sg_lcorner=.false.

sgfont2_0001.eps:
	(echo -2 && echo 2) | sgfont -sw_ifl=2 -sw_fname=sgfont2 -sg_lcorner=.false.

sgtone0_0001.eps:
	(echo -2 && echo 0) | sgtone -sw_ifl=2 -sw_fname=sgtone0 -sg:lcorner=.false.

sgtone1_0001.eps:
	(echo -2 && echo 1) | sgtone -sw_ifl=2 -sw_fname=sgtone1 -sg:lcorner=.false.

sgtone2_0001.eps:
	(echo -2 && echo 2) | sgtone -sw_ifl=2 -sw_fname=sgtone2 -sg:lcorner=.false.

sgtone3_0001.eps:
	(echo -2 && echo 3) | sgtone -sw_ifl=2 -sw_fname=sgtone3 -sg:lcorner=.false.

sgtone4_0001.eps:
	(echo -2 && echo 4) | sgtone -sw_ifl=2 -sw_fname=sgtone4 -sg:lcorner=.false.

sgtone5_0001.eps:
	(echo -2 && echo 5) | sgtone -sw_ifl=2 -sw_fname=sgtone5 -sg:lcorner=.false.

sgtone6_0001.eps:
	(echo -2 && echo 6) | sgtone -sw_ifl=2 -sw_fname=sgtone6 -sg:lcorner=.false.