mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
r10328: Add more emacs python-mode markers.
This commit is contained in:
parent
80bf842f56
commit
540a3649e8
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
basic = hostenv.StaticLibrary('basic',
|
||||
['version.c', 'xfile.c', 'debug.c', 'fault.c', 'pidfile.c',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
charset = hostenv.StaticLibrary('charset',['iconv.c','charcnv.c'])
|
||||
Export('charset')
|
||||
|
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
Import('basic param')
|
||||
popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param])
|
||||
|
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
popt = hostenv.StaticLibrary('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c'])
|
||||
Export('popt')
|
||||
|
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
Import('talloc basic popt_common popt param')
|
||||
registry = hostenv.StaticLibrary('registry',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
|
||||
Export('talloc')
|
||||
|
@ -1,3 +1,5 @@
|
||||
# tastes like -*- python -*-
|
||||
|
||||
Import('hostenv')
|
||||
param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c'])
|
||||
Export('param')
|
||||
|
Loading…
x
Reference in New Issue
Block a user