forked from lime-rt/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.defs
51 lines (47 loc) · 881 Bytes
/
Makefile.defs
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
# Makefile.defs
# This file is part of LIME, the versatile line modeling engine
#
# Copyright (C) 2006-2014 Christian Brinch
# Copyright (C) 2015-2016 The LIME development team
#
# Included by Makefile
CORESOURCES = \
src/aux.c\
src/fastexp.c\
src/frees.c\
src/getclosest.c\
src/grid2fits.c\
src/grid.c\
src/gridio.c\
src/LTEsolution.c\
src/magfieldfit.c\
src/messages.c\
src/molinit.c\
src/photon.c\
src/popsin.c\
src/popsout.c\
src/predefgrid.c\
src/ratranInput.c\
src/raythrucells.c\
src/raytrace.c\
src/report.c\
src/smooth.c\
src/sourcefunc.c\
src/stateq.c\
src/statistics.c\
src/stokesangles.c\
src/tcpsocket.c\
src/tree_random.c\
src/velospline.c\
src/writefits.c\
STDSOURCES = \
src/defaults.c\
src/main.c\
COREINCLUDES = \
src/dims.h\
src/grid2fits.h\
src/gridio.h\
src/inpars.h\
src/lime.h\
src/raythrucells.h\
src/tree_random.h\