File: SConscript

package info (click to toggle)
oregano 0.69.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,620 kB
  • ctags: 2,509
  • sloc: ansic: 23,054; sh: 737; xml: 390; awk: 386; sed: 93; makefile: 50; perl: 20
file content (17 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import os
Import ('CEnv')

# Install only working examples
resources = Split ("""
	carga_capacitor.oregano
	opamp.oregano
	opamp_ideal.oregano
	pasa_altos.oregano
	simple.oregano
	simple2.oregano
	""")

# This have problems with Split
resources.append ('Full-wave bridge rectifier.oregano')

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