diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-20 22:15:27 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-20 22:15:27 +0000 |
| commit | ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3 (patch) | |
| tree | 89f91e684b0b9177c502d2b152a21c9a73026466 /src/libnr/Makefile_insert | |
| parent | The snap indicator's tooltip now displays "A to B", whereas before it only di... (diff) | |
| download | inkscape-ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3.tar.gz inkscape-ba088eb351a96a3e6c3dd5659ffd38b7e4fbf8f3.zip | |
Only build static libraries for subdirs than actually contain libraries,
rather than for every subdirectory.
(bzr r7336)
Diffstat (limited to 'src/libnr/Makefile_insert')
| -rw-r--r-- | src/libnr/Makefile_insert | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/src/libnr/Makefile_insert b/src/libnr/Makefile_insert index 67af7a618..0b90236b8 100644 --- a/src/libnr/Makefile_insert +++ b/src/libnr/Makefile_insert @@ -1,10 +1,5 @@ ## Makefile.am fragment sourced by src/Makefile.am. -libnr/all: libnr/libnr.a - -libnr/clean: - rm -f libnr/libnr.a libnr/libtest-nr.a $(libnr_libnr_a_OBJECTS) $(libnr_libtest_nr_a_OBJECTS) - if USE_MMX libnr_mmx_sources = \ libnr/have_mmx.S \ @@ -14,7 +9,7 @@ libnr_mmx_sources = \ libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S endif -libnr_libnr_a_SOURCES = \ +ink_common_sources += \ libnr/in-svg-plane.h \ libnr/nr-blit.cpp \ libnr/nr-blit.h \ @@ -94,12 +89,13 @@ libnr_libnr_a_SOURCES = \ $(libnr_mmx_sources) # Ancient performance test (?) -libnr_testnr_SOURCES = \ - libnr/testnr.cpp +# Won't work anymore. +#libnr_testnr_SOURCES = \ +# libnr/testnr.cpp -libnr_testnr_LDADD = \ - libnr/libnr.a \ - -lglib-2.0 +#libnr_testnr_LDADD = \ +# libnr/libnr.a \ +# -lglib-2.0 # ###################### # ### CxxTest stuff #### |
