File: Makefile.cfg

package info (click to toggle)
kamailio 4.4.4-2%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60,288 kB
  • sloc: ansic: 599,952; xml: 178,897; sh: 8,634; makefile: 8,513; sql: 7,094; yacc: 3,449; perl: 3,441; python: 1,459; cpp: 1,219; php: 1,047; java: 449; pascal: 194; cs: 40; awk: 27
file content (17 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Kamailio build system
#
# remake cfg defs (include)
#
# depends on COREPATH being defined 
#
#


#create config if needed
$(COREPATH)/config.mak: makefile_defs=0
$(COREPATH)/config.mak: exported_vars=0
$(COREPATH)/config.mak: config_mak=0

$(COREPATH)/config.mak: $(COREPATH)/Makefile.defs
	$(MAKE) -wC $(COREPATH) cfg-defs