remove support for automake
This commit is contained in:
@@ -1,46 +0,0 @@
|
||||
lib_LTLIBRARIES=libStart.la Start.la
|
||||
|
||||
libStart_la_SOURCES=\
|
||||
AppStartPy.cpp \
|
||||
StartConfiguration.h \
|
||||
PreCompiled.cpp \
|
||||
PreCompiled.h
|
||||
|
||||
|
||||
# the library search path.
|
||||
libStart_la_LDFLAGS = -L../../../Base -L../../../App $(all_libraries) -version-info \
|
||||
@LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
|
||||
libStart_la_CPPFLAGS = -DStartAppExport=
|
||||
|
||||
libStart_la_LIBADD = \
|
||||
@BOOST_REGEX_LIB@ @BOOST_SYSTEM_LIB@ \
|
||||
-l@PYTHON_LIB@ \
|
||||
-lxerces-c \
|
||||
-lFreeCADBase \
|
||||
-lFreeCADApp
|
||||
|
||||
#--------------------------------------------------------------------------------------
|
||||
# Loader of libStart
|
||||
|
||||
Start_la_SOURCES=\
|
||||
AppStart.cpp
|
||||
|
||||
# the library search path.
|
||||
Start_la_LDFLAGS = $(libStart_la_LDFLAGS) -module -avoid-version
|
||||
Start_la_CPPFLAGS = $(libStart_la_CPPFLAGS)
|
||||
|
||||
Start_la_LIBADD = \
|
||||
$(libStart_la_LIBADD) \
|
||||
-lStart
|
||||
|
||||
Start_la_DEPENDENCIES = libStart.la
|
||||
|
||||
#--------------------------------------------------------------------------------------
|
||||
|
||||
# set the include path found by configure
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(all_includes)
|
||||
|
||||
libdir = $(prefix)/Mod/Start
|
||||
|
||||
EXTRA_DIST = \
|
||||
CMakeLists.txt
|
||||
@@ -1,71 +0,0 @@
|
||||
SUBDIRS=Resources
|
||||
|
||||
lib_LTLIBRARIES=libStartGui.la StartGui.la
|
||||
|
||||
libStartGui_la_SOURCES=\
|
||||
AppStartGuiPy.cpp \
|
||||
Command.cpp \
|
||||
PreCompiled.cpp \
|
||||
PreCompiled.h \
|
||||
Workbench.cpp \
|
||||
Workbench.h
|
||||
|
||||
# the library search path.
|
||||
libStartGui_la_LDFLAGS = -L../../../Base -L../../../App -L../../../Gui -L../App $(QT_LIBS) $(GL_LIBS) \
|
||||
$(all_libraries) -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
|
||||
libStartGui_la_CPPFLAGS = -DStartAppExport= -DStartGuiExport=
|
||||
|
||||
libStartGui_la_LIBADD = \
|
||||
@BOOST_SYSTEM_LIB@ \
|
||||
-l@PYTHON_LIB@ \
|
||||
-lxerces-c \
|
||||
-lFreeCADBase \
|
||||
-lFreeCADApp \
|
||||
-lFreeCADGui \
|
||||
-lStart
|
||||
|
||||
#--------------------------------------------------------------------------------------
|
||||
# Loader of libStartGui
|
||||
|
||||
StartGui_la_SOURCES=\
|
||||
AppStartGui.cpp
|
||||
|
||||
# the library search path.
|
||||
StartGui_la_LDFLAGS = $(libStartGui_la_LDFLAGS) -module -avoid-version
|
||||
StartGui_la_CPPFLAGS = $(libStartGui_la_CPPFLAGS)
|
||||
|
||||
StartGui_la_LIBADD = \
|
||||
$(libStartGui_la_LIBADD) \
|
||||
Resources/libResources.la \
|
||||
-lStartGui
|
||||
|
||||
StartGui_la_DEPENDENCIES = libStartGui.la
|
||||
|
||||
#--------------------------------------------------------------------------------------
|
||||
|
||||
# rule for Qt MetaObject Compiler:
|
||||
moc_%.cpp: %.h
|
||||
$(QT_MOC) $< -o $(@F)
|
||||
|
||||
# rule for Qt MetaObject Compiler:
|
||||
%.moc: %.h
|
||||
$(QT_MOC) $< -o $(@F)
|
||||
|
||||
# rules for Qt User Interface Compiler:
|
||||
ui_%.h: %.ui
|
||||
$(QT_UIC) $< -o $(@F)
|
||||
|
||||
# rules for Qt Resource Compiler:
|
||||
qrc_%.cpp: %.qrc
|
||||
$(QT_RCC) -name $(*F) $< -o $(@F)
|
||||
|
||||
# set the include path found by configure
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(QT_CXXFLAGS) $(all_includes)
|
||||
|
||||
libdir = $(prefix)/Mod/Start
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
CMakeLists.txt
|
||||
|
||||
@@ -1,78 +0,0 @@
|
||||
noinst_LTLIBRARIES=libResources.la
|
||||
|
||||
BUILT_SOURCES=\
|
||||
qrc_Start.cpp
|
||||
|
||||
nodist_libResources_la_SOURCES=\
|
||||
qrc_Start.cpp
|
||||
|
||||
EXTRA_DIST = \
|
||||
translations/StartPage_af.qm \
|
||||
translations/StartPage_af.ts \
|
||||
translations/StartPage_de.qm \
|
||||
translations/StartPage_de.ts \
|
||||
translations/StartPage_es-ES.qm \
|
||||
translations/StartPage_es-ES.ts \
|
||||
translations/StartPage_fi.qm \
|
||||
translations/StartPage_fi.ts \
|
||||
translations/StartPage_fr.qm \
|
||||
translations/StartPage_fr.ts \
|
||||
translations/StartPage_hr.qm \
|
||||
translations/StartPage_hr.ts \
|
||||
translations/StartPage_hu.qm \
|
||||
translations/StartPage_hu.ts \
|
||||
translations/StartPage_it.qm \
|
||||
translations/StartPage_it.ts \
|
||||
translations/StartPage_ja.qm \
|
||||
translations/StartPage_ja.ts \
|
||||
translations/StartPage_nl.qm \
|
||||
translations/StartPage_nl.ts \
|
||||
translations/StartPage_no.qm \
|
||||
translations/StartPage_no.ts \
|
||||
translations/StartPage_pl.qm \
|
||||
translations/StartPage_pl.ts \
|
||||
translations/StartPage_pt-BR.qm \
|
||||
translations/StartPage_pt-BR.ts \
|
||||
translations/StartPage_ru.qm \
|
||||
translations/StartPage_ru.ts \
|
||||
translations/StartPage_sv-SE.qm \
|
||||
translations/StartPage_sv-SE.ts \
|
||||
translations/StartPage_uk.qm \
|
||||
translations/StartPage_uk.ts \
|
||||
translations/StartPage_zh-CN.qm \
|
||||
translations/StartPage_zh-CN.ts \
|
||||
translations/StartPage_zh-TW.qm \
|
||||
translations/StartPage_zh-TW.ts \
|
||||
translations/StartPage_cs.qm \
|
||||
translations/StartPage_cs.ts \
|
||||
translations/StartPage_sk.qm \
|
||||
translations/StartPage_sk.ts \
|
||||
translations/StartPage_tr.qm \
|
||||
translations/StartPage_tr.ts \
|
||||
translations/StartPage_hu.qm \
|
||||
translations/StartPage_hu.ts \
|
||||
translations/StartPage_ro.qm \
|
||||
translations/StartPage_ro.ts \
|
||||
translations/StartPage_ja.qm \
|
||||
translations/StartPage_ja.ts \
|
||||
Start.qrc \
|
||||
UpdateResources.bat
|
||||
|
||||
|
||||
# rule for Qt MetaObject Compiler:
|
||||
moc_%.cpp: %.h
|
||||
$(QT_MOC) $< -o $(@F)
|
||||
|
||||
# rule for Qt MetaObject Compiler:
|
||||
%.moc: %.h
|
||||
$(QT_MOC) $< -o $(@F)
|
||||
|
||||
# rules for Qt Resource Compiler:
|
||||
qrc_%.cpp: %.qrc
|
||||
$(QT_RCC) -name $(*F) $< -o $(@F)
|
||||
|
||||
|
||||
# set the include path found by configure
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(srcdir)/.. $(QT_CXXFLAGS) $(all_includes)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
@@ -1,11 +0,0 @@
|
||||
SUBDIRS=App Gui StartPage
|
||||
|
||||
# Change data dir from default ($(prefix)/share) to $(prefix)
|
||||
datadir = $(prefix)/Mod/Start
|
||||
|
||||
data_DATA = Init.py InitGui.py
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(data_DATA) \
|
||||
CMakeLists.txt \
|
||||
start.dox
|
||||
@@ -1,41 +0,0 @@
|
||||
|
||||
# Change data dir from default ($(prefix)/share) to $(prefix)
|
||||
pythondir = $(prefix)/Mod/Start/StartPage
|
||||
datadir = @datadir@/Mod/Start/StartPage
|
||||
|
||||
# Only these two scripts must be here!
|
||||
python_DATA = \
|
||||
StartPage.py \
|
||||
__init__.py
|
||||
|
||||
data_DATA = \
|
||||
ArchDesign.py \
|
||||
DefaultWorkbench.py \
|
||||
LoadDrawingExample.py \
|
||||
LoadPartDesignExample.py \
|
||||
LoadRobotExample.py \
|
||||
LoadSchenkel.py \
|
||||
LoadMRU0.py \
|
||||
LoadMRU1.py \
|
||||
LoadMRU2.py \
|
||||
LoadArchExample.py \
|
||||
Mesh.py \
|
||||
PartDesign.py \
|
||||
Background.jpg \
|
||||
FreeCAD.png \
|
||||
PartDesign.png \
|
||||
ArchDesign.png \
|
||||
Mesh.png \
|
||||
Complete.png \
|
||||
PartDesignExample.png \
|
||||
ArchExample.png \
|
||||
web.png \
|
||||
blank.png \
|
||||
complete.jpg \
|
||||
Ship.py \
|
||||
Ship.png \
|
||||
ShipExample.png
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(data_DATA) $(python_DATA)
|
||||
|
||||
Reference in New Issue
Block a user