Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2c04a861c6526f67c70adfc6b88ddb28 > files > 8

dbh-devel-1.0.24-9.fc12.i686.rpm

CC=bcc32
INCLUDES=-I.\ -Ic:\borland\bcc55\include -I..\src
LIBS=-Lc:\borland\bcc55\lib
DIREC=-DBCC32
all : simple_hashS
#simple_hash : simple_hash.c
#	cc -o simple_hash simple_hash.c -ldbh -lm

simple_hashS : simple_hash.c
	$(CC) $(INCLUDES) $(LIBS) $(DIREC) simple_hash.c ..\src\dbh.obj -lm
#	$(LINK) $(LIBS) simple_hash.obj ..\src\dbh.obj -lm

# static linked example to parse network traffic 
#traficoS : trafico.c
#	cc -g -o traficoS trafico.c -static -ldbh -lm
#dynamic linked example to parse network traffic
#trafico : trafico.c
#	cc -o trafico trafico.c -ldbh -lm
clean :
	rm trafico traficoS simple_hash simple_hashS