makefile.mk (fdf35928) makefile.mk (58b02f87)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58.IF "$(SYSTEM_APR)" == "YES"
59CFLAGS+= $(APR_CFLAGS)
60SHL1STDLIBS+=$(APR_LIBS)
61.ELSE
62CFLAGS+= -I$(SOLARINCDIR)$/$(APRINCDIR)
63SHL1STDLIBS+=$(INTERNAL_APR_LIBS)
64.ENDIF
65
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58.IF "$(SYSTEM_APR)" == "YES"
59CFLAGS+= $(APR_CFLAGS)
60SHL1STDLIBS+=$(APR_LIBS)
61.ELSE
62CFLAGS+= -I$(SOLARINCDIR)$/$(APRINCDIR)
63SHL1STDLIBS+=$(INTERNAL_APR_LIBS)
64.ENDIF
65
66.IF "$(SYSTEM_APRUTIL)" == "YES"
67CFLAGS+= $(APRUTIL_CFLAGS)
68SHL1STDLIBS+=$(APRUTIL_LIBS)
66.IF "$(SYSTEM_APR_UTIL)" == "YES"
67CFLAGS+= $(APR_UTIL_CFLAGS)
68SHL1STDLIBS+=$(APR_UTIL_LIBS)
69.ELSE
69.ELSE
70CFLAGS+= -I$(SOLARINCDIR)$/$(APRUTILINCDIR)
71SHL1STDLIBS+=$(INTERNAL_APRUTIL_LIBS)
70CFLAGS+= -I$(SOLARINCDIR)$/$(APR_UTIL_INCDIR)
71SHL1STDLIBS+=$(INTERNAL_APR_UTIL_LIBS)
72.ENDIF
73
74.IF "$(SYSTEM_SERF)" == "YES"
75CFLAGS+= $(SERF_CFLAGS)
76SHL1STDLIBS+=$(SERF_LIBS)
77.ELSE
78CFLAGS+= -I$(SOLARINCDIR)$/$(SERFINCDIR)
79SHL1STDLIBS+=$(INTERNAL_SERF_LIBS)

--- 100 unchanged lines hidden ---
72.ENDIF
73
74.IF "$(SYSTEM_SERF)" == "YES"
75CFLAGS+= $(SERF_CFLAGS)
76SHL1STDLIBS+=$(SERF_LIBS)
77.ELSE
78CFLAGS+= -I$(SOLARINCDIR)$/$(SERFINCDIR)
79SHL1STDLIBS+=$(INTERNAL_SERF_LIBS)

--- 100 unchanged lines hidden ---