git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
21 lines
535 B
Makefile
21 lines
535 B
Makefile
SUBDIRS=App Gui Scripts
|
|
|
|
# Create the file __init__.py so that we can import as
|
|
# from PartDesign.Scripts import ...
|
|
#install-exec-hook:
|
|
# echo "import PartDesign" > $(DESTDIR)$(datadir)/__init__.py
|
|
#
|
|
#uninstall-hook:
|
|
# rm -f $(DESTDIR)$(datadir)/__init__.py
|
|
|
|
# Change data dir from default ($(prefix)/share) to $(prefix)
|
|
datadir = $(prefix)/Mod/PartDesign
|
|
|
|
data_DATA = Init.py InitGui.py TestPartDesignGui.py TestPartDesignApp.py __init__.py
|
|
|
|
EXTRA_DIST = \
|
|
$(data_DATA) \
|
|
CMakeLists.txt \
|
|
partdesign.dox
|
|
|