File: Plug.tmpasm

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (16 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
put /local/fungw/mod {fungw_c}
put /local/fungw/mod_dir {c}
switch ?libs/script/c/presents
	case {true}
		put /local/fungw/mod_cflags  {}
		put /local/fungw/mod_ldflags {}
		put /local/fungw/mod_src {fungw_c.c}
		put /local/fungw/mod_install_ {			$(SCCBOX) mkdir $(IOP) -p $(install_root)$(DESTDIR)$(PREFIX)/include/libfungwbind/c
			$(SCCBOX) install $(IOP) fungw_c.h $(install_root)$(DESTDIR)$(PREFIX)/include/libfungwbind/c/fungw_c.h}
		put /local/fungw/mod_install_link {			$(SCCBOX) install $(IOP) --relative $(LIBDIR)/lib$(LIBSO_XYZ) $(LIBDIR)/lib$(LIBSO)}
		include {Plugin.tmpasm}
	end
	default
		include {Disable.tmpasm}
	end
end