makefile.pmk (75b2d2d7) makefile.pmk (ed9d7cbe)
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

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

188 $(INCOUT)/uno \
189 $(INCOUT)/cppu \
190 $(INCOUT)/cppuhelper \
191 $(INCOUT)/registry \
192 $(INCOUT)/stl
193
194.IF "$(GUI)"=="WNT"
195INCLUDETOPDIRLIST += $(INCOUT)/systools
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

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

188 $(INCOUT)/uno \
189 $(INCOUT)/cppu \
190 $(INCOUT)/cppuhelper \
191 $(INCOUT)/registry \
192 $(INCOUT)/stl
193
194.IF "$(GUI)"=="WNT"
195INCLUDETOPDIRLIST += $(INCOUT)/systools
196.ELSE
197INCLUDETOPDIRLIST += $(INCOUT)/boost
198.ENDIF
199
200INCLUDEDIRLIST:={$(subst,/,/ $(shell @$(FIND) $(INCLUDETOPDIRLIST) -type d -print))}
201
202INCLUDEFILELIST=\
203 $(INCOUT)/com/sun/star/uno/Any.h \
204 $(INCOUT)/com/sun/star/uno/Any.hxx \
205 $(INCOUT)/com/sun/star/uno/genfunc.h \

--- 20 unchanged lines hidden ---
196.ENDIF
197
198INCLUDEDIRLIST:={$(subst,/,/ $(shell @$(FIND) $(INCLUDETOPDIRLIST) -type d -print))}
199
200INCLUDEFILELIST=\
201 $(INCOUT)/com/sun/star/uno/Any.h \
202 $(INCOUT)/com/sun/star/uno/Any.hxx \
203 $(INCOUT)/com/sun/star/uno/genfunc.h \

--- 20 unchanged lines hidden ---