Makefile_insert revision b369d1baead1128379ecab2ee74d2765c24fffb7
0N/Awin32_sources = winmain.cpp
0N/Ainkjar_libs = inkjar/libinkjar.a
# libinkpre.a: any object that's sharable between inkscape & inkview,
# Excludes winmain.cpp (a gui wrapper around main): I'm guessing that
enums.h \
isnan.h \
macros.h \
prefix.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 \
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)
mod360_test_SOURCES = mod360-test.cpp
mod360_test_LDADD = libinkpre.a -lglib-2.0
extract_uri_test_SOURCES = extract-uri-test.cpp
extract_uri_test_LDADD = libinkpre.a -lglib-2.0
round_test_SOURCES = round-test.cpp
round_test_LDADD = libinkpost.a
sp_gradient_test_SOURCES = sp-gradient-test.cpp
sp_style_elem_test_SOURCES = sp-style-elem-test.cpp
style_test_SOURCES = style-test.cpp
echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h