Changeset 15 for Makefile

Show
Ignore:
Timestamp:
01/25/08 14:51:13 (16 years ago)
Author:
smidl
Message:

restrukturalizace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r12 r15  
    22CPPFLAGS=-g 
    33 
    4 all: testSmp 
     4all: subsystem 
     5 
     6subsystem: 
     7        $(MAKE) -C bdm 
     8        $(MAKE) -C tests 
    59 
    610test: test0 
    711        ./test0 
    8  
    9 clean: 
    10         rm *.o test0 testKF 
    11  
    12 test0: test0.cpp libBM.o libDC.o itpp_ext.o 
    13 testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o 
    14 testPF: testPF.o libPF.o libBM.o libDC.o itpp_ext.o 
    15 testSmp: testSmp.o libEF.o libBM.o libDC.o itpp_ext.o