c++/sql-dk/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Tue, 30 Apr 2019 20:04:06 +0200
branchv_0
changeset 249 7655df0622ee
parent 230 8bae71482622
permissions -rw-r--r--
change XMLNS for the configuration
Use The 'tag' URI Scheme <http://www.faqs.org/rfcs/rfc4151.html>
Upgrade local configuration:
sed 's@https://sql-dk.globalcode.info/xmlns/configuration@tag:globalcode.info,2018:sqldk/configuration@g' -i ~/.sql-dk/config.xml
franta-hg@230
     1
# This code depends on make tool being used
franta-hg@230
     2
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
franta-hg@230
     3
ifneq (${DEPFILES},)
franta-hg@230
     4
include ${DEPFILES}
franta-hg@230
     5
endif