DELTA
SVN   ‡‡€‡#
#       Makefile for Windows
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

SUBDIRS     = src
# bin

!include MkInclude.win

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

install-depend:

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

build-exec:

build-depend:
	@copy config.h.win config.h
	@copy MkInclude.win MkInclude

install-exec-unique: dcl-lib
    @echo Installing dcl for Fortran
    $(MV) dcl.lib $(PREFIX)"\lib"
    IF EXIST *.lib $(RM) *.lib

dcl-lib:
    lib /out:dcl.lib *.obj *.lib $(GTKLIB_NAME)
	IF EXIST *.obj $(RM) *.obj

clean:
    $(MAKE) /$(MAKEFLAGS) /NOLOGO /S /f makefile.win subdirs \
            SUBDIRS_PRETARGET=clean-exec
clean-exec-unique:
    IF EXIST MkInclude $(RM) MkInclude
	IF EXIST config.h  $(RM) config.h

ENDREP
DELTA
SVN   ŠŠ€Š#
#       MkInclude for nmake
#
#       Copyright (C) 2004 GFD Dennou Club. All rights reserved.
#

PREFIX = $(DCLFRTDIR)

FC    = ifort.exe /nologo /MD 
FCVER = 140.202
CC    = cl.exe /nologo /MD /DHAVE_GTK_H  /DHAVE_GDK_PIXBUF_H /DWINDOWS
CCVER = 11.0
FTOL  = FTOL
CP    = @copy /y
MV    = @move /y
RM    = @del

INTMAX         = Z'7FFFFFFF'
REALMAX     = Z'7F7FFFFF'
REALMIN      = Z'00800000'
REPSL           = 1.19221E-06

#DSPATH = $(PREFIX)"\dbase\"

DSPATH = $(DCLFRTDIR)\lib\dcldbase

MAXNGRID = 4000
DCLNWS       = 3
IWIDTH       = 950
IHEIGHT      = 650

ISLCT=2

SUFFIX = .obj .mod .f90 .f .c

all: build

subdirs:$(SUBDIRS_PRETARGET) $(SUBDIRS) $(SUBDIRS_POSTTARGET)

!if "$(SUBDIRS)" != ""
$(SUBDIRS):subdirs.mak.force-build
	cd $@
	@echo Entering $@
	nmake /NOLOGO /S /$(MAKEFLAGS) /f makefile.win subdirs
	cd ..
	@echo Leaving $@

subdirs.mak.force-build:

!endif

install-exec: install-exec-unique
	IF EXIST *.obj $(CP) *.obj $(ROOTDIR)
	IF EXIST *.mod $(CP) *.mod $(ROOTDIR)

clean-exec: clean-exec-unique
	IF EXIST *.mod $(RM) *.mod
	IF EXIST *.obj $(RM) *.obj
	IF EXIST *.lib $(RM) *.lib
	IF EXIST *.bak $(RM) *.bak


.f90.obj:
	@echo $*.f90
	$(FC) /c $*.f90

.f90.mod:
	@echo $*.f90
	$(FC) /c $*.f90

.f.obj:
	@echo $*.f
	$(FC) /c $*.f

.c.obj:
	@echo $*.c
	$(CC) /c $*.c  $(CFLAGS)
ENDREP
DELTA
SVN   „:„:€„:#
#       Makefile for src
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

SUBDIRS     = math1 misc1 grph1 env1 math2 grph2

!include ..\MkInclude.win

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

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

install-exec-unique:

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

ENDREP
DELTA
SVN   …Z…Z€…Z#
#       Makefile for ugpack
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

ROOTDIR     = ..\..\..
OBJDIR      = ..

FSRC        = ugvect.f ugunit.f ugsut.f  ugiget.f ugiqnp.f uglget.f \
              uglqnp.f ugrget.f ugrqnp.f ugpget.f ugpqnp.f

FOBJ = $(FSRC:.f=.obj)

!include $(ROOTDIR)\MkInclude.win

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

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:

ENDREP
id: 2un.0.r79/3636
type: file
count: 0
text: 79 951 1318 1304 5051181fb6e382a6e26a97872292e45d
cpath: /trunk/Mkinclude.win
copyroot: 0 /

id: 2uk.0.r79/3774
type: file
count: 0
text: 79 0 938 924 be823e1ee38e564ee596a14590b3b748
cpath: /trunk/Makefile.win
copyroot: 0 /

id: 2us.0.r79/3907
type: file
count: 0
text: 79 2879 744 730 2e93822f94575c83785757f41a397e5f
cpath: /trunk/src/f77/Makefile.win
copyroot: 0 /

PLAIN
K 8
Makefile
V 19
file 2mt.0.r20/1079
K 12
Makefile.win
V 19
file 2us.0.r79/3907
K 17
bit_interface.f90
V 21
file 2lj.0.r78/103552
K 17
blk_interface.f90
V 21
file 2nk.0.r78/113606
K 7
bug.txt
V 20
file 3q.0.r2/3404303
K 17
chg_interface.f90
V 21
file 2lz.0.r78/112694
K 17
chk_interface.f90
V 21
file 2nr.0.r78/113148
K 17
chn_interface.f90
V 21
file 2n7.0.r78/106981
K 17
chr_interface.f90
V 21
file 2nd.0.r78/107209
K 17
clc_interface.f90
V 21
file 2me.0.r78/112921
K 17
ctr_interface.f90
V 21
file 2lf.0.r78/108122
K 17
dat_interface.f90
V 21
file 2mr.0.r78/102635
K 11
dcl_f77.f90
V 21
file 11h.0.r2/3403096
K 17
fft_interface.f90
V 21
file 2m5.0.r78/101263
K 17
fio_interface.f90
V 21
file 2nx.0.r78/109952
K 17
fmt_interface.f90
V 21
file 2m0.0.r78/104923
K 17
fnc_interface.f90
V 21
file 2nj.0.r78/106524
K 17
gnm_interface.f90
V 21
file 2lh.0.r78/107665
K 16
gr_interface.f90
V 21
file 2ni.0.r78/109265
K 17
hex_interface.f90
V 21
file 2mj.0.r78/104696
K 17
ifa_interface.f90
V 21
file 2n5.0.r78/106296
K 17
ind_interface.f90
V 21
file 2mg.0.r78/114063
K 17
int_interface.f90
V 21
file 2n0.0.r78/101948
K 18
intr_interface.f90
V 21
file 2mq.0.r78/114520
K 13
lower_routine
V 21
file 1x1.0.r2/3399472
K 17
lrl_interface.f90
V 21
file 2lm.0.r78/101491
K 17
map_interface.f90
V 21
file 2mn.0.r78/103323
K 17
mis_interface.f90
V 21
file 2ms.0.r78/111325
K 10
mk_f77.bat
V 21
file 2ix.0.r2/3413678
K 17
ode_interface.f90
V 21
file 2mp.0.r78/113376
K 16
os_interface.f90
V 21
file 2mz.0.r78/104468
K 17
ran_interface.f90
V 21
file 2my.0.r78/104010
K 17
rea_interface.f90
V 21
file 2ml.0.r78/108809
K 17
rfa_interface.f90
V 21
file 2lo.0.r78/106752
K 17
rfb_interface.f90
V 21
file 2na.0.r78/113834
K 17
rnm_interface.f90
V 21
file 2nh.0.r78/108350
K 16
sc_interface.f90
V 21
file 2mm.0.r78/102176
K 16
sg_interface.f90
V 21
file 2nm.0.r78/102863
K 17
sht_interface.f90
V 21
file 2nb.0.r78/108579
K 16
sl_interface.f90
V 21
file 2nw.0.r78/110180
K 16
st_interface.f90
V 21
file 2lx.0.r78/110867
K 17
sub_interface.f90
V 21
file 2ng.0.r78/105381
K 16
sw_interface.f90
V 21
file 2mo.0.r78/105150
K 17
sys_interface.f90
V 21
file 2mi.0.r78/101032
K 16
sz_interface.f90
V 21
file 2ma.0.r78/112237
K 17
tim_interface.f90
V 21
file 2le.0.r78/111552
K 16
uc_interface.f90
V 21
file 2m1.0.r78/109037
K 16
ud_interface.f90
V 21
file 2mb.0.r78/102405
K 16
ue_interface.f90
V 21
file 2m2.0.r78/109492
K 16
ug_interface.f90
V 21
file 2ln.0.r78/109722
K 16
uh_interface.f90
V 21
file 2m4.0.r78/103095
K 16
ul_interface.f90
V 21
file 2lv.0.r78/103780
K 16
um_interface.f90
V 21
file 2lr.0.r78/110637
K 16
us_interface.f90
V 21
file 2m7.0.r78/111095
K 16
uu_interface.f90
V 21
file 2lk.0.r78/111781
K 16
uv_interface.f90
V 21
file 2m3.0.r78/105610
K 16
uw_interface.f90
V 21
file 2lq.0.r78/112009
K 16
ux_interface.f90
V 21
file 2ls.0.r78/105838
K 16
uy_interface.f90
V 21
file 2lt.0.r78/112466
K 16
uz_interface.f90
V 21
file 2ll.0.r78/106066
K 17
via_interface.f90
V 21
file 2lg.0.r78/110408
K 17
vib_interface.f90
V 21
file 2np.0.r78/104239
K 17
vra_interface.f90
V 21
file 2li.0.r78/107893
K 17
vrb_interface.f90
V 21
file 2nq.0.r78/101719
K 17
vst_interface.f90
V 21
file 2ld.0.r78/114291
K 17
xfc_interface.f90
V 21
file 2mu.0.r78/107437
END
ENDREP
id: 3p.0.r79/7299
type: dir
pred: 3p.0.r78/117953
count: 10
text: 79 4051 3235 3235 246497bb8199776b84c3786d2ff0b6d5
cpath: /trunk/src/f77
copyroot: 0 /

id: 2up.0.r79/7453
type: file
count: 0
text: 79 2282 584 570 0a96170969081f00e54c465180a9b6f0
cpath: /trunk/src/Makefile.win
copyroot: 0 /

PLAIN
K 12
Makefile.win
V 19
file 2up.0.r79/7453
K 3
f77
V 17
dir 3p.0.r79/7299
K 3
f90
V 18
dir d.0.r78/100879
END
ENDREP
id: c.0.r79/7716
type: dir
pred: c.0.r78/118191
count: 16
text: 79 7593 110 110 01db3f7a25d80fa01ac9d29d71e7af4e
cpath: /trunk/src
copyroot: 0 /

PLAIN
K 7
INSTALL
V 19
file 2n6.0.r30/6740
K 12
INSTALL.auto
V 19
file 2p3.0.r28/1758
K 8
Makefile
V 18
file 2mx.0.r19/436
K 12
Makefile.win
V 19
file 2uk.0.r79/3774
K 12
Mkinclude.in
V 20
file 2o2.0.r42/11084
K 13
Mkinclude.win
V 19
file 2un.0.r79/3636
K 4
NOTE
V 18
file 2mw.0.r43/928
K 10
aclocal.m4
V 18
file 2o3.0.r7/8783
K 3
bin
V 19
dir 2o7.0.r78/92166
K 11
charconv.mk
V 18
file 2oz.0.r19/230
K 10
chkfort.sh
V 18
file 2p2.0.r25/898
K 9
configure
V 19
file 2o4.0.r26/3541
K 12
configure.in
V 19
file 2o1.0.r26/3751
K 6
debian
V 18
dir 2o5.0.r35/3654
K 12
exclude-list
V 21
file 2ep.0.r2/3148674
K 10
index.html
V 19
file 2n2.0.r13/1425
K 6
rc1_en
V 19
dir 1q.0.r2/3728312
K 6
rc1_jp
V 19
dir 10.0.r2/4324220
K 4
spec
V 18
dir 2pc.0.r41/1135
K 3
src
V 16
dir c.0.r79/7716
K 3
sys
V 18
dir 2oo.0.r29/1248
K 8
tutorial
V 18
dir 4.0.r2/3394739
END
ENDREP
id: 1.0.r79/8721
type: dir
pred: 1.0.r78/119111
count: 42
text: 79 7862 846 846 8d3e437c7bd559d06217d8cefa6c6850
cpath: /trunk
copyroot: 0 /

PLAIN
K 8
branches
V 20
dir 2ph.0.r77/102334
K 4
tags
V 14
dir 3.0.r5/248
K 5
trunk
V 16
dir 1.0.r79/8721
END
ENDREP
id: 0.0.r79/8980
type: dir
pred: 0.0.r78/119374
count: 79
text: 79 8863 104 104 867cc72577493766421c8795c1830a6c
cpath: /
copyroot: 0 /

_1.0.t78-1 add true false /trunk/Makefile.win

_6.0.t78-1 add true false /trunk/src/Makefile.win

_9.0.t78-1 add true false /trunk/src/f77/Makefile.win

_4.0.t78-1 add true false /trunk/Mkinclude.win


8980 9117
