CFLAGS = -DHAVE_CONFIG_H -pthread -g -O2 -Wall -pthread -I../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I./include LDFLAGS = -lgthread-2.0 -lglib-2.0 -lpcap -lncurses CC = gcc compile: jntl jntl: jntl.o jresolv.o jfilter.o clean: rm -f jntl *.o #gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -c `test -f 'jntl.c' || echo './'`jntl.c #gcc -g -O2 -Wall -pthread -lgthread-2.0 -lglib-2.0 -o jntl jntl.o jresolv.o jfilter.o -lpcap -lncurses