File: Makefile.am

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-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

.PHONY: mostlyclean-local-check

SCRPTS := uninstalled-env theme-d-compile theme-d-link \
  run-theme-d-program run-split-theme-d-program run-theme-d-program-m \
  get-theme-d-config-var setup-theme-d-test-env setup-theme-d-bootstrap-env \
  compute-theme-d-pcode-deps compute-theme-d-module-deps compute-theme-d-program-deps

$(SCRPTS): %: %.in
	sed -e 's|@_abs_top_dir@|$(abs_top_dir)|g' $< > $@
	chmod 755 $@

all-local: $(SCRPTS)

mostlyclean-local: mostlyclean-local-check

mostlyclean-local-check:
	-rm $(SCRPTS)