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


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

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


desc
@@



1.1
log
@Initial revision
@
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.1.1
log
@Import code
@
text
@@
