~ubuntu-branches/ubuntu/trusty/geda-utils/trusty

« back to all changes in this revision

Viewing changes to gschlas/create_proto

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-03-15 23:04:53 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050315230453-x3x6qtw9qv17zbnf
Tags: 20050313-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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