Give up building this on Win32 for now.

This commit is contained in:
Andrew Johnson
2008-08-19 20:32:37 +00:00
parent ee16b09819
commit b327d3545e

View File

@@ -8,25 +8,26 @@
TOP=../..
include $(TOP)/configure/CONFIG
EXPAND += cainfo.pl@ caput.pl@ caget.pl@ camonitor.pl@ CA.pm@
PERL_SCRIPTS += cainfo.pl
PERL_SCRIPTS += caput.pl
PERL_SCRIPTS += caget.pl
PERL_SCRIPTS += camonitor.pl
PERL_MODULES += CA.pm
LOADABLE_LIBRARY_HOST = Cap5
ifneq (,$(findstring darwin,$(T_A)))
ifneq ($(findstring darwin,$(T_A)),)
# Perl loadable libraries on Darwin have funny names
LOADABLE_SHRLIB_PREFIX =
LOADABLE_SHRLIB_SUFFIX = .bundle
endif
ifneq (,$(findstring win32,$(T_A)))
BAT = .bat
endif
EXPAND_default += cainfo.pl@ caput.pl@ caget.pl@ camonitor.pl@ CA.pm@
EXPAND_WIN32 = -nil-
PERL_SCRIPTS_default += cainfo.pl
PERL_SCRIPTS_default += caput.pl
PERL_SCRIPTS_default += caget.pl
PERL_SCRIPTS_default += camonitor.pl
PERL_SCRIPTS_WIN32 = -nil-
PERL_MODULES_default += CA.pm
PERL_MODULES_WIN32 = -nil-
LOADABLE_LIBRARY_HOST_default = Cap5
LOADABLE_LIBRARY_HOST_WIN32 = -nil-
Cap5_SRCS = Cap5.xs
Cap5_LIBS = ca Com
@@ -43,8 +44,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 = $(PERL) $(PERL5_DIR)xsubpp
PODCHECKER = $(PERL) $(PERL5_DIR)podchecker
TYPEMAP = $(shell $(PERL) ../perlConfig.pl privlib)/ExtUtils/typemap
%.c: ../%.xs