File: SConscript

package info (click to toggle)
oregano 0.60.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,576 kB
  • ctags: 2,499
  • sloc: ansic: 23,057; xml: 389; awk: 386; sed: 93; sh: 61; makefile: 49; perl: 20
file content (14 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import os
Import ('CEnv')

resources = Split ("""
	12AX7A.model
	1N750.model
	DiodeBridge.model
	NPN.model
	PNP.model
	TLC555.model
	UA741.model
	""")

CEnv.Alias('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/oregano/models'), resources))