File: SConscript

package info (click to toggle)
atom4 4.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: cpp: 4,451; makefile: 25; perl: 6
file content (13 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/scons -u
#
# Atom-4 general routines build script.
#

Import('env', 'incdir', 'objdir')

# Products
env.Install(incdir, 'event.h')
env.Install(objdir, 'event.o')

env.Object('event.cc')