ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 0ea31ca was
79492222,
checked in by krzywon, 10 years ago
|
Changed the file and folder names to remove all SANS references.
|
-
Property mode set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | # MSDOS Microsoft C makefile for probability integrals. |
---|
2 | # Be sure to disable the XPD pad for long double constants |
---|
3 | # and set the type of computer to IBMPC in mconf.h. |
---|
4 | # |
---|
5 | CC = cl |
---|
6 | |
---|
7 | CFLAGS = /c |
---|
8 | # For large memory model: |
---|
9 | #CFLAGS=/c /AL |
---|
10 | |
---|
11 | INCS = mconf.h |
---|
12 | |
---|
13 | OBJS = bdtr.obj btdtr.obj chdtr.obj const.obj drand.obj fdtr.obj \ |
---|
14 | gamma.obj gdtr.obj igam.obj igami.obj incbet.obj incbi.obj \ |
---|
15 | mtherr.obj nbdtr.obj ndtr.obj ndtri.obj pdtr.obj polevl.obj \ |
---|
16 | stdtr.obj unity.obj |
---|
17 | |
---|
18 | bdtr.obj: bdtr.c $(INCS) |
---|
19 | $(CC) $(CFLAGS) bdtr.c |
---|
20 | |
---|
21 | btdtr.obj: btdtr.c $(INCS) |
---|
22 | $(CC) $(CFLAGS) btdtr.c |
---|
23 | |
---|
24 | chdtr.obj: chdtr.c $(INCS) |
---|
25 | $(CC) $(CFLAGS) chdtr.c |
---|
26 | |
---|
27 | const.obj: const.c $(INCS) |
---|
28 | $(CC) $(CFLAGS) const.c |
---|
29 | |
---|
30 | drand.obj: drand.c $(INCS) |
---|
31 | $(CC) $(CFLAGS) drand.c |
---|
32 | |
---|
33 | expx2.obj: expx2.c $(INCS) |
---|
34 | $(CC) $(CFLAGS) expx2.c |
---|
35 | |
---|
36 | fdtr.obj: fdtr.c $(INCS) |
---|
37 | $(CC) $(CFLAGS) fdtr.c |
---|
38 | |
---|
39 | gamma.obj: gamma.c $(INCS) |
---|
40 | $(CC) $(CFLAGS) gamma.c |
---|
41 | |
---|
42 | gdtr.obj: gdtr.c $(INCS) |
---|
43 | $(CC) $(CFLAGS) gdtr.c |
---|
44 | |
---|
45 | igam.obj: igam.c $(INCS) |
---|
46 | $(CC) $(CFLAGS) igam.c |
---|
47 | |
---|
48 | igami.obj: igami.c $(INCS) |
---|
49 | $(CC) $(CFLAGS) igami.c |
---|
50 | |
---|
51 | incbet.obj: incbet.c $(INCS) |
---|
52 | $(CC) $(CFLAGS) incbet.c |
---|
53 | |
---|
54 | incbi.obj: incbi.c $(INCS) |
---|
55 | $(CC) $(CFLAGS) incbi.c |
---|
56 | |
---|
57 | mtherr.obj: mtherr.c $(INCS) |
---|
58 | $(CC) $(CFLAGS) mtherr.c |
---|
59 | |
---|
60 | nbdtr.obj: nbdtr.c $(INCS) |
---|
61 | $(CC) $(CFLAGS) nbdtr.c |
---|
62 | |
---|
63 | ndtr.obj: ndtr.c $(INCS) |
---|
64 | $(CC) $(CFLAGS) ndtr.c |
---|
65 | |
---|
66 | ndtri.obj: ndtri.c $(INCS) |
---|
67 | $(CC) $(CFLAGS) ndtri.c |
---|
68 | |
---|
69 | pdtr.obj: pdtr.c $(INCS) |
---|
70 | $(CC) $(CFLAGS) pdtr.c |
---|
71 | |
---|
72 | polevl.obj: polevl.c $(INCS) |
---|
73 | $(CC) $(CFLAGS) polevl.c |
---|
74 | |
---|
75 | stdtr.obj: stdtr.c $(INCS) |
---|
76 | $(CC) $(CFLAGS) stdtr.c |
---|
77 | |
---|
78 | unity.obj: unity.c $(INCS) |
---|
79 | $(CC) $(CFLAGS) unity.c |
---|
80 | |
---|
81 | # Delete the library file before attempting to rebuild it. |
---|
82 | prob.lib: $(OBJS) |
---|
83 | lib @msc.rsp |
---|
Note: See
TracBrowser
for help on using the repository browser.