summaryrefslogtreecommitdiff
path: root/xpp/utils/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-09 21:43:10 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-09 21:43:10 +0000
commit14068009e03595dcdfaaa20d19bb2e39a9daef28 (patch)
tree1892cb3e470794390f9f0e3679a709aa7e8d32f5 /xpp/utils/Makefile
parent990b57c13c15b497a8e721d6ebb6ba443d55fa47 (diff)
xpp.r4584:
* New firmware to fix FXS leds irregularities. * Less noise at build time - don't echo version, test compile only once. * zapconf can generate users.conf snippets. * xpd_pri: initial version. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3004 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/utils/Makefile')
-rw-r--r--xpp/utils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/xpp/utils/Makefile b/xpp/utils/Makefile
index 7500246..fb32fff 100644
--- a/xpp/utils/Makefile
+++ b/xpp/utils/Makefile
@@ -31,7 +31,7 @@ PERL_MODS := $(shell cd zconf; echo $(PERL_MODS_PAT))
XPD_FIRMWARE = $(wildcard ../firmwares/*.hex)
XPD_INIT_DATA = $(XPD_FIRMWARE) init_fxo_modes
XPD_INIT = $(wildcard ../init_card_?_*) ../calibrate_slics xpp_fxloader
-XPD_INIT_PERL = ../init_card_6_26 ../init_card_7_26
+XPD_INIT_PERL = ../init_card_6_26 ../init_card_7_26 ../init_card_9_26
# Variables that should be defined above, but need sane defaults:
# FIXME: Are those values really sane?
@@ -60,7 +60,7 @@ PERL_SCRIPTS = \
PERL_MANS = $(PERL_SCRIPTS:%=%.8)
-TARGETS = init_fxo_modes print_modes
+TARGETS = init_fxo_modes print_modes perlcheck
PROG_INSTALL = genzaptelconf
MAN_INSTALL = $(PROG_INSTALL:%=%.8)
ifeq (1,$(PBX_LIBUSB))
@@ -72,7 +72,7 @@ PROG_INSTALL += $(PERL_SCRIPTS)
TARGETS += $(PERL_MANS)
endif
-all: perlcheck $(TARGETS)
+all: $(TARGETS)
docs: $(PERL_MANS)
@@ -132,6 +132,7 @@ init_fxo_modes: print_modes
perlcheck: $(PERL_SCRIPTS) $(XPD_INIT_PERL)
for i in $^; do perl -I./zconf -c $$i || exit 1; done
+ touch $@
clean:
$(RM) *.o $(TARGETS)