Makefile_insert revision a4ceb4c68d07fabde1ec5eed287f66b1c848f0e3
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync## Makefile.am fragment, included by src/Makefile.am.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# ################################################
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# ################################################
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsyncif PLATFORM_WIN32
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsyncwin32_sources = winmain.cpp registrytool.cpp registrytool.h
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsyncwin32ldflags = -lcomdlg32
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsyncinkjar_dir = inkjar
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# ################################################
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# I N K S C A P E
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# ################################################
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# libinkpre.a: any object that's sharable between inkscape & inkview,
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# and isn't needed by object files in subdirectories (i.e. libinkpre.a
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# comes before subdirectory libraries on the link line).
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Excludes winmain.cpp (a gui wrapper around main): I'm guessing that
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# it needs to be explicitly listed as a source of each graphical
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# binary: it isn't (to my knowledge) called by main (whether directly
enums.h \
isinf.h \
macros.h \
prefix.h \
syseq.h \
# Force libinkpost.a to be rebuilt if we add files to libinkpost_a_SOURCES.
# libinkpost.a: Any object file that needs to be near the end of the link line.
# gradient-chemistry.o is called by some things in display/.
gc.cpp \
memeq.h \
round.h \
streq.h \
strneq.h \
2geom/lib2geom.a \
desktop.$(OBJEXT): helper/sp-marshal.h
knot.$(OBJEXT): helper/sp-marshal.h
main.$(OBJEXT): inkscape_version.h
selection.$(OBJEXT): helper/sp-marshal.h
sp-object.$(OBJEXT): helper/sp-marshal.h
sp-root.$(OBJEXT): inkscape_version.h
view.$(OBJEXT): helper/sp-marshal.h
help.$(OBJEXT): inkscape_version.h
inkscape_SOURCES = main.cpp $(win32_sources)
inkview_SOURCES = inkview.cpp $(win32_sources)
style_test_SOURCES = style-test.cpp
echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
$(srcdir)/MultiPrinter.h \
$(srcdir)/TRPIFormatter.h \
$(srcdir)/PylogFormatter.h \
$(srcdir)/attributes-test.h \
$(srcdir)/color-profile-test.h \
$(srcdir)/dir-util-test.h \
$(srcdir)/extract-uri-test.h \
$(srcdir)/mod360-test.h \
$(srcdir)/round-test.h \
$(srcdir)/preferences-test.h \
$(srcdir)/sp-gradient-test.h \
$(srcdir)/sp-style-elem-test.h \
$(srcdir)/style-test.h \
$(srcdir)/test-helpers.h \
$(srcdir)/verbs-test.h