This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cryptic/Makefile.am

22 lines
584 B
Makefile

ACLOCAL_AMFLAGS = -I m4
#pour afficher les deps de cryptic
pkgconfig_DATA = cryptic.pc
pkgconfigdir = $(libdir)/pkgconfig
SUBDIRS = cryptic tests bindings
#SUBDIRS = cryptic tests
#Ajout de fichier au .tgz
EXTRA_DIST = COPYING cryptic.pc.in autogen.sh autoregen.sh gtk-doc.make
# clean nromal + rm -f cryptic.pc
#-rm si rm échoue pas de blocage...
clean-local:
-rm -f cryptic.pc aclocal.m4 config.* configure cryptic-src-config depcomp install-sh libtool ltmain.sh Makefile Makefile.in stamp-h1
-rm -rf autom4te.cache missing
dist-hook:
-rm -rf `find $(distdir) -name .git`