repo.or.cz
/
geda-gaf
/
berndj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reduce visibility of functions used in only one file.
[geda-gaf/berndj.git]
/
gnetlist
/
src
/
create_proto
blob
65c7c2d83eefbd6048e98d9a2600048bc13f31a0
1
#!/bin/sh
2
3
CFLAGS
=
"`guile-config compile` `gtk-config --cflags` `libgeda-config --cflags`"
4
5
MISC_FLAGS
=
"-I/usr/X11R6/include -I../include -I. -I.."
6
7
ALES_HACK
=
-D__GNUC__
8
9
cproto
$ALES_HACK $CFLAGS $MISC_FLAGS
*
.c
>
new_proto
10
11
mv
-f
new_proto ..
/
include
/
prototype.h