-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile
38 lines (33 loc) · 899 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
#######################################################################################
#
# General Setup:
#
SAC2CFLAGS = -check ctb -v2 -O3
ifdef EXCLUDE_ERRORS
SAC2CFLAGS += -DEXCLUDE_ERRORS
endif
#
# Setup for Makefile.standard:
#
# EXCLUDE_FILES =
# TARGETDIR = .
# LIBTARGETDIR = .
# INCTARGETDIR = .
# LIBSRCDIR = .
# SUBDIRS =
#
# Setup for Makefile.versions
#
# EXCLUDE_FILES_FOR_MT =
# MAKE_MT_ALSO = yes
# VERSDIR = .
#
# Setup for Makefile.check:
#
CHECKLOGFILE = ./CHECKLOG
# CHECKDIR = .checkdir
# RT_FLAGS =
# INPSDIR =
#
#######################################################################################
include $(SACBASE)/Makefiles/Makefile_template.prg