Changeset c9208c6 in git


Ignore:
Timestamp:
Jul 22, 2010, 2:25:31 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9326694b1eddc642bf74ab95710ec49e09252d97
Parents:
4fb4f3bf3fb08072c0e69137624a62a62cd3df94
Message:
fixed "cleaner build structure" again: parallel build of p_Procs_%.inc


git-svn-id: file:///usr/local/Singular/svn/trunk@13047 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r4fb4f3 rc9208c6  
    256256
    257257# here is how p_Procs_[Static|Dynamic].inc is generated
    258 p_Procs_%.inc: p_Procs_Generate.cc p_Procs_Impl.h mod2.h
    259         $(CXX) $(CPPFLAGS) -g -Dp_Procs_$* p_Procs_Generate.cc -o p_Procs_$*
    260         ./p_Procs_$* > p_Procs_$*.xx && mv p_Procs_$*.xx p_Procs_$*.inc
    261         -rm -f p_Procs_$* p_Procs_$*.exe
     258p_Procs_Static.inc: p_Procs_Generate.cc p_Procs_Impl.h mod2.h
     259        $(CXX) $(CPPFLAGS) -g -Dp_Procs_Static p_Procs_Generate.cc -o p_Procs_Static
     260        ./p_Procs_Static > p_Procs_Static.xx && mv p_Procs_Static.xx p_Procs_Static.inc
     261        -rm -f p_Procs_Static p_Procs_Static.exe
     262
     263p_Procs_Dynamic.inc: p_Procs_Generate.cc p_Procs_Impl.h mod2.h
     264        $(CXX) $(CPPFLAGS) -g -Dp_Procs_Dynamic p_Procs_Generate.cc -o p_Procs_Dynamic
     265        ./p_Procs_Dynamic > p_Procs_Dynamic.xx && mv p_Procs_Dynamic.xx p_Procs_Dynamic.inc
     266        -rm -f p_Procs_Dynamic p_Procs_Dynamic.exe
    262267
    263268p_Procs_%.so: p_Procs_Lib_%.dl_o
Note: See TracChangeset for help on using the changeset viewer.