File: Plug.tmpasm

package info (click to toggle)
camv-rnd 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ansic: 35,928; sh: 686; makefile: 476; yacc: 110; awk: 3
file content (12 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
put /local/rnd/mod {export_ps}
put /local/rnd/mod/OBJS [@
	$(PLUGDIR)/export_ps/export_ps.o
	$(PLUGDIR)/export_ps/ps.o
	$(PLUGDIR)/export_ps/eps.o
@]

switch /local/module/export_ps/controls
	case {buildin}   include /local/camv/tmpasm/buildin; end;
	case {plugin}    include /local/camv/tmpasm/plugin; end;
	case {disable}   include /local/camv/tmpasm/disable; end;
end