Changeset 9b5734 in git
- Timestamp:
- Aug 16, 2011, 7:27:54 PM (12 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/makefile
rb80440 r9b5734 176 176 177 177 clean: mostlyclean 178 -rm -f *.bak *.d *.dd depend *.a *.so* 178 -rm -f *.bak *.d *.dd depend *.a *.so* test testg test-g 179 179 180 180 distclean: clean … … 302 302 303 303 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 304 testg: test.og libkernel_g.a 312 305 $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSG} $< -o $@ -L. -lkernel_g ${LIBPOLYS_LIBSG} 313 306 314 test: test.o 307 test: test.o libkernel.a 315 308 $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} $< -o $@ -L. -lkernel ${LIBPOLYS_LIBS} 316 309 317 310 # My headers test 318 check: all test test-g 311 check: all test testg 312 ./test 313 ./test
Note: See TracChangeset
for help on using the changeset viewer.