aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-10-22 08:14:51 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-10-22 08:14:51 +0000
commitb6bdb4b4924b0934aed24335597a89e49f7cbd61 (patch)
treef69d59843e463d3345a987660ac7c1f43f33c268 /test/lib/Makefile
parent0b3920e6fd26f05e2ddad19cfd8b224c150ebfd1 (diff)
downloadcompcert-b6bdb4b4924b0934aed24335597a89e49f7cbd61.tar.gz
compcert-b6bdb4b4924b0934aed24335597a89e49f7cbd61.zip
Ajout et utilisation de compcert_stdio.h
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@123 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
new file mode 100644
index 00000000..03ba69eb
--- /dev/null
+++ b/test/lib/Makefile
@@ -0,0 +1,8 @@
+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