File: user.mk

package info (click to toggle)
theme-d 7.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,036 kB
  • sloc: lisp: 9,625; sh: 5,321; makefile: 715; ansic: 477
file content (18 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

SRCDIR = ../../src/theme-d-in-theme-d
VPATH = $(SRCDIR)

MODULE_PATH = ..:

ifdef USE_SPLIT
TDC = run-split-theme-d-program ../../build1/theme-d-in-theme-d/theme-d-compile-b.build
TDL = run-split-theme-d-program ../../build1/theme-d-in-theme-d/theme-d-link-b.build
else ifdef MODULAR_TRANSLATOR
TDC = run-theme-d-program-m -g ../../build1:  ../../build1/theme-d-in-theme-d/theme-d-compile-b.go
TDL = run-theme-d-program-m -g ../../build1: ../../build1/theme-d-in-theme-d/theme-d-link-b.go
else
TDC = run-theme-d-program ../../build1/theme-d-in-theme-d/theme-d-compile-b.go
TDL = run-theme-d-program ../../build1/theme-d-in-theme-d/theme-d-link-b.go
endif

include $(SRCDIR)/bootstrap.mk