Subversion Repositories wimsdev

Rev

Rev 8831 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8831 Rev 8836
Line 40... Line 40...
40
		$(RM) y.tab.* lex.yy.c wims_mathml *.o *.output *.so *.dll *.sl *.bundle
40
		$(RM) y.tab.* lex.yy.c wims_mathml *.o *.output *.so *.dll *.sl *.bundle
41
 
41
 
42
install: wims_mathml
42
install: wims_mathml
43
		$(INSTALL) wims_mathml $(BINDIR)
43
		$(INSTALL) wims_mathml $(BINDIR)
44
 
44
 
45
ifneq (, $(findstring darwin, $(RUBY_target_os)) )
-
 
46
EXTRA_CFLAGS = -DHAVE_SNPRINTF -DHAVE_STRUCT_TIMESPEC -DHAVE_STRUCT_TIMEZONE
-
 
47
LD_TARGET = MACOSX_DEPLOYMENT_TARGET=10.4
-
 
48
else
-
 
49
EXTRA_CFLAGS = ''
-
 
50
LD_TARGET = ''
-
 
51
endif
-