Suppression animwish (PR#1933)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6284 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2004-05-08 16:04:39 +00:00
parent 11cdb6c06a
commit fe8d6707c6
1 changed files with 4 additions and 4 deletions

View File

@ -28,16 +28,16 @@ gifanimtest-static: all gifanimtest.cmo
gifanimtest: all gifanimtest.cmo
$(CAMLC) -o $@ -I ../lib -I ../support -I ../../unix -dllpath ../support -dllpath . unix.cma $(LIBNAME).cma tkanim.cma gifanimtest.cmo
animwish: $(TKANIM_LIB) tkAppInit.o
$(CC) -o $@ tkAppInit.o $(TK_LINK) $(X11_LINK) \
-L. -ltkanim $(LIBS)
#animwish: $(TKANIM_LIB) tkAppInit.o
# $(CC) -o $@ tkAppInit.o $(TK_LINK) $(X11_LINK) \
# -L. -ltkanim $(LIBS)
$(OBJS) $(OBJS:.cmo=.cmi): ../lib/$(LIBNAME).cma
$(OBJS:.cmo=.cmx): ../lib/$(LIBNAME).cmxa
clean:
rm -f *.cm* *.o *.a dlltkanim.so animwish gifanimtest gifanimtest-static
rm -f *.cm* *.o *.a dlltkanim.so gifanimtest gifanimtest-static
.SUFFIXES :
.SUFFIXES : .mli .ml .cmi .cmo .mlp .cmx .c .o