head	1.2;
access;
symbols
	test:1.1.1.1 pisd:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.03.25.12.39.08;	author gang;	state dead;
branches;
next	1.1;

1.1
date	2003.03.25.12.25.49;	author gang;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.03.25.12.25.49;	author gang;	state Exp;
branches;
next	;


desc
@@


1.2
log
@wrong
@
text
@INCLUDES = -I/usr/include/snacc/c++
LIBS = -lasn1c++ -lmysqlclient
CPPFLAGS = -g $(INCLUDES) -DSNACC_DEEP_COPY

OBJS = pisdtest.o pisd_asn1.o

CTOBJS = pisd_asn1.o client_mysql.o server_mysql.o main.o
ct: $(CTOBJS)
	$(CXX) -o $@@ $(CTOBJS) $(LIBS)

#client_msyql.o: $*.C $*.h pisd_asn1.h
#	$(CXX) -c $*.C $(INCLUDES) $(CXXFLAGS)

#server_mysql.o: server_mysql.C server_mysql.h pisd_asn1.h
#

#main.o: main.C pisd_asn1.h client_mysql.h server_mysql.h

#pisdtest.o: pisd_asn1.h pisdtest.C
#	$(CXX) -c $*.C $(INCLUDES) $(CXXFLAGS)

#pisd_asn1.o: pisd_asn1.h pisd_asn1.C
#	$(CXX) -c $*.C $(INCLUDES)

#service_list.o: service_list.h service_list.C
	$(CXX) -c -g service_list.C


#m: main.C service_list.o
#	$(CXX) -g -o m main.C service_list.o

pisd_asn1.h: pisd_asn1.asn1
	snacc -C pisd_asn1.asn1 -u /usr/include/snacc/asn1/asn-useful.asn1

pisd_asn1.C: pisd_asn1.asn1

pisd_asn1.o: pisd_asn1.C

clean:
	rm pisd_asn1.h pisd_asn1.C *.o ct

dep:
	makedepend -Y *.C *h

ctags:
	ctags *h *C /usr/include/snacc/c++/*h
# DO NOT DELETE

client_mysql.o: client_mysql.h pisd_asn1.h
main.o: client_mysql.h pisd_asn1.h server_mysql.h
newpisd.o: newpisd.h
pisd_asn1.o: pisd_asn1.h
pisdtest.o: pisd_asn1.h
server_mysql.o: server_mysql.h pisd_asn1.h
service_list.o: service_list.h
client_mysql.o: pisd_asn1.h
server_mysql.o: pisd_asn1.h
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@simple temporal test codes for PISD development
@
text
@@
