File: SConscript

package info (click to toggle)
sigx 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,144 kB
  • ctags: 1,311
  • sloc: cpp: 3,103; ansic: 653; xml: 206; python: 65; makefile: 26
file content (13 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- python -*-

Import('env')


m4 = [
	env.M4('#sigx/internal_types.h', 'internal_types.h.m4'), 
	env.M4('#sigx/tunnel_functor.h', 'tunnel_functor.h.m4'), 
	env.M4('#sigx/signal_wrapper.h', 'signal_wrapper.h.m4'), 
	env.M4('#sigx/request_f.h', 'request_f.h.m4')
]

Return('m4')