File: Conscript

package info (click to toggle)
atom4 4.1-9
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 836 kB
  • ctags: 1,222
  • sloc: cpp: 4,451; makefile: 46; perl: 6
file content (19 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/cons
#
# Atom-4 general routines build script.
#
# $Id: Conscript,v 1.1 2003/04/06 20:03:51 hsteoh Exp hsteoh $
#

Import qw( CONS INCDIR OBJDIR );

# Products
Install $CONS $INCDIR,
	'event.h';

Install $CONS $OBJDIR,
	'event.o';

Objects $CONS
	'event.cc';