From 14068009e03595dcdfaaa20d19bb2e39a9daef28 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 9 Sep 2007 21:43:10 +0000 Subject: 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 --- xpp/utils/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xpp/utils/Makefile') 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) -- cgit v1.2.3