# Makefile core for this source directory, called by several ../build/*/*/Makefile # # $Id$ ARTIFACT=fancypcsc ABI_VERSION=1 EXTPKGS=fancylog fancybase3 LIBS= INCLUDES=-I. -I$(srcdir) # SILENT_LIBS=foolib LD=$(CXX) BUILDDATESOURCES=fancypcscversion.cpp SOURCES=\ fancypcsclog.cpp \ fancypcscexception.cpp \ fancypcsccontext.cpp \ fancypcsccard.cpp \ HEADERDIR=$(ARTIFACT) HEADERS=\ fancypcsc.h \ fancypcsclog.h \ fancypcscexception.h \ fancypcsccontext.h \ fancypcsccard.h \ include /usr/share/pba-cbs/mk/main-sharedlib.mk #install-bin:: # mkdir -pv $(DESTDIR)$(prefix)/share/$(ARTIFACT) # cp -v $(srcdir)/../staticstuff/*.* $(DESTDIR)$(prefix)/share/$(ARTIFACT) # ...