aboutsummaryrefslogtreecommitdiff
path: root/MultiSource/Benchmarks/MallocBench/gs/CMakeLists.txt
blob: ae54913e2f9e2b27220a183850f61c6b6c7991e2 (plain)
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
65
66
67
68
69
70
71
list(APPEND LDFLAGS -lm)
list(APPEND CPPFLAGS -DNOMEMOPT -DGS_LIB_DEFAULT="${CMAKE_CURRENT_SOURCE_DIR}:${CMAKE_CURRENT_SOURCE_DIR}/fonts")
list(APPEND CFLAGS -Wno-implicit-function-declaration)
list(APPEND CPPFLAGS -DNOPRIVATE)
set(RUN_OPTIONS -DNODISPLAY ${CMAKE_CURRENT_SOURCE_DIR}/INPUT/large.ps)
llvm_multisource(gs
  gs.c
  gsmain.c
  gp_unix.c
  utrace.c
  ialloc.c
  idebug.c
  idict.c
  iinit.c
  iname.c
  interp.c
  iscan.c
  iutil.c
  stream.c
  zarith.c
  zarray.c
  zcontrol.c
  zdict.c
  zfile.c
  zgeneric.c
  zmath.c
  zmisc.c
  zpacked.c
  zrelbit.c
  zstack.c
  zstring.c
  ztype.c
  zvmem.c
  zchar.c
  zcolor.c
  zfont.c
  zdevice.c
  zgstate.c
  zht.c
  zmatrix.c
  zpaint.c
  zpath.c
  zpath2.c
  gschar.c
  gscolor.c
  gscoord.c
  gsdevice.c
  gsfile.c
  gsfont.c
  gsimage.c
  gsim2out.c
  gsline.c
  gsmatrix.c
  gsmisc.c
  gspaint.c
  gspath.c
  gspath2.c
  gsstate.c
  gstype1.c
  gxcache.c
  gxcolor.c
  gxdither.c
  gxdraw.c
  gxfill.c
  gxht.c
  gxpath.c
  gxpath2.c
  gxstroke.c
  gdevmem.c
  gdevs.c
)