File: Plug.tmpasm

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
put /local/fungw/mod {fungw_welltype}
put /local/fungw/mod_dir {welltype}

switch ?libs/script/welltype/presents
	case {true}
		put /local/fungw/mod_cflags libs/script/welltype/cflags
		put /local/fungw/mod_ldflags libs/script/welltype/ldflags
		put /local/fungw/mod_src {fungw_welltype.c}
		include {Plugin.tmpasm}
		end
	default
		include {Disable.tmpasm}
		end
end