File: Makefile.common

package info (click to toggle)
cl-uffi 2.1.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,028 kB
  • sloc: lisp: 3,854; xml: 2,990; makefile: 238; ansic: 169; sh: 35
file content (17 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all:
	

.PHONY: clean
clean:
	@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 \
		$(MAKE) -C $$i $@; done
endif

.SUFFIXES:            # No default suffixes