Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / Makefile.common
index c496a02422468e4e2dd7ae0a99069ce2983ee9cd..394e2f0d70f6e0a4ed63deb708af56bb2efcf69a 100644 (file)
@@ -1,14 +1,16 @@
 all:
-       @echo "nothing to do"
+       
 
 .PHONY: clean
 clean:
-       rm -rf .bin
-       rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl *.err
-       rm -f *~ *.bak *.orig "#*" .#*
-       rm -f *.so *.a
+       @rm -rf .bin
+       @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl 
+       @rm -f *.fasla8 *.fasla16 *.faslm8 *.faslm16 *.faslmt
+       @rm -f *~ *.bak *.orig *.err \#*\# .#*
+       @rm -f *.so *.a
+       @rm -rf debian/cl-uffi
 ifneq ($(SUBDIRS)$(DOCSUBDIRS),)
-       set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \
+       @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \
                $(MAKE) -C $$i $@; done
 endif