makefile.mk (cdf0e10c) | makefile.mk (9cb12f35) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 37 unchanged lines hidden (view full) --- 46 $(BIN)$/xhtex.py \ 47 $(BIN)$/xtxex.py 48 49.INCLUDE: target.mk 50 51.IGNORE : create_pyc 52ALLTAR : create_pyc 53create_pyc : $(PYFILES) | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 37 unchanged lines hidden (view full) --- 46 $(BIN)$/xhtex.py \ 47 $(BIN)$/xtxex.py 48 49.INCLUDE: target.mk 50 51.IGNORE : create_pyc 52ALLTAR : create_pyc 53create_pyc : $(PYFILES) |
54.IF "$(GUI)"=="OS2" 55 @$(PYTHON) $(BIN)/xtxex.py > /dev/null 56.ELSE |
|
54 @$(PYTHON) $(BIN)/xtxex.py >& /dev/null | 57 @$(PYTHON) $(BIN)/xtxex.py >& /dev/null |
58.ENDIF |
|
55 56$(BIN)$/%.py : tool/%.py 57 @$(COPY) $< $@ 58 59 | 59 60$(BIN)$/%.py : tool/%.py 61 @$(COPY) $< $@ 62 63 |