aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2007-08-06 08:45:25 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2007-08-06 08:45:25 +0000
commit94aea0609bb54f0fde29a558366b646b3b8d21a2 (patch)
tree2c81bb38c04b6ca50dd8588681fe68baa71a237a /test/lib/Makefile
parentc0bc146622528e3d52534909f5ae5cd2e375da8f (diff)
downloadcompcert-94aea0609bb54f0fde29a558366b646b3b8d21a2.tar.gz
compcert-94aea0609bb54f0fde29a558366b646b3b8d21a2.zip
Ajout et utilisation de caml/Driver.ml. Ajout ./configure. Revu Makefiles
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@387 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
deleted file mode 100644
index 03ba69eb..00000000
--- a/test/lib/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-CFLAGS=-arch ppc -O1 -g -Wall
-OBJS=compcert_stdio.o
-LIB=libcompcert.a
-
-$(LIB): $(OBJS)
- ar rcs $(LIB) $(OBJS)
-
-compcert_stdio.o: compcert_stdio.h