File: data.tmpl

package info (click to toggle)
apptainer 1.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,780 kB
  • sloc: sh: 3,329; ansic: 1,706; awk: 414; python: 103; makefile: 54
file content (7 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
__TARGET__ := $(BUILDDIR)/__PATH__/__TARGET__

$(__TARGET__): $(__NAME___OBJ)
	@echo " LD" $@
	@mkdir -p $(@D)
	$(V)$(LD) -r -b binary -o $@ $(__NAME___OBJ)
	$(V)($(SIZE) $@ 2>/dev/null || true)