Changeset 9b5734 in git


Ignore:
Timestamp:
Aug 16, 2011, 7:27:54 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'd28bb9fd81d9b3c28434941de2792173765710d2')
Children:
ca9096f077e5b63d5ae455da7c5f65d1360bb6ec
Parents:
b804405fa5c31e345617e4e3fd8fdd2f0a992072
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-16 19:27:54+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:21+01:00
Message:
CHG: a bit better kernel/makefile (+run tests)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/makefile

    rb80440 r9b5734  
    176176
    177177clean: mostlyclean
    178         -rm -f *.bak *.d *.dd depend *.a *.so*
     178        -rm -f *.bak *.d *.dd depend *.a *.so* test testg test-g
    179179
    180180distclean: clean
     
    302302
    303303
    304 test.og: test.cc mod2.h libkernel_g.a 
    305         $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSG} -c $< -o $@
    306 
    307 test.o: test.cc mod2.h libkernel_g.a 
    308         $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} -c $< -o $@
    309 
    310 
    311 test-g: test.og
     304testg: test.og libkernel_g.a
    312305        $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSG} $< -o $@ -L. -lkernel_g ${LIBPOLYS_LIBSG}
    313306
    314 test: test.o
     307test: test.o libkernel.a
    315308        $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} $< -o $@ -L. -lkernel ${LIBPOLYS_LIBS}
    316309
    317310# My headers test
    318 check: all test test-g
     311check: all test testg
     312        ./test
     313        ./test
Note: See TracChangeset for help on using the changeset viewer.