makefile.mk (9cb05e42) makefile.mk (a412ed64)
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

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

154 $(DESTDIRDOCUIMAGES)/sdk_line-2.gif
155
156.IF "$(GUI)"=="UNX"
157INSTALLSCRIPT= \
158 $(DESTDIR)/config.guess \
159 $(DESTDIR)/config.sub \
160 $(DESTDIR)/configure.pl \
161 $(DESTDIR)/setsdkenv_unix \
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

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

154 $(DESTDIRDOCUIMAGES)/sdk_line-2.gif
155
156.IF "$(GUI)"=="UNX"
157INSTALLSCRIPT= \
158 $(DESTDIR)/config.guess \
159 $(DESTDIR)/config.sub \
160 $(DESTDIR)/configure.pl \
161 $(DESTDIR)/setsdkenv_unix \
162 $(DESTDIR)/setsdkenv_unix.sh.in \
163 $(DESTDIR)/setsdkenv_unix.csh.in
162 $(DESTDIR)/setsdkenv_unix.sh.in
164.ELSE
165INSTALLSCRIPT= \
166 $(DESTDIR)/setsdkenv_windows.bat \
167 $(DESTDIR)/setsdkenv_windows.template \
168 $(DESTDIR)/setsdkname.bat \
169 $(DESTDIR)/cfgWin.js
170.ENDIF
171

--- 90 unchanged lines hidden ---
163.ELSE
164INSTALLSCRIPT= \
165 $(DESTDIR)/setsdkenv_windows.bat \
166 $(DESTDIR)/setsdkenv_windows.template \
167 $(DESTDIR)/setsdkname.bat \
168 $(DESTDIR)/cfgWin.js
169.ENDIF
170

--- 90 unchanged lines hidden ---