From: Aleš Křenek Date: Wed, 30 May 2007 12:50:51 +0000 (+0000) Subject: removed unused AT3 stuff X-Git-Tag: glite-yaim-lb_R_3_1_1-1~59 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3d19766ba7f8e3c1271f5e2589d5e4655409b91e;p=jra1mw.git removed unused AT3 stuff --- diff --git a/org.glite.lb.proxy/Makefile b/org.glite.lb.proxy/Makefile index 2537fbe..0751940 100644 --- a/org.glite.lb.proxy/Makefile +++ b/org.glite.lb.proxy/Makefile @@ -23,7 +23,6 @@ CC=gcc YACC=bison -y VPATH=${top_srcdir}/src:${top_srcdir}/test:${top_srcdir}/examples:${top_srcdir}/project -AT3=perl -I${top_srcdir}/project ${top_srcdir}/project/at3 TEST_LIBS:=-L${cppunit_prefix}/lib -lcppunit TEST_INC:=-I${cppunit_prefix}/include @@ -165,19 +164,9 @@ install: clean: rm -rf *.o .libs glite-lb-proxy -%.c: %.c.T - rm -f $@ - ${AT3} $< >$@ || rm -f $@ - chmod -w $@ >/dev/null - %.o: %.y ${YACC} -d ${YFLAGS} $< mv y.tab.c $*.c mv y.tab.h $*.h ${CC} -c ${CFLAGS} $*.c rm $*.c - -%.cpp: %.cpp.T - rm -f $@ - ${AT3} $< >$@ || rm -f $@ - chmod -w $@ >/dev/null