Check-in [374bb50b7f]
Overview
Comment:Added missing cleanup target
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 374bb50b7f41bfe07226cac8415950ac7357e1d9
User & Date: rkeene on 2010-05-13 00:03:01
Other Links: manifest | tags
Context
2010-05-13
00:36
Made DEBUG default build check-in: 9f3d0cb931 user: rkeene tags: trunk
00:03
Added missing cleanup target check-in: 374bb50b7f user: rkeene tags: trunk
2010-05-12
23:58
Moved certificate examination to occur during search initialization

Added support for logging in via PC/SC in C_Login() check-in: 0c536f15c1 user: rkeene tags: trunk

Changes

Modified Makefile.in from [e95bb2353e] to [8de5e94055].

30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

install: libcackey.@SHOBJEXT@
	-mkdir "$(DESTDIR)$(libdir)"
	cp libcackey.@SHOBJEXT@ "$(DESTDIR)$(libdir)/"

clean:
	rm -f libcackey.@SHOBJEXT@
	rm -f cackey.o
	rm -f test

distclean: clean
	rm -f config.log config.status config.h Makefile

mrproper: distclean
	rm -f configure config.h.in aclocal.m4 *~

.PHONY: all clean distclean mrproper install







|









30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

install: libcackey.@SHOBJEXT@
	-mkdir "$(DESTDIR)$(libdir)"
	cp libcackey.@SHOBJEXT@ "$(DESTDIR)$(libdir)/"

clean:
	rm -f libcackey.@SHOBJEXT@
	rm -f cackey.o asn1-x509.o
	rm -f test

distclean: clean
	rm -f config.log config.status config.h Makefile

mrproper: distclean
	rm -f configure config.h.in aclocal.m4 *~

.PHONY: all clean distclean mrproper install