# Makefile core for this source directory, called by several ../build/*/*/Makefile # # $Id$ ARTIFACT=fancygpsdclient ABI_VERSION=1 EXTPKGS=fancylog fancybase3 fancysock3 INCLUDES=-I. -I$(srcdir) # SILENT_LIBS=foolib LD=$(CXX) BUILDDATESOURCES=fancygpsdclientver.cpp SOURCES=\ fancygpsdclientlog.cpp \ fancygpsdclientmessage.cpp \ fancygpsdclientversion.cpp \ fancygpsdclientdevice.cpp \ fancygpsdclientdevices.cpp \ fancygpsdclienttpv.cpp \ fancygpsdclientsky.cpp \ fancygpsdclientsatellite.cpp \ fancygpsdclientwatch.cpp \ fancygpsdclientrunnable.cpp \ fancygpsdclientcallback.cpp \ fancygpsdclientexception.cpp \ HEADERDIR=fancygpsdclient HEADERS=\ fancygpsdclient.h \ fancygpsdclientlog.h \ fancygpsdclientmessage.h \ fancygpsdclientversion.h \ fancygpsdclientdevice.h \ fancygpsdclientdevices.h \ fancygpsdclientsky.h \ fancygpsdclientsatellite.h \ fancygpsdclienttpv.h \ fancygpsdclientwatch.h \ fancygpsdclientrunnable.h \ fancygpsdclientcallback.h \ fancygpsdclientexception.h \ fancygpsdclientver.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) # ...