File: Makefile

package info (click to toggle)
pyqonsole 0.2.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 448 kB
  • ctags: 647
  • sloc: python: 4,383; ansic: 111; makefile: 52; sh: 2
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
_helpers.so: helpers.o
	gcc --shared -o_helpers.so helpers.o

helpers.o: helpers.c
	gcc -O2 -c -o helpers.o -I. -I/usr/include/python2.3 -I/usr/include/qt3 helpers.c

clean:
	rm -f *.o *.so *~