-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile
39 lines (34 loc) · 941 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
#######################################################################################
#
# General Setup:
#
SAC2CFLAGS = -check tb -v 1 -O3
export EXCLUDE_ERRORS := yes
ifdef EXCLUDE_ERRORS
SAC2CFLAGS += -DEXCLUDE_ERRORS
endif
#
# Setup for Makefile.standard:
#
EXCLUDE_FILES = relaxation.sac
# 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