Diff

Differences From Artifact [e95bb2353e]:

To Artifact [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