Revision 47ecbdf0 libcacard/Makefile

b/libcacard/Makefile
15 15
libcacard.lib-y=$(patsubst %.o,%.lo,$(libcacard-y))
16 16

  
17 17
clean:
18
	rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~ vscclient *.lo .libs/* *.la *.pc
19
	rm -Rf .libs
18
	rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~ vscclient *.lo */*.lo .libs/* */.libs/* *.la */*.la *.pc
19
	rm -Rf .libs */.libs
20 20

  
21 21
all: libcacard.la libcacard.pc
22 22
# Dummy command so that make thinks it has done something
......
37 37

  
38 38
libcacard_srcpath=$(SRC_PATH)/libcacard
39 39
libcacard.pc: $(libcacard_srcpath)/libcacard.pc.in
40
	sed -e 's|@LIBDIR@|$(libdir)|' \
40
	$(call quiet-command,sed -e 's|@LIBDIR@|$(libdir)|' \
41 41
		-e 's|@INCLUDEDIR@|$(libcacard_includedir)|' \
42 42
	    -e 's|@VERSION@|$(shell cat $(SRC_PATH)/VERSION)|' \
43 43
		-e 's|@PREFIX@|$(prefix)|' \
44
		< $(libcacard_srcpath)/libcacard.pc.in > libcacard.pc
44
		< $(libcacard_srcpath)/libcacard.pc.in > libcacard.pc,\
45
	"  GEN   $@")
45 46

  
46 47
.PHONY: install-libcacard
47 48

  

Also available in: Unified diff