Changeset 8 for Makefile

Show
Ignore:
Timestamp:
01/23/08 11:32:31 (16 years ago)
Author:
smidl
Message:

Kalmany funkci, PF nefunkci

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r7 r8  
    22CPPFLAGS=-g 
    33 
    4 all: testKF 
     4all: testPF 
    55 
    66test: test0 
     
    1212test0: test0.cpp libBM.o libDC.o itpp_ext.o 
    1313testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o 
    14         g++ -o $@ testKF.o libKF.o libBM.o libDC.o itpp_ext.o $(LDFLAGS) 
     14testPF: testPF.o libPF.o libBM.o libDC.o itpp_ext.o