1 INCLUDE
= -I
/usr
/include/ncurses
-I
/usr
/include/python2.5
2 OBJS
= txobj.o txlist.o txops.o txbox.o
sort.o pytx.o
6 #gcc -std=c99 -g -Wall -fPIC $(INCLUDE) -c -o $*.o $<
7 gcc
-shared
$(OBJS
) -o pytx.so
-lncurses
-lpanel
-lm
-lpython2.5
10 gcc
-g
-dynamiclib
$(OBJS
) -o pytx.so
-lncurses
-lpanel
-lm
-lpython2.5
13 gcc
-Wall
-fPIC
$(INCLUDE
) -c
-o
$*.o
$<