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 (19 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import os
Import ('CEnv')

resources = Split ("""
	cmos.oreglib
	cpu.oreglib
	default.oreglib
	interface.oreglib
	linear.oreglib
	memory.oreglib
	miscellaneous.oreglib
	opamplib.oreglib
	peripheral.oreglib
	power.oreglib
	ttl.oreglib
	""")

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