head	1.2;
access;
symbols
	Start:1.1.1.1 jinoos:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2007.07.19.15.07.18;	author jinoos;	state dead;
branches;
next	1.1;

1.1
date	2007.07.19.14.42.56;	author jinoos;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2007.07.19.14.42.56;	author jinoos;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@.SUFFIXES : .cc .o 

CXX = g++
CPPFLAGS = -Wall -g
INCS = -I/home/y/include -I../library/
LIBS = -L/home/y/lib -lmysqlclient

OBJS = ../library/BulkBuffer.o ../library/JbmMysql.o ../library/JbmProc.o ../library/JbmCommon.o ../library/base64.o ../library/md5.o ../library/sha1.o

TARGET = test

$(TARGET) : test.cc
	cd ../library && gmake && cd -
	$(CXX) $(CPPFLAGS) -o test test.cc $(OBJS) $(INCS) $(LIBS)

clean : 
	rm -f ./*.o $(TARGET) *.core
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import code
@
text
@@
