From d61b48a2ef2c315818a322ae84385228f4438dd3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 24 May 2003 07:29:40 +0000 Subject: remove obcl. shrimpx may work on this in the future but we are not usnig it now. --- obcl/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 obcl/Makefile (limited to 'obcl/Makefile') diff --git a/obcl/Makefile b/obcl/Makefile deleted file mode 100644 index 1284a735..00000000 --- a/obcl/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -CFLAGS=-ansi -pedantic -Wall `pkg-config --cflags glib-2.0` -LIBS=`pkg-config --libs glib-2.0` -ll - -targets = cltest - -sources = obcl.c main.c parse.c lex.c process.c -headers = obcl.h - -.PHONY: all clean - -all: $(targets) - -$(targets): $(sources:.c=.o) - $(CC) -o $@ $^ $(LIBS) - -parse.c: parse.y - $(YACC) -d -o$@ $^ - -lex.c: lex.l - $(LEX) -o$@ $^ - -clean: - $(RM) $(targets) *.o core *~ lex.c parse.c parse.h -- cgit v1.2.3