summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-02-12 20:21:01 -0500
committerKristian Høgsberg <krh@redhat.com>2009-02-12 20:21:07 -0500
commitaa867ad6edd4b6c296431911e51462c679a8ef8c (patch)
tree85b6f03fb74c92d547b4069a1aa2b69155e82a26 /Makefile.in
parent768a46b6b2eefae931b3fa9cb965800756a84402 (diff)
Move test case to test/ subdirectory.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index a236e39..4333b39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@ LDLIBS = @EAGLE_LIBS@ -ldl
prefix = @prefix@
exec_prefix = @exec_prefix@
-all : libeagle.so test
+all : libeagle.so
x11_dri2_objs = x11-dri2.o libdri2.o
@@ -25,11 +25,6 @@ $(objs) : eagle.h eagle-internal.h
libeagle.so : $(objs)
gcc -o $@ $(objs) -shared $(LDLIBS)
-test_objs = test.o gears.o
-
-test : libeagle.so $(test_objs)
- gcc -o $@ -L. -leagle -lm $(test_objs)
-
import-glapi :
cp $(MESA_SRC)/src/mesa/main/glheader.h glapi
cp $(MESA_SRC)/src/glx/mini/dispatch.c glapi