Makefile_insert revision 989414612d579e9285b9ce109b062371d6135d1a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync## Makefile.am fragment, included by src/Makefile.am.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# ################################################
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# ################################################
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncif PLATFORM_WIN32
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncwin32_sources = winmain.cpp registrytool.cpp registrytool.h
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncwin32ldflags = -lcomdlg32
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncinkjar_dir = inkjar
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# ################################################
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# I N K S C A P E
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# ################################################
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# libinkpre.a: any object that's sharable between inkscape & inkview,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# and isn't needed by object files in subdirectories (i.e. libinkpre.a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# comes before subdirectory libraries on the link line).
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Excludes winmain.cpp (a gui wrapper around main): I'm guessing that
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# it needs to be explicitly listed as a source of each graphical
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# binary: it isn't (to my knowledge) called by main (whether directly
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# or indirectly), so I don't think that putting it in a library will
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# suffice to get it linked in. Windows devel please confirm. -- pjrm.
f78b12e570284aa8291f4ca1add24937fd107403vboxsynclibinkpre_a_SOURCES = \
enums.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)/attributes-test.h \
$(srcdir)/color-profile-test.h \
$(srcdir)/MultiPrinter.h \
$(srcdir)/TRPIFormatter.h \
$(srcdir)/PylogFormatter.h \
$(srcdir)/dir-util-test.h \
$(srcdir)/extract-uri-test.h \
$(srcdir)/mod360-test.h \
$(srcdir)/round-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