mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
15 lines
664 B
Makefile
15 lines
664 B
Makefile
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
projecteditor_lib_FILES = $(wildcard $(srcdir)/lib/*)
|
|
projecteditor_lib_DEST = $(FINAL_TARGET)/modules/devtools/projecteditor
|
|
INSTALL_TARGETS += projecteditor_lib
|
|
|
|
# To copy the sample directory into modules/devtools/projecteditor
|
|
# projecteditor_sample_FILES = $(wildcard $(srcdir)/test/samples/*)
|
|
# projecteditor_sample_DEST = $(FINAL_TARGET)/modules/devtools/projecteditor/samples
|
|
# INSTALL_TARGETS += projecteditor_sample
|
|
|
|
include $(topsrcdir)/config/rules.mk
|