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

21 lines
436 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
dist-hook:
-rm -rf `find $(distdir) -name .svn`