~ubuntu-branches/ubuntu/saucy/boinc-app-seti/saucy

« back to all changes in this revision

Viewing changes to vector_lib/Makefile

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2013-07-25 09:38:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130725093804-ll1egntx7saiqyh8
Tags: 7.00~svn1933-1
* New upstream release.
* Removed win_build, mac_build, vector_lib, jpeglib
  not used in building and not completely listed in copyright file.
* debian/copyright and README.sources have been updated.
* dropping 101_freebsd_build.patch and separate_build_dir.patch,
  accepted upstream.
* Removed debian/watch, unused.
* Little changes in debian/README.source files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
t1.s: ../config.h ../../boinc/lib/std_fixes.h simd.h mmx.h generics.h t1.cpp sse.h
2
 
        gcc -w -I../../boinc/lib -march=pentium4 -mfpmath=sse -O2 -DUSE_SSE -S t1.cpp
3
 
 
4
 
t1: ../config.h ../../boinc/lib/std_fixes.h simd.h mmx.h generics.h t1.cpp sse.h
5
 
        gcc  -w -I../../boinc/lib -march=pentium4 -mfpmath=sse -O2 -DUSE_SSE -o t1 t1.cpp
6
 
 
7
 
ps.s: ../config.h ../../boinc/lib/std_fixes.h simd.h mmx.h generics.h ps.cpp sse.h
8
 
        gcc -w -I../../boinc/lib -march=pentium4 -mfpmath=sse -O2 -DUSE_SSE -S ps.cpp
9