/[smecontribs]/rpms/smeserver-xt_geoip/contribs10/Makefile
ViewVC logotype

Annotation of /rpms/smeserver-xt_geoip/contribs10/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Aug 17 17:50:50 2020 UTC (3 years, 9 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-xt_geoip-1_3_1-01_el7_sme, smeserver-xt_geoip-1_3_1-03_el7_sme, smeserver-xt_geoip-1_3_1-08_el7_sme, smeserver-xt_geoip-1_3_1-10_el7_sme, smeserver-xt_geoip-1_3_1-20_el7_sme, smeserver-xt_geoip-1_3_1-06_el7_sme, smeserver-xt_geoip-1_3_1-16_el7_sme, smeserver-xt_geoip-1_3_1-13_el7_sme, smeserver-xt_geoip-1_3_1-18_el7_sme, smeserver-xt_geoip-1_3_1-15_el7_sme, smeserver-xt_geoip-1_3_1-12_el7_sme, smeserver-xt_geoip-1_3_1-14_el7_sme, smeserver-xt_geoip-1_3_1-11_el7_sme, smeserver-xt_geoip-1_3_1-09_el7_sme, smeserver-xt_geoip-1_3_1-05_el7_sme, smeserver-xt_geoip-1_3_1-4_el7_sme, smeserver-xt_geoip-1_3_1-07_el7_sme, smeserver-xt_geoip-1_3_1-17_el7_sme, smeserver-xt_geoip-1_3_1-19_el7_sme, HEAD
* Fri Jul 31 2020 Michel Begue <mab974@gmail.com> 1.3.1-01.sme
- initial release for smeserver-manager (sme10)
- [1.0.1-26 sme9]
- xtables-addons v2.14

1 michel 1.1 # Makefile for source rpm: smeserver-xt_geoip
2     # $Id: Makefile,v 1.1 2019/02/07 03:46:43 jpp Exp $
3     NAME := smeserver-xt_geoip
4     SPECFILE = $(firstword $(wildcard *.spec))
5    
6     define find-makefile-common
7     for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
8     endef
9    
10     MAKEFILE_COMMON := $(shell $(find-makefile-common))
11    
12     ifeq ($(MAKEFILE_COMMON),)
13     # attept a checkout
14     define checkout-makefile-common
15     test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
16     endef
17    
18     MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
19     endif
20    
21     include $(MAKEFILE_COMMON)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed