From 6188650ce975e287c7c8644927cd5d01e7cc7baa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 Jan 2003 06:40:00 +0000 Subject: rm my lucid experiment --- otk_c/Makefile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 otk_c/Makefile (limited to 'otk_c/Makefile') diff --git a/otk_c/Makefile b/otk_c/Makefile deleted file mode 100644 index f6cb0c54..00000000 --- a/otk_c/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -prefix = /tmp/ob -exec_prefix = $(prefix) -libdir = $(exec_prefix)/lib - -targets = libotk.so libotk.a -sources = init.c display.c screeninfo.c rect.c gccache.c color.c font.c \ - timer.c timerqueue.c imagecontrol.c -headers = init.h display.h screeninfo.h rect.h gccache.h color.h font.h \ - timer.h timerqueue.h imagecontrol.h - -CFLAGS += -g -W -Wall -I/usr/gwar/include/python2.2 `pkg-config --cflags xft` -LDFLAGS += `pkg-config --libs xft` - -.PHONY: all install clean - -all: $(targets) - -install: $(targets) - install -d $(libdir) - install $^ $(libdir) - -clean: - $(RM) $(targets) *.o core *\~ .\#* - -libotk.so: $(sources:.c=.o) - $(CC) -shared -o $@ $^ $(LDFLAGS) - -libotk.a: $(sources:.c=.o) - $(AR) -cr $@ $^ -- cgit v1.2.3