-
Notifications
You must be signed in to change notification settings - Fork 0
/
MakeFile
49 lines (37 loc) · 1012 Bytes
/
MakeFile
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
#
# $Id: MakeFile 19696 2010-10-29 16:53:42Z d3y133 $
#
#!MESSAGE *** Unresolved issues in this nmake file ***
SUBDIRS = api int auxil ints_sp deriv texas ecp hondo dk rel
OBJ = $(OBJDIR)\intgrl_input.obj
HEADERS = api\int_tim.fh \
api\apiP.fh \
api\int_nbf.fh \
auxil\spcartP.fh \
hondo\hnd_whermt.fh \
hondo\hnd_rys.fh \
hondo\hnd_tol.fh \
..\property\prop.fh
LIBRARY = nwints.lib
!INCLUDE ..\config\NTmakefile.h
!INCLUDE ..\config\NTmakelib.h
!IF 0
USE_TEXAS = YEP
export USE_TEXAS
txs:
@touch api/cando_sp.F texas/texas_stubs.F api/int_2e2c.F api/int_2e3c.F
$(MAKE) "USE_TEXAS=YEP"
fix:
@(cd texas; $(MAKE) "USE_TEXAS=YEP" removeobj)
@touch api/cando_sp.F texas/*.F texas/*.f
$(MAKE)
nolib:
rm -i $(LIBRARY_PATH)
tasks tasks.ps: tasks.tex
latex tasks
latex tasks
dvips tasks -o
rm -f tasks.aux tasks.dvi tasks.log
view tasks.v: tasks.ps
ghostview tasks.ps
!ENDIF