Build cap5 everywhere other than WIN32 archs.

This commit is contained in:
Andrew Johnson
2008-09-22 17:46:41 +00:00
parent a149390015
commit 82abd96fc9
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ cas_DEPEND_DIRS = ca gdd
DIRS += excas
excas_DEPEND_DIRS = cas as registry
#DIRS += cap5
DIRS += cap5
cap5_DEPEND_DIRS = ca dbStatic
+11 -11
View File
@@ -17,18 +17,18 @@ ifneq ($(findstring win32,$(T_A)),)
BAT = .bat
endif
EXPAND += cainfo.pl@ caput.pl@ caget.pl@ camonitor.pl@ CA.pm@
ifeq ($(findstring $(OS_CLASS),WIN32 cygwin32),)
# Doesn't build on WIN32
LOADABLE_LIBRARY_HOST = Cap5
PERL_SCRIPTS += cainfo.pl
PERL_SCRIPTS += caput.pl
PERL_SCRIPTS += caget.pl
PERL_SCRIPTS += camonitor.pl
EXPAND += cainfo.pl@ caput.pl@ caget.pl@ camonitor.pl@ CA.pm@
PERL_MODULES += CA.pm
PERL_SCRIPTS += cainfo.pl
PERL_SCRIPTS += caput.pl
PERL_SCRIPTS += caget.pl
PERL_SCRIPTS += camonitor.pl
ifeq ($(findstring win32,$(T_A)),)
# Doesn't build on WIN32 yet...
LOADABLE_LIBRARY_HOST = Cap5
PERL_MODULES += CA.pm
endif
Cap5_SRCS = Cap5.xs
@@ -46,8 +46,8 @@ include $(TOP)/configure/RULES
ifdef T_A
PERL5_DIR = $(dir $(shell $(PERL) ../perlConfig.pl perl5))
XSUBPP = $(PERL) $(PERL5_DIR)xsubpp$(BAT)
PODCHECKER = $(PERL) $(PERL5_DIR)podchecker$(BAT)
XSUBPP = $(PERL5_DIR)xsubpp$(BAT)
PODCHECKER = $(PERL5_DIR)podchecker$(BAT)
TYPEMAP = $(shell $(PERL) ../perlConfig.pl privlib)/ExtUtils/typemap
%.c: ../%.xs